Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextAnchorType
Public Enumeration TextAnchorType
public enum class TextAnchorType
type TextAnchorType
Members
| Member | Value | Description |
|---|---|---|
| None | -1 | |
| Top | 0 | |
| Center | 1 | |
| Bottom | 2 | |
| Justified | 3 | |
| Distributed | 4 | |
| Right | 5 | |
| Left | 6 |