ShapeHorizontalAlignment Enumeration
|
Specifies horizontal alignment of a floating shape.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum ShapeHorizontalAlignment
Public Enumeration ShapeHorizontalAlignment
public enum class ShapeHorizontalAlignment
type ShapeHorizontalAlignment
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
The object is explicitly positioned using position properties.
|
|
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
|
Not documented.
|
|
Outside
|
5
|
Not documented.
|
|
Default
|
0
|
Same as
None
.
|
See Also