casa
5.7.0-16
|
The PageInfo struct is used internally to supply descriptions of the various page types. More...
#include <PSDriver.h>
Public Attributes | |
PSDriver::MediaSize | media |
float | width |
float | height |
float | lrmargin |
float | tbmargin |
PSDriver::Dimension | dimension |
const char * | name |
const char * | alias1 |
const char * | alias2 |
The PageInfo struct is used internally to supply descriptions of the various page types.
Definition at line 554 of file PSDriver.h.
const char* casa::PSDriver::PageInfo::alias1 |
Definition at line 562 of file PSDriver.h.
const char* casa::PSDriver::PageInfo::alias2 |
Definition at line 563 of file PSDriver.h.
PSDriver::Dimension casa::PSDriver::PageInfo::dimension |
Definition at line 560 of file PSDriver.h.
float casa::PSDriver::PageInfo::height |
Definition at line 557 of file PSDriver.h.
float casa::PSDriver::PageInfo::lrmargin |
Definition at line 558 of file PSDriver.h.
PSDriver::MediaSize casa::PSDriver::PageInfo::media |
Definition at line 555 of file PSDriver.h.
const char* casa::PSDriver::PageInfo::name |
Definition at line 561 of file PSDriver.h.
float casa::PSDriver::PageInfo::tbmargin |
Definition at line 559 of file PSDriver.h.
float casa::PSDriver::PageInfo::width |
Definition at line 556 of file PSDriver.h.