PreviousSectionProperties.TitlePage Property
Different First Page Headers and Footers.Represents the element tag in schema: w:titlePg
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TitlePage As TitlePage
Get
Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As TitlePage
value = instance.TitlePage
instance.TitlePage = value
public TitlePage TitlePage { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TitlePage
Returns TitlePage.
See Also
Reference
PreviousSectionProperties Class