DrawingML

From Apache OpenOffice Wiki
Revision as of 21:26, 9 May 2007 by Hub (Talk | contribs)

Jump to: navigation, search

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