complexType FontType

complexType {urn:schemas-microsoft-com:office:spreadsheet}FontType

Abstractfalse (This can be used in an instance)
Target Namespaceurn:schemas-microsoft-com:office:spreadsheet
Declared Namespacesxmlns:o=urn:schemas-microsoft-com:office:office
xmlns:x2=http://schemas.microsoft.com/office/excel/2003/xml
xmlns:html=http://www.w3.org/TR/REC-html40
xmlns:c=urn:schemas-microsoft-com:office:component:spreadsheet
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:x=urn:schemas-microsoft-com:office:excel
xmlns=urn:schemas-microsoft-com:office:spreadsheet


Source

<xsd:complexType name="FontType">
    <
xsd:annotation>
        <
xsd:documentation>Defines the font attributes to use in a style.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:attribute form="qualified" name="Bold" type="TrueFalseType" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is bold.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Color" type="xsd:string" use="optional" default="Automatic">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the color of a font.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="FontName" use="optional" default="Arial">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the name of the font.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:minLength value="1"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Italic" type="TrueFalseType" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is italic.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Outline" type="TrueFalseType" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is rendered as an outline. This property is used only on the Macintosh.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Shadow" type="TrueFalseType" use="optional" default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is shadowed. This property is used only on the Macintosh.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Size" type="PositiveDoubleType" use="optional" default="10">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the size of a font in points.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="StrikeThrough" type="TrueFalseType" use="optional"
        
default="0">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is displayed using the strikethrough style.</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="Underline" use="optional" default="None">
        <
xsd:annotation>
            <
xsd:documentation>Specifies whether a font is displayed underlined.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="None"/>
                <
xsd:enumeration value="Single"/>
                <
xsd:enumeration value="Double"/>
                <
xsd:enumeration value="SingleAccounting"/>
                <
xsd:enumeration value="DoubleAccounting"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute form="qualified" name="VerticalAlign" use="optional" default="None">
        <
xsd:annotation>
            <
xsd:documentation>Specifies the vertical alignment of a font.</xsd:documentation>
        </
xsd:annotation>
        <
xsd:simpleType>
            <
xsd:restriction base="xsd:string">
                <
xsd:enumeration value="None"/>
                <
xsd:enumeration value="Subscript"/>
                <
xsd:enumeration value="Superscript"/>
            </
xsd:restriction>
        </
xsd:simpleType>
    </
xsd:attribute>
    <
xsd:attribute ref="x:CharSet" use="optional"/>
    <
xsd:attribute ref="x:Family" use="optional"/>
</
xsd:complexType>


Documentation

Defines the font attributes to use in a style.


complexType FontType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.