filters
StackItem Class Reference
List of all members.Detailed Description
Definition at line 71 of file ImportFormatting.h.
Public Member Functions | |
| StackItem () | |
| ~StackItem () | |
Public Attributes | |
| QString | itemName |
| StackItemElementType | elementType |
| QDomElement | m_frameset |
| QDomElement | stackElementParagraph |
| QDomElement | stackElementText |
| QDomElement | stackElementFormatsPlural |
| QString | fontName |
| int | fontSize |
| int | pos |
| bool | italic |
| bool | bold |
| bool | underline |
| bool | strikeout |
| QColor | fgColor |
| QColor | bgColor |
| int | textPosition |
| QString | strTemp1 |
| QString | strTemp2 |
| QMemArray< double > | m_doubleArray |
Member Data Documentation
| QString StackItem::itemName |
| QDomElement StackItem::m_frameset |
| QDomElement StackItem::stackElementParagraph |
| QDomElement StackItem::stackElementText |
| QDomElement StackItem::stackElementFormatsPlural |
| QString StackItem::fontName |
| int StackItem::pos |
| bool StackItem::bold |
| QString StackItem::strTemp1 |
for <d>: mime type for <a>: link reference for <m>: key for <table>: KWord's table name
Definition at line 93 of file ImportFormatting.h.
| QString StackItem::strTemp2 |
for <d>: collecting the data for <a>: link name for <iw>: collecting the data (i.e.
word to ignore) for <m>: value of the meta data for <table>: Number of the table (needed as I18N does not allow adding phrases)
Definition at line 98 of file ImportFormatting.h.
| QMemArray<double> StackItem::m_doubleArray |
for tables (<table>, <cell>): defines the widths of the columns.
Be careful: we are using the shallow copy mechanism of Qt. Use QMemArray::detach when needed to avoid modifying the parents
Definition at line 108 of file ImportFormatting.h.
The documentation for this class was generated from the following files:

