FontAlignment Enumeration |
Represents vertical font alignment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum FontAlignment
Public Enumeration FontAlignment
public enum class FontAlignment
Members
| Member name | Value | Description |
---|
| Default | -1 | |
| Automatic | 0 | |
| Top | 1 | |
| Center | 2 | |
| Bottom | 3 | |
| Baseline | 4 | |
See Also