ITextDocument.SetDefaultParagraphFormat(ITextParagraphFormat) Method

Definition

Sets the default paragraph formatting attributes of the document.

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

Parameters

value
ITextParagraphFormat

The default paragraph formatting attributes.

Applies to

See also