TextAnchorType
TextAnchorType 枚举
文本框在文本区域内的对齐方式。
public enum TextAnchorType : sbyte
值
名称 | 值 | 描述 |
---|---|---|
NotDefined | -1 | |
Top | 0 | |
Center | 1 | |
Bottom | 2 | |
Justified | 3 | |
Distributed | 4 |
另见
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
文本框在文本区域内的对齐方式。
public enum TextAnchorType : sbyte
名称 | 值 | 描述 |
---|---|---|
NotDefined | -1 | |
Top | 0 | |
Center | 1 | |
Bottom | 2 | |
Justified | 3 | |
Distributed | 4 |