alignment

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alignment

type Alignment int

representa una posición o alineación dentro de un contenedor

const (
	// alignment.Left representa alineación a la izquierda
	Left Alignment = 8 //001000
	// alignment.Top representa alineación superior
	Top Alignment = 4 //000100
	// alignment.Right representa alineación a la derecha
	Right Alignment = 2 //000010
	// alignment.Bottom representa alineación inferior
	Bottom Alignment = 1 //000001
	// alignment.Center representa alineación al centro
	Center Alignment = 16 //010000
	// alignment.Middle representa alineación al medio
	Middle Alignment = 32 //100000
	// alignment.Justify representa texto justificado
	Justify Alignment = 64 //1000000
	// alignment.AllBorders representa todos los bordes
	AllBorders Alignment = 15 //001111
)

Jump to

Keyboard shortcuts

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