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

預設段落格式設定屬性。

適用於

另請參閱