TextAnchorType Enumeration |
text box alignment within a text area.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TextAnchorType
Public Enumeration TextAnchorType
public enum class TextAnchorType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| Top | 0 | |
| Center | 1 | |
| Bottom | 2 | |
| Justified | 3 | |
| Distributed | 4 | |
See Also