TitlePage Class
Different First Page Headers and Footers.When the object is serialized out as xml, its qualified name is w:titlePg.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffType
DocumentFormat.OpenXml.Wordprocessing.TitlePage
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class TitlePage _
Inherits OnOffType
'Usage
Dim instance As TitlePage
public class TitlePage : OnOffType
Remarks
[ISO/IEC 29500-1 1st Edition]
17.10.6 titlePg (Different First Page Headers and Footers)
This element specifies whether the parent section in this document shall have a different header and footer for its first page.
If the val attribute is set to true, then the parent section in the document shall use a first page header for the first page in the section. If the val attribute is set to false, then the first page in the parent section shall use the odd page header.
This setting does not affect the presence of even and odd page header on all sections, which is specified using the evenAndOddHeaders element (§17.10.1).
If this element is set to false and a first page header is specified , then it shall be ignored and only the odd page header shall be displayed. Conversely, if this element is set to true and the first page header type is omitted for the given section, then a blank header shall be created as needed (another header type shall not be used in its place).
If this element is omitted, then its value shall be assumed to be false.
[Example: Consider a section which must have a different first page header. This requirement is specified using the following WordprocessingML:
<w:sectPr> … <w:titlePg /> … </w:sectPr>
Since the titlePg property is present (and its default attribute value is true), this document now has a different header and footer for its first page. end example]
Parent Elements |
---|
sectPr (§17.6.17); sectPr (§17.6.18); sectPr (§17.6.19) |
This element’s content model is defined by the common boolean property definition in §17.17.4.
© 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.