Definition Type: Element
Name: Font
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:FontType
Containing Schema: excelss.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines the font characteristics to use for cells to which the defined style is applied.
Collapse XSD Schema Diagram:
Drilldown into Family in schema excel_xsd Drilldown into CharSet in schema excel_xsd Drilldown into VerticalAlign in schema excelss_xsd Drilldown into Underline in schema excelss_xsd Drilldown into StrikeThrough in schema excelss_xsd Drilldown into Size in schema excelss_xsd Drilldown into Shadow in schema excelss_xsd Drilldown into Outline in schema excelss_xsd Drilldown into Italic in schema excelss_xsd Drilldown into FontName in schema excelss_xsd Drilldown into Color in schema excelss_xsd Drilldown into Bold in schema excelss_xsd Drilldown into FontType in schema excelss_xsdXSD Diagram of Font in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Font" type="FontType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Defines the font characteristics to use for cells to which the defined style is applied.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
Bold ss:Bold 0 Optional
Color ss:Color Automatic Optional
FontName ss:FontName Arial Optional
Italic ss:Italic 0 Optional
Outline ss:Outline 0 Optional
Shadow ss:Shadow 0 Optional
Size ss:Size 10 Optional
StrikeThrough ss:StrikeThrough 0 Optional
Underline ss:Underline None Optional
VerticalAlign ss:VerticalAlign None Optional
CharSet x:CharSet Optional
Family x:Family Optional
Collapse Derivation Tree: