filters
TextFrame Class Reference
#include <textFrame.h>
Inheritance diagram for TextFrame:

Detailed Description
This class hold 2 lists of paragraphs for the text and for the footnotes.NOTE : The frame analyse can be (must be) in a Element class.
Definition at line 39 of file textFrame.h.
Public Member Functions | |
| TextFrame () | |
| virtual | ~TextFrame () |
| double | getLeft () const |
| double | getRight () const |
| double | getTop () const |
| double | getBottom () const |
| TAround | getRunAround () const |
| double | getAroundGap () const |
| TCreate | getAutoCreate () const |
| TNFrame | getNewFrame () const |
| TSide | getSheetSide () const |
| Para * | getFirstPara () const |
| EEnv | getNextEnv (QPtrList< Para >, const int) |
| bool | isBeginEnum (Para *, Para *) |
| bool | isCloseEnum (Para *, Para *) |
| void | setLeft (const double l) |
| void | setRight (const double r) |
| void | setTop (const double t) |
| void | setBottom (const double b) |
| void | setRunAround (const int a) |
| void | setAroundGap (const double r) |
| void | setAutoCreate (const int a) |
| void | setNewFrame (const int n) |
| void | setSheetSide (const int s) |
| void | analyse (const QDomNode) |
| void | generate (QTextStream &) |
Constructor & Destructor Documentation
|
|
Constructors. Creates a new instances of a Text frame. Definition at line 29 of file textFrame.cc. |
Member Function Documentation
|
|
Get informations from a markup tree.
Reimplemented from Element. Definition at line 64 of file textFrame.cc. |
|
|
Write the text in a file.
Implements Element. Definition at line 172 of file textFrame.cc. |
|
|
Accessors.
Definition at line 85 of file textFrame.h. |
|
|
Modifiors.
Definition at line 102 of file textFrame.h. |
The documentation for this class was generated from the following files:

