RichEditTextDocument.SetDefaultParagraphFormat(ITextParagraphFormat) Method

Definition

Sets the default paragraph formatting attributes of the document.

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)

Parameters

value
ITextParagraphFormat

The default paragraph formatting attributes.

Implements

Applies to