Compartilhar via


TopLeftToBottomRightBorderLineProperties Construtores

Definição

Sobrecargas

TopLeftToBottomRightBorderLineProperties()

Inicializa uma nova instância da classe TopLeftToBottomRightBorderLineProperties.

TopLeftToBottomRightBorderLineProperties(OpenXmlElement[])

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

TopLeftToBottomRightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

TopLeftToBottomRightBorderLineProperties(String)

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

TopLeftToBottomRightBorderLineProperties()

Inicializa uma nova instância da classe TopLeftToBottomRightBorderLineProperties.

public TopLeftToBottomRightBorderLineProperties ();
Public Sub New ()

Aplica-se a

TopLeftToBottomRightBorderLineProperties(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

TopLeftToBottomRightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

TopLeftToBottomRightBorderLineProperties(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a