TextAnchorType Enumeration
|
Alignment within a text area.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TextAnchorType
Public Enumeration TextAnchorType
public enum class TextAnchorType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Top
|
0
|
|
|
|
Center
|
1
|
|
|
|
Bottom
|
2
|
|
|
|
Justified
|
3
|
|
|
|
Distributed
|
4
|
|
|
|
Right
|
5
|
Define the text to the right when the text is vertically arranged.
|
|
|
Left
|
6
|
Define the text to the left when the text is vertically arranged.
|
See Also