Compartilhar via


ParagraphPropertiesExtended Construtores

Definição

Sobrecargas

ParagraphPropertiesExtended()

Inicializa uma nova instância da classe ParagraphPropertiesExtended.

ParagraphPropertiesExtended(OpenXmlElement[])

Inicializa uma nova instância da classe ParagraphPropertiesExtended com os elementos filho especificados.

ParagraphPropertiesExtended(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ParagraphPropertiesExtended com os elementos filho especificados.

ParagraphPropertiesExtended(String)

Inicializa uma nova instância da classe ParagraphPropertiesExtended do XML externo.

ParagraphPropertiesExtended()

Inicializa uma nova instância da classe ParagraphPropertiesExtended.

public ParagraphPropertiesExtended ();
Public Sub New ()

Aplica-se a

ParagraphPropertiesExtended(OpenXmlElement[])

Inicializa uma nova instância da classe ParagraphPropertiesExtended com os elementos filho especificados.

public ParagraphPropertiesExtended (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

ParagraphPropertiesExtended(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe ParagraphPropertiesExtended com os elementos filho especificados.

public ParagraphPropertiesExtended (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

ParagraphPropertiesExtended(String)

Inicializa uma nova instância da classe ParagraphPropertiesExtended do XML externo.

public ParagraphPropertiesExtended (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended : string -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a