[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents a revision record of auto formatting change information for a table.
|
Parent Elements |
|
revisions (§3.11.1.16) |
|
Attributes |
Description | ||||||||||||||||||||||||||||||||||||
|
applyAlignmentFormats (Apply Alignment Formats) |
If true apply legacy table autoformat alignment properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
applyBorderFormats (Apply Border Formats) |
If true apply legacy table autoformat border properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
applyFontFormats (Apply Font Formats) |
If true apply legacy table autoformat font properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
applyNumberFormats (Apply Number Formats) |
If true apply legacy table autoformat number format properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
applyPatternFormats (Apply Pattern Formats) |
If true apply legacy table autoformat pattern properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
applyWidthHeightFormats (Apply Width / Height Formats) |
If true apply legacy table autoformat width/height properties.
The possible values for this attribute are defined by the XML Schema boolean datatype. | ||||||||||||||||||||||||||||||||||||
|
autoFormatId (Auto Format Id) |
Identifies which legacy table autoformat to apply.
Here are representations of the supported table autoformats:
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. | ||||||||||||||||||||||||||||||||||||
|
ref (Reference) |
A-1 style reference to the location where the formatting was applied
The possible values for this attribute are defined by the ST_Ref simple type (§3.18.64). | ||||||||||||||||||||||||||||||||||||
|
sheetId (Sheet Id) |
An integer representing the internal id of the sheet on which the revision occurred.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RevisionAutoFormatting">
<attribute name="sheetId" type="xsd:unsignedInt" use="required"/>
<attributeGroup ref="AG_AutoFormat"/>
<attribute name="ref" type="ST_Ref" use="required"/>
</complexType>