Difference between revisions of "DrawingML"

From Apache OpenOffice Wiki
Jump to: navigation, search
(SmartArt)
 
Line 28: Line 28:
 
[[SmartArt]] is the "diagramming" part of DrawingML. OpenOffice.org do not have an equivalent feature so the import will have to include the logic of SmartArt to generate Shapes from the whole diagram description.
 
[[SmartArt]] is the "diagramming" part of DrawingML. OpenOffice.org do not have an equivalent feature so the import will have to include the logic of SmartArt to generate Shapes from the whole diagram description.
  
 +
Diagrams are in their own fragments and in it their own XML namespace.
  
 
[[Category:Office Open XML]]
 
[[Category:Office Open XML]]
 
[[Category:Impress]]
 
[[Category:Impress]]

Latest revision as of 15:38, 26 October 2007

DrawingML is the ML for graphics data in Office Open XML.

It is used throughout the whole Office suite for graphics data like in PresentationML and WordprocessingML

Data model

Shapes

oox::drawingml::Shape is the main data structure for the DrawingML. It will contain many XShape all created from the drawingml.

The class Shape, every hard shape attribute is stored there. The text will be stored in the shape.


Text

The class "TextListStyle" is storing style information "TextParagraphProperties" for each of the ten text paragraphs (also a aggregation list style that is used for sub titles)

The "TextParagraphProperties" class is storing paragraph and character properties.


SmartArt

SmartArt is the "diagramming" part of DrawingML. OpenOffice.org do not have an equivalent feature so the import will have to include the logic of SmartArt to generate Shapes from the whole diagram description.

Diagrams are in their own fragments and in it their own XML namespace.

Personal tools