HeaderFooter.Header Property
Header Placeholder.Represents the attribte in schema: hdr
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "hdr")> _
Public Property Header As BooleanValue
Get
Set
'Usage
Dim instance As HeaderFooter
Dim value As BooleanValue
value = instance.Header
instance.Header = value
[SchemaAttrAttribute(, "hdr")]
public BooleanValue Header { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether the Header placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.
The possible values for this attribute are defined by the XML Schema boolean datatype.