Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PlacementToken

Defines options (tokens) supported for text placements defined via placements attribute.

remarks

Possible values are defined as vertical placement letter and horizontal letter, where one of the axis may be ignored and then assumed centered. Moving clock-wise, we have: TL (top-left), T (top-center), TR (top-right), R (center-right), BR (bottom-right), B (bottom-center), BL (bottom-left), L (left), C (center-center). Alternatively instead of T, B, L, R geographic directions may be used accordingly: NW (north-west), N (north), NE (north-east), E (east), SE (south-east), S (south), SW (south-west), W (west).

Index

Enumeration members

Bottom

Bottom: = "B"

BottomLeft

BottomLeft: = "BL"

BottomRight

BottomRight: = "BR"

Center

Center: = "C"

East

East: = "E"

Left

Left: = "L"

North

North: = "N"

NorthEast

NorthEast: = "NE"

NorthWest

NorthWest: = "NW"

Right

Right: = "R"

South

South: = "S"

SouthEast

SouthEast: = "SE"

SouthWest

SouthWest: = "SW"

Top

Top: = "T"

TopLeft

TopLeft: = "TL"

TopRight

TopRight: = "TR"

West

West: = "W"

Generated using TypeDoc