com.adobe.livecycle.pdfutility.client
Class PDFUtilitySaveMode

java.lang.Object
  extended by com.adobe.livecycle.pdfutility.client.PDFUtilitySaveMode
All Implemented Interfaces:
java.io.Serializable

public class PDFUtilitySaveMode
extends java.lang.Object
implements java.io.Serializable

Controls the mode in which a PDF document is saved.

The following are PDF save mode values:

See Also:
Serialized Form

Constructor Summary
PDFUtilitySaveMode()
          A constructor that creates a PDFUtilitySaveMode object.
 
Method Summary
 java.lang.String getSaveStyle()
          Gets the save mode of the PDF document.
 boolean isRequired()
          Determines whether the save mode of the PDF document is required.
 void setRequired(boolean required)
          Specifies that the save mode of the PDF document is required.
 void setSaveStyle(java.lang.String saveStyle)
          Sets the save mode of the PDF document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFUtilitySaveMode

public PDFUtilitySaveMode()
A constructor that creates a PDFUtilitySaveMode object.

Method Detail

isRequired

public boolean isRequired()
Determines whether the save mode of the PDF document is required.

Returns:
A Boolean value that specifies whether the save mode is required.

setRequired

public void setRequired(boolean required)
Specifies that the save mode of the PDF document is required.

Parameters:
required - A Boolean value that specifies whether the save mode is required.

getSaveStyle

public java.lang.String getSaveStyle()
Gets the save mode of the PDF document.

Returns:
A string value that represents the save mode of a PDF document.

setSaveStyle

public void setSaveStyle(java.lang.String saveStyle)
Sets the save mode of the PDF document.

Parameters:
saveStyle - A string value that represents the save mode of a PDF document.


[an error occurred while processing this directive] [an error occurred while processing this directive]