GetPrintStyle
PrintStyle GetPrintStyle() const;
if (GetJobData()->GetPrintStyle() == JobData::kSimplex)
if (GetJobData()->GetPrintStyle() == JobData::kDuplex) {
if (GetJobData()->GetPrintStyle() == JobData::kSimplex) {
} else if (GetJobData()->GetPrintStyle() == JobData::kDuplex) {
bool simplex = fRealJobData->GetPrintStyle() == JobData::kSimplex;
&& (fOrgJobData->GetPrintStyle() != JobData::kSimplex)
if (fJobData->GetPrintStyle() != JobData::kSimplex) {