align

package
v2.0.0-beta.7 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2023 License: MIT Imports: 0 Imported by: 23

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type is arRepresentation 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"
)

Jump to

Keyboard shortcuts

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