AnimateRotation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AnimateRotation() |
Inicializa uma nova instância da classe AnimateRotation. |
AnimateRotation(OpenXmlElement[]) |
Inicializa uma nova instância da classe AnimateRotation com os elementos filho especificados. |
AnimateRotation(IEnumerable<OpenXmlElement>) |
Inicializa uma nova instância da classe AnimateRotation com os elementos filho especificados. |
AnimateRotation(String) |
Inicializa uma nova instância da classe AnimateRotation do XML externo. |
AnimateRotation()
Inicializa uma nova instância da classe AnimateRotation.
public AnimateRotation ();
Public Sub New ()
Aplica-se a
AnimateRotation(OpenXmlElement[])
Inicializa uma nova instância da classe AnimateRotation com os elementos filho especificados.
public AnimateRotation (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Presentation.AnimateRotation : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Presentation.AnimateRotation
Public Sub New (ParamArray childElements As OpenXmlElement())
Parâmetros
- childElements
- OpenXmlElement[]
Especifica os elementos filho.
Aplica-se a
AnimateRotation(IEnumerable<OpenXmlElement>)
Inicializa uma nova instância da classe AnimateRotation com os elementos filho especificados.
public AnimateRotation (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Presentation.AnimateRotation : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Presentation.AnimateRotation
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parâmetros
- childElements
- IEnumerable<OpenXmlElement>
Especifica os elementos filho.
Aplica-se a
AnimateRotation(String)
Inicializa uma nova instância da classe AnimateRotation do XML externo.
public AnimateRotation (string outerXml);
new DocumentFormat.OpenXml.Presentation.AnimateRotation : string -> DocumentFormat.OpenXml.Presentation.AnimateRotation
Public Sub New (outerXml As String)
Parâmetros
- outerXml
- String
Especifica o XML externo do elemento.