the doc statistic More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
PrintData () | |
constructor | |
bool | read (StarZone &zone) |
try to read a printData: '8' | |
Public Attributes | |
int | m_flags |
the flags | |
STOFFVec2i | m_colRow |
the row, col dim | |
int | m_spacings [6] |
the spaces: left, right, top, bottom, horizontal, verticals | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PrintData const &printData) |
operator<< | |
the doc statistic
|
inline |
constructor
bool StarWriterStruct::PrintData::read | ( | StarZone & | zone | ) |
try to read a printData: '8'
Referenced by StarObjectText::readWriterDocument().
|
friend |
operator<<
STOFFVec2i StarWriterStruct::PrintData::m_colRow |
the row, col dim
Referenced by read().
int StarWriterStruct::PrintData::m_flags |
the flags
Referenced by read().
int StarWriterStruct::PrintData::m_spacings[6] |
the spaces: left, right, top, bottom, horizontal, verticals
Referenced by PrintData(), and read().