ITextRange.ParagraphFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文本范围的段落格式属性。
public:
property ITextParagraphFormat ^ ParagraphFormat { ITextParagraphFormat ^ get(); void set(ITextParagraphFormat ^ value); };
ITextParagraphFormat ParagraphFormat();
void ParagraphFormat(ITextParagraphFormat value);
public ITextParagraphFormat ParagraphFormat { get; set; }
var iTextParagraphFormat = iTextRange.paragraphFormat;
iTextRange.paragraphFormat = iTextParagraphFormat;
Public Property ParagraphFormat As ITextParagraphFormat
属性值
段落格式属性。