[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents the point size (1/72 of an inch) of the Latin and East Asian text.
Parent Elements |
font (§3.8.21); rPr (§3.4.7) |
Attributes |
Description |
val (Value) |
A double representing the value of a positive measurement in points (1/72 of an inch).
The possible values for this attribute are defined by the XML Schema double datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FontSize">
<attribute name="val" type="xsd:double" use="required"/>
</complexType>