<raf>
(Revision AutoFormat)
This element represents a revision record of auto formatting change information for a table.
Parent Elements |
---|
|
Attributes |
Description |
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
If The possible values for this attribute are defined by the XML Schema boolean datatype. |
||||||||||||||||||||||||||||||||||||
|
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. |
||||||||||||||||||||||||||||||||||||
|
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). |
||||||||||||||||||||||||||||||||||||
|
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>