|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.convertpdfservice.client.ToSWFOptionsSpec
public class ToSWFOptionsSpec
Enables you to define run-time options that control how the Convert PDF service converts a PDF document to SWF files.
Constructor Summary | |
---|---|
ToSWFOptionsSpec()
|
Method Summary | |
---|---|
double |
getHeight()
Returns height of SWF file |
java.lang.String |
getPageRange()
Returns a string value that specifies the page range value. |
double |
getSampleX()
Returns the downsampling factor of image in X direction |
double |
getSampleY()
Returns the downsampling factor of image in Y direction |
SWFVersion |
getVersion()
Returns the version with which SWF is encoded. |
double |
getWidth()
Returns width of SWF file. |
boolean |
isProcessSignatures()
Returns true if signed signature field are processed during conversion, else false. |
void |
setHeight(double height)
Sets height of SWF file. |
void |
setPageRange(java.lang.String pageRange)
Sets a string value that specifies the page range value. |
void |
setProcessSignatures(boolean processSignatures)
Sets signed signature field processing. |
void |
setSampleX(double sampleX)
Sets the downsampling factor of image in X direction |
void |
setSampleY(double sampleY)
Sets the downsampling factor of image in Y direction |
void |
setVersion(SWFVersion version)
Sets the version with which SWF file shall be encoded. |
void |
setWidth(double width)
Sets width of SWF file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToSWFOptionsSpec()
Method Detail |
---|
public double getHeight()
public void setHeight(double height)
public double getWidth()
public void setWidth(double width)
public SWFVersion getVersion()
public void setVersion(SWFVersion version)
public double getSampleX()
public void setSampleX(double sampleX)
public double getSampleY()
public void setSampleY(double sampleY)
public boolean isProcessSignatures()
public void setProcessSignatures(boolean processSignatures)
public java.lang.String getPageRange()
public void setPageRange(java.lang.String pageRange)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |