AltChunkProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AltChunkProperties() |
Initializes a new instance of the AltChunkProperties class. |
AltChunkProperties(OpenXmlElement[]) |
Initializes a new instance of the AltChunkProperties class with the specified child elements. |
AltChunkProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the AltChunkProperties class with the specified child elements. |
AltChunkProperties(String) |
Initializes a new instance of the AltChunkProperties class from outer XML. |
AltChunkProperties()
Initializes a new instance of the AltChunkProperties class.
public AltChunkProperties ();
Public Sub New ()
Applies to
AltChunkProperties(OpenXmlElement[])
Initializes a new instance of the AltChunkProperties class with the specified child elements.
public AltChunkProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
AltChunkProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the AltChunkProperties class with the specified child elements.
public AltChunkProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
AltChunkProperties(String)
Initializes a new instance of the AltChunkProperties class from outer XML.
public AltChunkProperties (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties : string -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.