align

package
v2.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 0 Imported by: 17

Documentation

Overview

Package align contains all align types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type is a representation of a column align.

const (
	// Left represents a left horizontal align.
	Left Type = "L"
	// Right represents a right horizontal align.
	Right Type = "R"
	// Center represents a center horizontal and/or vertical align.
	Center Type = "C"
	// Top represents a top vertical align.
	Top Type = "T"
	// Bottom represents a bottom vertical align.
	Bottom Type = "B"
	// Middle represents a middle align (from gofpdf).
	Middle Type = "M"
	// Justify represents a horizontal alignment that distributes
	// the text evenly between the left and right margins.
	Justify = "J"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL