ITextDocument.GetDefaultParagraphFormat Method

Definition

Retrieves the default paragraph formatting attributes of the document.

public:
 ITextParagraphFormat ^ GetDefaultParagraphFormat();
ITextParagraphFormat GetDefaultParagraphFormat();
public ITextParagraphFormat GetDefaultParagraphFormat();
function getDefaultParagraphFormat()
Public Function GetDefaultParagraphFormat () As ITextParagraphFormat

Returns

The default paragraph formatting attributes.

Applies to

See also