public class ThinPDFParams extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="SidelineImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="FilePerPage" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SidelineFonts" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SidelineEPS" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
filePerPage |
protected Boolean |
sidelineEPS |
protected Boolean |
sidelineFonts |
protected Boolean |
sidelineImages |
| Constructor and Description |
|---|
ThinPDFParams() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFilePerPage()
Gets the value of the filePerPage property.
|
Boolean |
getSidelineEPS()
Gets the value of the sidelineEPS property.
|
Boolean |
getSidelineFonts()
Gets the value of the sidelineFonts property.
|
Boolean |
getSidelineImages()
Gets the value of the sidelineImages property.
|
void |
setFilePerPage(Boolean value)
Sets the value of the filePerPage property.
|
void |
setSidelineEPS(Boolean value)
Sets the value of the sidelineEPS property.
|
void |
setSidelineFonts(Boolean value)
Sets the value of the sidelineFonts property.
|
void |
setSidelineImages(Boolean value)
Sets the value of the sidelineImages property.
|
protected Boolean sidelineImages
protected Boolean filePerPage
protected Boolean sidelineFonts
protected Boolean sidelineEPS
public Boolean getSidelineImages()
Booleanpublic void setSidelineImages(Boolean value)
value - allowed object is
Booleanpublic Boolean getFilePerPage()
Booleanpublic void setFilePerPage(Boolean value)
value - allowed object is
Booleanpublic Boolean getSidelineFonts()
Booleanpublic void setSidelineFonts(Boolean value)
value - allowed object is
Booleanpublic Boolean getSidelineEPS()
BooleanCopyright © 2012. All Rights Reserved.