Idioma

Protection Construtores

Definição

Sobrecargas

Nome Description
Protection()

Inicializa uma nova instância da classe Protection.

Protection(OpenXmlElement[])

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

Protection(IEnumerable<OpenXmlElement>)

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

Protection(String)

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

Protection()

Inicializa uma nova instância da classe Protection.

public Protection();
Public Sub New ()

Aplica-se a

Protection(OpenXmlElement[])

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

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

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

Protection(IEnumerable<OpenXmlElement>)

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

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

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

Protection(String)

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

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

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a