Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Part Titles.When the object is serialized out as xml, its qualified name is ap:TitlesOfParts.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts
Namespace: DocumentFormat.OpenXml.ExtendedProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(VTVector))> _
Public Class TitlesOfParts _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As TitlesOfParts
[ChildElementInfoAttribute(typeof(VTVector))]
public class TitlesOfParts : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- DocumentFormat.OpenXml.VariantTypes.VTVector <vt:vector>
[ISO/IEC 29500-1 1st Edition]
22.2.2.26 TitlesOfParts (Part Titles)
This element specifies the title of each document. These parts are not document parts but conceptual representations of document sections.
[Example: A presentation composing of three slides with an applied theme "Currency" can have the following TitlesofParts representation:
<TitlesofParts> <vt:vector size="4" baseType="lpstr"> <vt:lpstr>Currency</vt:lpstr> <vt:lpstr>Slide 1</vt:lpstr> <vt:lpstr>Slide 2</vt:lpstr> <vt:lpstr>Slide 3</vt:lpstr> </vt:vector> </TitlesofParts>
end example]
Parent Elements |
|---|
Properties (§22.2.2.21) |
Child Elements |
Subclause |
|---|---|
vector (Vector) |
§22.4.2.33 |
[Note: The W3C XML Schema definition of this element’s content model (CT_VectorLpstr) is located in §A.6.2. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.