Schema Central > OpenDocument 1.1 > office.xsd > office:document-styles
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

office:document-styles

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
office:version [0..1]text:stringfrom 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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com