HeaderFooterFont_Type complexType (Visio XML)
型情報
値 | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
スキーマ ファイル |
VisioSchema15-2012-06-05.xsd |
拡張ベース |
なし |
定義
<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>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
なし。
属性
属性 | 型 | 必須 | 説明 | 可能な値 |
---|---|---|---|---|
CharSet |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
ClipPrecision |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
エスケープメント |
xsd:int |
省略可能 |
xsd:int 型の値。 | |
FaceName |
xsd:string |
省略可能 |
xsd:string 型の値。 | |
Height |
xsd:int |
省略可能 |
xsd:int 型の値。 | |
斜体 |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
Orientation |
xsd:int |
省略可能 |
xsd:int 型の値。 | |
OutPrecision |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
PitchAndFamily |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
品質 |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
取り消し 線 |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
下線 |
xsd:unsignedByte |
省略可能 |
xsd:unsignedByte 型の値。 | |
太さ |
xsd:int |
省略可能 |
xsd:int 型の値。 | |
Width |
xsd:int |
省略可能 |
xsd:int 型の値。 |