HeaderFooterFont_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="HeaderFooterFont_Type">
<xs:attribute name="Height"
type="xsd:int"
/>
<xs:attribute name="Width"
type="xsd:int"
/>
<xs:attribute name="Escapement"
type="xsd:int"
/>
<xs:attribute name="Orientation"
type="xsd:int"
/>
<xs:attribute name="Weight"
type="xsd:int"
/>
<xs:attribute name="Italic"
type="xsd:unsignedByte"
/>
<xs:attribute name="Underline"
type="xsd:unsignedByte"
/>
<xs:attribute name="StrikeOut"
type="xsd:unsignedByte"
/>
<xs:attribute name="CharSet"
type="xsd:unsignedByte"
/>
<xs:attribute name="OutPrecision"
type="xsd:unsignedByte"
/>
<xs:attribute name="ClipPrecision"
type="xsd:unsignedByte"
/>
<xs:attribute name="Quality"
type="xsd:unsignedByte"
/>
<xs:attribute name="PitchAndFamily"
type="xsd:unsignedByte"
/>
<xs:attribute name="FaceName"
type="xsd:string"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
CharSet |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
ClipPrecision |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
Escapement |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
FaceName |
xsd:string |
optional |
|
Values of the xsd:string type. |
|
Height |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
Italic |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
Orientation |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
OutPrecision |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
PitchAndFamily |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
Quality |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
StrikeOut |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
Underline |
xsd:unsignedByte |
optional |
|
Values of the xsd:unsignedByte type. |
|
Weight |
xsd:int |
optional |
|
Values of the xsd:int type. |
|
Width |
xsd:int |
optional |
|
Values of the xsd:int type. |