PdfCoreOptions

Inheritance: java.lang.Object

public class PdfCoreOptions

The common options for conversion to PDF

Constructors

ConstructorDescription
PdfCoreOptions()

Methods

MethodDescription
equals(Object arg0)
getBookmarksOutlineLevel()Specifies at which level in the document outline to display bookmark objects.
getClass()
getExpandedOutlineLevels()Specifies how many levels in the document outline to show expanded when the PDF file is viewed.
getHeadingsOutlineLevels()Specifies how many levels of outline items to include in the document outline.
getJpegQuality()Specifies the quality of JPEG compression for images (if JPEG compression is used).
getPdfCompliance()Gets the PDF compliance.
hashCode()
notify()
notifyAll()
setBookmarksOutlineLevel(int value)Specifies at which level in the document outline to display bookmark objects.
setExpandedOutlineLevels(int value)Specifies how many levels in the document outline to show expanded when the PDF file is viewed.
setHeadingsOutlineLevels(int value)Specifies how many levels of outline items to include in the document outline.
setJpegQuality(int value)Specifies the quality of JPEG compression for images (if JPEG compression is used).
setPdfCompliance(int value)Sets the PDF compliance.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PdfCoreOptions()

public PdfCoreOptions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBookmarksOutlineLevel()

public int getBookmarksOutlineLevel()

Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getExpandedOutlineLevels()

public int getExpandedOutlineLevels()

Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0.

Returns: int

getHeadingsOutlineLevels()

public int getHeadingsOutlineLevels()

Specifies how many levels of outline items to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0.

Returns: int

getJpegQuality()

public int getJpegQuality()

Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.

Returns: int

getPdfCompliance()

public final int getPdfCompliance()

Gets the PDF compliance.

Returns: int - the PDF compliance.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBookmarksOutlineLevel(int value)

public void setBookmarksOutlineLevel(int value)

Specifies at which level in the document outline to display bookmark objects. 0 - not displayed. 1 at first level and so on. Default is 0.

Parameters:

ParameterTypeDescription
valueint

setExpandedOutlineLevels(int value)

public void setExpandedOutlineLevels(int value)

Specifies how many levels in the document outline to show expanded when the PDF file is viewed. 0 - the document outline is not expanded. 1 - first level items in the document are expanded and so on. Default is 0.

Parameters:

ParameterTypeDescription
valueint

setHeadingsOutlineLevels(int value)

public void setHeadingsOutlineLevels(int value)

Specifies how many levels of outline items to include in the document outline. 0 - no outline, 1 - one outline level and so on. Default is 0.

Parameters:

ParameterTypeDescription
valueint

setJpegQuality(int value)

public void setJpegQuality(int value)

Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.

Parameters:

ParameterTypeDescription
valueint

setPdfCompliance(int value)

public final void setPdfCompliance(int value)

Sets the PDF compliance.

Parameters:

ParameterTypeDescription
valueintthe PDF compliance.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int