ITextFrameFormatEffectiveData

ITextFrameFormatEffectiveData 接口

不可变对象,包含有效的文本框格式属性。

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 接口一起使用,以返回已应用继承的有效格式值。

另见