ITextDocument.SetDefaultParagraphFormat(ITextParagraphFormat) Método

Definición

Establece los atributos de formato de párrafo predeterminados del documento.

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

Parámetros

value
ITextParagraphFormat

Atributos de formato de párrafo predeterminados.

Se aplica a

Consulte también