Click or drag to resize

VerticalPosition Enumeration

Specifies the absolute vertical position.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum VerticalPosition
Members
Member name Value Description
None 0 No vertical positioning
Top 1 "Top" vertical position
Center 2 "Center" vertical position
Bottom 3 "Bottom" vertical position
Inside 4 "Inside" vertical position
Outside 5 "Outside" vertical position.
Inline -1 "Inline" vertical position.
Default 0 Same as None .
See Also