| 
HorizontalPosition Enumeration
  | 
 Specifies the absolute horizontal position.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum HorizontalPosition
 
Public Enumeration HorizontalPosition
 
public enum class HorizontalPosition
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | None | 0 | Horizontal Position is null | 
|  | Left | 1 | The object is aligned to the left of the reference origin. | 
|  | Center | 2 | The object is centered to the reference origin. | 
|  | Right | 3 | The object is aligned to the right of the reference origin. | 
|  | Inside | 4 | "Inside" horizontal position. | 
|  | Outside | 5 | "Outside" horizontal position. | 
|  | Inline | -1 | Represents an inline horizontal position | 
|  | Default | 0 | Represents the default horizontal position | 
 
 
 See Also
See Also