public class ThinPDFParams
extends java.lang.Object
implements java.io.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 java.lang.Boolean |
filePerPage |
protected java.lang.Boolean |
sidelineEPS |
protected java.lang.Boolean |
sidelineFonts |
protected java.lang.Boolean |
sidelineImages |
| Constructor and Description |
|---|
ThinPDFParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getFilePerPage()
Gets the value of the filePerPage property.
|
java.lang.Boolean |
getSidelineEPS()
Gets the value of the sidelineEPS property.
|
java.lang.Boolean |
getSidelineFonts()
Gets the value of the sidelineFonts property.
|
java.lang.Boolean |
getSidelineImages()
Gets the value of the sidelineImages property.
|
void |
setFilePerPage(java.lang.Boolean value)
Sets the value of the filePerPage property.
|
void |
setSidelineEPS(java.lang.Boolean value)
Sets the value of the sidelineEPS property.
|
void |
setSidelineFonts(java.lang.Boolean value)
Sets the value of the sidelineFonts property.
|
void |
setSidelineImages(java.lang.Boolean value)
Sets the value of the sidelineImages property.
|
protected java.lang.Boolean sidelineImages
protected java.lang.Boolean filePerPage
protected java.lang.Boolean sidelineFonts
protected java.lang.Boolean sidelineEPS
public java.lang.Boolean getSidelineImages()
Booleanpublic void setSidelineImages(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getFilePerPage()
Booleanpublic void setFilePerPage(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSidelineFonts()
Booleanpublic void setSidelineFonts(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getSidelineEPS()
Booleanpublic void setSidelineEPS(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.