HeaderFooterFont element (HeaderFooter_Type complexType) (Visio XML)
Specifies the font used for the header and footer text.
Element information
Value | |
---|---|
Element type |
HeaderFooterFont_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
document.xml |
Definition
< xs:element name="HeaderFooterFont" type="HeaderFooterFont_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 |
---|---|---|
HeaderFooter |
HeaderFooter_Type |
Contains elements for a document's header and footer. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
CharSet |
xsd:unsignedByte |
optional |
Specifies the character set of the font. Equivalent to the GDI LOGFONTlfCharSet field. | Values of the xsd:unsignedByte type. |
ClipPrecision |
xsd:unsignedByte |
optional |
Specifies the clipping precision of the font. Equivalent to the GDI LOGFONTlfClipPrecision field. | Values of the xsd:unsignedByte type. |
Escapement |
xsd:int |
optional |
Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONTlfEscapement field. | Values of the xsd:int type. |
FaceName |
xsd:string |
optional |
Contains information about a font. | Values of the xsd:string type. |
Height |
xsd:int |
optional |
Specifies the height of the shape in drawing units. | Values of the xsd:int type. |
Italic |
xsd:unsignedByte |
optional |
Specifies whether the font is italic. Equivalent to the GDI LOGFONTlfItalic field. | Values of the xsd:unsignedByte type. |
Orientation |
xsd:int |
optional |
Specifies the orientation of the font. Equivalent to the GDI LOGFONTlfOrientation field. | Values of the xsd:int type. |
OutPrecision |
xsd:unsignedByte |
optional |
Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONTlfOutPrecision field. | Values of the xsd:unsignedByte type. |
PitchAndFamily |
xsd:unsignedByte |
optional |
Specifies the pitch and family of the font. Equivalent to the GDI LOGFONTlfPitchAndFamily field. | Values of the xsd:unsignedByte type. |
Quality |
xsd:unsignedByte |
optional |
Specifies the output quality of the font. Equivalent to the GDI LOGFONTlfQuality field. | Values of the xsd:unsignedByte type. |
StrikeOut |
xsd:unsignedByte |
optional |
Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONTlfStrikeOut field. | Values of the xsd:unsignedByte type. |
Underline |
xsd:unsignedByte |
optional |
Specifies whether the font is underlined. Equivalent to the GDI LOGFONTlfUnderline field. | Values of the xsd:unsignedByte type. |
Weight |
xsd:int |
optional |
Specifies the weight of the font. Equivalent to the GDI LOGFONTlfWeight field. | Values of the xsd:int type. |
Width |
xsd:int |
optional |
Contains the width of the associated shape in drawing units. | Values of the xsd:int type. |