Internal: structure used to keep the printer style information. More...
Public Member Functions | |
bool | read (MWAWInputStreamPtr input) |
reads data from file | |
Protected Attributes | |
int | m_wDev |
used internally | |
int | m_feed |
paper type: cut, fanfold, mechcut or other | |
int | m_pageHeight |
paper height | |
int | m_pageWidth |
paper width | |
int | m_port |
printer or modem port | |
Friends | |
std::ostream & | operator<< (std::ostream &o, PrinterStyle const &) |
operator<< | |
Internal: structure used to keep the printer style information.
|
inline |
reads data from file
|
friend |
operator<<
|
protected |
paper type: cut, fanfold, mechcut or other
Referenced by read().
|
protected |
paper height
Referenced by read().
|
protected |
paper width
Referenced by read().
|
protected |
printer or modem port
Referenced by read().
|
protected |
used internally
Referenced by read().