a small struct used to store link plc data: footnote, index, ... More...
Public Member Functions | |
LinkPLC () | |
constructor | |
Public Attributes | |
int | m_what |
the plc type 0:attachment, 1:item(list item), 2:unknown, 3:index, 4:formula(page number, ...), 5:footnote | |
int | m_type |
the file type | |
MWAWVec2i | m_positions |
the position in the text | |
int | m_id |
an identifier | |
MWAWVec2f | m_dimensions |
the attachment box | |
MWAWVec2i | m_footnotePositions |
the footnote data | |
a small struct used to store link plc data: footnote, index, ...
|
inline |
constructor
MWAWVec2f RagTime5TextInternal::LinkPLC::m_dimensions |
the attachment box
Referenced by RagTime5Text::readLinkZones().
MWAWVec2i RagTime5TextInternal::LinkPLC::m_footnotePositions |
the footnote data
Referenced by RagTime5Text::readLinkZones().
int RagTime5TextInternal::LinkPLC::m_id |
an identifier
Referenced by RagTime5Text::readLinkZones().
MWAWVec2i RagTime5TextInternal::LinkPLC::m_positions |
the position in the text
Referenced by RagTime5Text::readLinkZones().
int RagTime5TextInternal::LinkPLC::m_type |
the file type
Referenced by RagTime5Text::readLinkZones().
int RagTime5TextInternal::LinkPLC::m_what |
the plc type 0:attachment, 1:item(list item), 2:unknown, 3:index, 4:formula(page number, ...), 5:footnote
Referenced by RagTime5Text::readLinkZones().