RichEditTextDocument.SetDefaultParagraphFormat(ITextParagraphFormat) 方法

定义

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

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

参数

value
ITextParagraphFormat

默认段落格式设置属性。

实现

适用于