HeaderFooterFont_Type complexType (Visio XML)
Type information
Value | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schema file |
VisioSchema15-2012-06-05.xsd |
Extension base |
None |
Definition
<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>
Elements and attributes
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. |