Difference between revisions of "DrawingML"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
DrawingML is the ML for graphics data in [[Office Open XML]].
+
[[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]]
 
It is used throughout the whole Office suite for graphics data like in [[PresentationML]] and [[WordprocessingML]]
Line 8: Line 8:
 
=== Shapes ===
 
=== Shapes ===
  
oox::drawingml::Shape is the main data structure for the DrawingML. It will contain many XShape all created from the drawingml.
+
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.
 
The class Shape, every hard shape attribute is stored there. The text will be stored in the shape.

Revision as of 21:30, 9 May 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.

Personal tools