ITextFrameFormatEffectiveData
ITextFrameFormatEffectiveData interface
包含有效文本框架格式属性的不可变对象。
public interface ITextFrameFormatEffectiveData
特性
姓名 | 描述 |
---|---|
AnchoringType { get; } | 在 TextFrame 中返回垂直锚文本。 只读TextAnchorType 。 |
AutofitType { get; } | 返回文本自动调整模式。 只读TextAutofitType 。 |
CenterText { get; } | 返回文本是否应在框中水平居中。 只读Boolean。 |
ColumnCount { get; } | 指定边界矩形中的文本列数。 只读Int32。 |
ColumnSpacing { get; } | 指定文本区域中文本列之间的间距(以磅为单位)。 只读Single。 |
MarginBottom { get; } | 返回 TextFrame 中的底部边距(点)。 只读Double。 |
MarginLeft { get; } | 返回 TextFrame 中的左边距(点)。 只读Double。 |
MarginRight { get; } | 返回 TextFrame 中的右边距(点)。 只读Double。 |
MarginTop { get; } | 返回 TextFrame 中的上边距(点)。 只读Double。 |
TextStyle { get; } | 返回有效文本的样式。 只读ITextStyleEffectiveData 。 |
TextVerticalType { get; } | 返回文本方向。 只读TextVerticalType 。 |
WrapText { get; } | 如果文本在 TextFrame 的边距处换行,则返回。 只读Boolean。 |
评论
此接口与ITextFrameFormat一起使用接口返回应用继承的有效格式值。
也可以看看
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides