Share via


ITextDocument.SetDefaultParagraphFormat(ITextParagraphFormat) 方法

定义

设置文档的默认段落格式属性。

public:
 void SetDefaultParagraphFormat(ITextParagraphFormat ^ value);
void SetDefaultParagraphFormat(ITextParagraphFormat const& value);
public void SetDefaultParagraphFormat(ITextParagraphFormat value);
function setDefaultParagraphFormat(value)
Public Sub SetDefaultParagraphFormat (value As ITextParagraphFormat)

参数

value
ITextParagraphFormat

默认段落格式设置属性。

适用于

另请参阅