structure to store a endnote/footnote page description More...
Public Member Functions | |
NoteDesc (bool isFootnote) | |
constructor More... | |
bool | read (StarZone &zone) |
try to read a noteDesc: '1' or '2' More... | |
Public Attributes | |
bool | m_isFootnote |
a flag to know if this corresponds to a footnote or a endnote More... | |
float | m_distances [4] |
the width/height/topDist/bottomDist More... | |
int | m_adjust |
the adjust More... | |
int | m_penWidth |
the pen's width More... | |
STOFFColor | m_color |
the color More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, NoteDesc const &desc) |
operator<< More... | |
structure to store a endnote/footnote page description
|
inlineexplicit |
constructor
bool StarObjectPageStyleInternal::NoteDesc::read | ( | StarZone & | zone | ) |
try to read a noteDesc: '1' or '2'
|
friend |
operator<<
int StarObjectPageStyleInternal::NoteDesc::m_adjust |
the adjust
Referenced by StarObjectPageStyleInternal::operator<<(), and read().
STOFFColor StarObjectPageStyleInternal::NoteDesc::m_color |
the color
Referenced by StarObjectPageStyleInternal::operator<<(), and read().
float StarObjectPageStyleInternal::NoteDesc::m_distances[4] |
the width/height/topDist/bottomDist
Referenced by NoteDesc(), StarObjectPageStyleInternal::operator<<(), and read().
bool StarObjectPageStyleInternal::NoteDesc::m_isFootnote |
a flag to know if this corresponds to a footnote or a endnote
Referenced by StarObjectPageStyleInternal::operator<<(), and read().
int StarObjectPageStyleInternal::NoteDesc::m_penWidth |
the pen's width
Referenced by StarObjectPageStyleInternal::operator<<(), and read().