Skip to content

HAlign

type HAlign =
| "general"
| "left"
| "center"
| "right"
| "fill"
| "justify"
| "centerContinuous"
| "distributed";