public class MultiPageMapper extends PageMapper implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
legalCopyright |
Modifier | Constructor and Description |
---|---|
protected |
MultiPageMapper()
Creates a MultiPageMapper object.
|
|
MultiPageMapper(PXMLConsumer consumer)
Creates a MultiPageMapper object that outputs to the given
consumer object.
|
Modifier and Type | Method and Description |
---|---|
void |
setIsoNumber(java.lang.Integer isoNumber)
Specifies the ISO value (e.g.
|
void |
setPageExponent(java.lang.Integer pageExponent)
Specifies the number of logical pages that will be placed on a paper sheet as a index of 2.
|
void |
setPortrait(java.lang.Boolean portrait)
Specifies the orientation of the report (logical pages).
|
setPaperBottomMargin, setPaperLeftMargin, setPaperRightMargin, setPaperTopMargin
setConsumer
public static final java.lang.String legalCopyright
protected MultiPageMapper()
public MultiPageMapper(PXMLConsumer consumer)
consumer
- A PXMLConsumerpublic void setPageExponent(java.lang.Integer pageExponent)
count=2^pageExponent
.
The default value is 0.pageExponent
- The number of logical pages per sheet as a index of 2.java.lang.IllegalArgumentException
- if the value isn't positivepublic void setIsoNumber(java.lang.Integer isoNumber)
isoNumber
- The iso value (e.g. 4 for A4).java.lang.IllegalArgumentException
- if the value isn't positivepublic void setPortrait(java.lang.Boolean portrait)
portrait
- "Portrait" if true otherwise "landscape"