office:document-styles
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:office:1.0
Schema document: office.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- office:font-face-decls [0..1]
- office:styles [0..1]
- office:automatic-styles [0..1]
- office:master-styles [0..1]
from group text:office-font-face-declsfrom group text:office-stylesfrom group text:office-automatic-stylesfrom group text:office-master-styles
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
office:version | [0..1] | text:string | from group text:office-document-common-attrs |
Sample instance
<office:document-styles> <office:font-face-decls> <style:font-face style:name="string"> <svg:font-face-src>... </svg:font-face-src> <svg:definition-src xlink:href="http://www.example.com/" xlink:actuate="onRequest"/> </style:font-face> </office:font-face-decls> <office:styles> <style:style style:family="text" style:name="NCName"> <style:text-properties/> <style:map style:condition="string" style:apply-style-name="NCName"/> </style:style> </office:styles> <office:automatic-styles> <style:style style:family="text" style:name="NCName"> <style:text-properties/> <style:map style:condition="string" style:apply-style-name="NCName"/> </style:style> </office:automatic-styles> <office:master-styles> <style:master-page style:name="NCName" style:page-layout-name="NCName"> <style:header>... </style:header> <style:header-left>... </style:header-left> <style:footer>... </style:footer> <style:footer-left>... </style:footer-left> <office:forms>... </office:forms> <style:style style:family="text" style:name="NCName">... </style:style> <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string">... </draw:rect> <presentation:notes>... </presentation:notes> </style:master-page> </office:master-styles> </office:document-styles>