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