HeaderFooter element (VisioDocument_Type complexType) (Visio XML)

Contains elements for a document's header and footer.

Element information

Value
Element type
HeaderFooter_Type
Namespace
http://schemas.microsoft.com/office/visio/2012/main
Schema file
VisioSchema15.xsd
Document parts
document.xml

Definition

< xs:element name="HeaderFooter" type="HeaderFooter_Type" minOccurs="0" maxOccurs="1" >
</xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element Type Description
VisioDocument
VisioDocument_Type
The root element of a Microsoft Visio document.

Child elements

Element Type Description
FooterCenter
FooterCenter_Type
Contains the text string that appears in the center portion of a document's footer.
FooterLeft
FooterLeft_Type
Contains the text string that appears in the left portion of a document's footer.
FooterMargin
FooterMargin_Type
Specifies the margin of a document's footer.
FooterRight
FooterRight_Type
Contains the text string that appears in the right portion of a document's footer.
HeaderCenter
HeaderCenter_Type
Contains the text string that appears in the center portion of a document's header.
HeaderFooterFont
HeaderFooterFont_Type
Specifies the font used for the header and footer text.
HeaderLeft
HeaderLeft_Type
Contains the text string that appears in the left portion of a document's header.
HeaderMargin
HeaderMargin_Type
Specifies the margin of a document's header.
HeaderRight
HeaderRight_Type
Contains the text string that appears in the right portion of a document's header.

Attributes

Attribute Type Required Description Possible values
HeaderFooterColor
xsd:string
optional
The RGB value of the text color for the header and footer in hexadecimal notation; for example, #rrggbb. Values of the xsd:string type.