TitlesOfParts 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
TitlesOfParts() |
Initializes a new instance of the TitlesOfParts class. |
TitlesOfParts(OpenXmlElement[]) |
Initializes a new instance of the TitlesOfParts class with the specified child elements. |
TitlesOfParts(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the TitlesOfParts class with the specified child elements. |
TitlesOfParts(String) |
Initializes a new instance of the TitlesOfParts class from outer XML. |
TitlesOfParts()
Initializes a new instance of the TitlesOfParts class.
public TitlesOfParts ();
Public Sub New ()
Applies to
TitlesOfParts(OpenXmlElement[])
Initializes a new instance of the TitlesOfParts class with the specified child elements.
public TitlesOfParts (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
TitlesOfParts(IEnumerable<OpenXmlElement>)
Initializes a new instance of the TitlesOfParts class with the specified child elements.
public TitlesOfParts (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
TitlesOfParts(String)
Initializes a new instance of the TitlesOfParts class from outer XML.
public TitlesOfParts (string outerXml);
new DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts : string -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.