ITextFrameFormatEffectiveData

ITextFrameFormatEffectiveData interface

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

public interface ITextFrameFormatEffectiveData

属性

名称描述
AnchoringType { get; }返回文本框中的垂直锚文本。只读 TextAnchorType
AutofitType { get; }返回文本自适应模式。只读 TextAutofitType
CenterText { get; }返回文本是否应在框中水平居中。只读布尔值。
ColumnCount { get; }指定边界矩形中文本的列数。只读 Int32。
ColumnSpacing { get; }指定文本区中文本列之间的间距(以点为单位)。只读 Single。
MarginBottom { get; }返回文本框中的下边距(以点为单位)。只读 Double。
MarginLeft { get; }返回文本框中的左边距(以点为单位)。只读 Double。
MarginRight { get; }返回文本框中的右边距(以点为单位)。只读 Double。
MarginTop { get; }返回文本框中的上边距(以点为单位)。只读 Double。
TextStyle { get; }返回有效文本的样式。只读 ITextStyleEffectiveData
TextVerticalType { get; }返回文本方向。只读 TextVerticalType
WrapText { get; }返回文本是否在文本框的边距处换行。只读布尔值。

备注

此接口与 ITextFrameFormat 接口一起使用,以返回应用继承的有效格式值。

另请参阅