Table Styles Part
Content Type: |
application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml |
Root Namespace: |
http://schemas.openxmlformats.org/drawingml/2006/main |
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/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.
<Relationships xmlns="…"> <Relationship Id="rId1" Type="http://…/tableStyles" Target="tableStyles.xml"/> </Relationships>
The root element for a part of this content type shall be< tblStyleLst>
.
<a:tblStyleLst xmlns:a="…"> <a:tblStyle> … </a:tblStyle> </a:tblStyleLst>
A Table Styles part shall be located within the package containing the source relationship (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 this Standard.