Package ru.novosoft.dc.rtf.dom

RTF Document Object Model.

See:
          Description

Interface Summary
RTFBlock Any flow entry must implement this interface.
RTFEntry Any RTF DOM entry must implement this interface.
RTFFilter A filter of an rtf document must implement this interface.
RTFInline Any special inline object must implement this interface.
RTFString An interface of the proxy object for access to a raw text string of RTF document.
RTFStringFactory An interface of the string factory.
 

Class Summary
Bookmark Marker of start and end bookmarks.
CellContext Cell formatting context.
CharacterContext Character formatting context.
ColorTable RTF color table.
CustomInformation The class contains custom document properties described in the "userprops" group of rtf-document.
DocumentContext Document context contains document properties.
DocumentInformation The class contains document properties described in the "info" group of rtf-document.
DocumentVariables The class contains document variables of rtf-document.
FieldMarker A marker of the beginning of field.
FontTable RTF font table.
FootnoteContext Footnotes and endnotes properties.
FormattingStyle Formatting style is an entry of a style sheet table.
ParagraphContext Paragraph formatting context (draft version).
Picture Description of rtf picture.
PictureContext A context of rtf picture contains internal properties of picture.
RowContext Row formatting context (draft version).
RTFDocument The root class of the RTF DOM.
RTFFlow A flow is a sequential list of "block-like" objects, such as RTFParagraph and RTFTable.
RTFFootnote An rtf footnote object.
RTFObject An inline object of rtf-file.
RTFParagraph A paragraph contains paragraph context and up to two lists of inline objects of the RTFObject type, namely a marker and content.
RTFRow A row consists of a row context and a vector of flows (one flow per a cell).
RTFSection A section of the RTF DOM.
RTFShape Word 97-2000 Drawing Object (shape).
RTFTable A table is a sequential list of rows of the RTFRow type.
SectionContext Section formatting context contains section formatting properties.
ShadingContext The basic class for cell, paragraph, and character formatting contexts.
ShapeEntry The basic class for shape entries contains shape properties and ID.
ShapeGroup This class describes a group of shape objects.
ShapeObject This class describes a single shape object.
StyleSheet Style sheet contains a hashtable of specified formatting styles.
 

Package ru.novosoft.dc.rtf.dom Description

RTF Document Object Model.