14.2.9 Table Styles Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml

Root Namespace:

http://purl.oclc.org/ooxml/drawingml/main

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/relationships/tableStyles

An instance of this part type contains information about the table styles used by tables in this presentation. A table style defines characteristics such as row and column colors, heading row colors, and text.

A PresentationML package shall contain no more than one Table Styles part per Presentation (13.3.6) part via an implicit relationship.

[Example: The following Presentation part-relationship item is stored in the ZIP item tableStyles.xml:

contains a relationship to

a Table Styles part, which

<Relationships xmlns="…">
  <Relationship Id="rId1"
    Type="http://…/tableStyles" Target="tableStyles.xml"/>
</Relationships>

end example]

The root element for a part of this content type shall be tblStyleLst.

[Example: tablestyles.xml contains the following:

<a:tblStyleLst xmlns:a="…">
  <a:tblStyle>
  </a:tblStyle>
</a:tblStyleLst>

end example]

A Table Styles part shall be located within the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).

A Table Styles part shall not contain implicit or explicit relationships to other parts defined by ISO/IEC 29500.

Last updated on