#include <QXPTypes.h>
Public Member Functions | |
QXPDocumentProperties () | |
void | setAutoLeading (const double val) |
double | autoLeading () const |
bool | isIncrementalAutoLeading () const |
Public Attributes | |
double | superscriptOffset |
double | superscriptHScale |
double | superscriptVScale |
double | subscriptOffset |
double | subscriptHScale |
double | subscriptVScale |
double | superiorHScale |
double | superiorVScale |
Private Attributes | |
double | m_autoLeading |
|
inline |
double libqxp::QXPDocumentProperties::autoLeading | ( | ) | const |
Referenced by libqxp::QXPContentCollector::drawText(), and isIncrementalAutoLeading().
|
inline |
Referenced by libqxp::QXPContentCollector::drawText().
void libqxp::QXPDocumentProperties::setAutoLeading | ( | const double | val | ) |
Referenced by libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
|
private |
Referenced by autoLeading(), and setAutoLeading().
double libqxp::QXPDocumentProperties::subscriptHScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::subscriptOffset |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::subscriptVScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::superiorHScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::superiorVScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::superscriptHScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::superscriptOffset |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().
double libqxp::QXPDocumentProperties::superscriptVScale |
Referenced by libqxp::QXPContentCollector::drawText(), libqxp::QXP33Header::load(), and libqxp::QXP4Header::load().