Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X 

A

AcroFormExportType - Enum in com.datalogics.PDFL
 
AcroFormImportType - Enum in com.datalogics.PDFL
 
Action - Class in com.datalogics.PDFL
When a user clicks a link or bookmark in a PDF, an action occurs, moving the reader to a new location.
Action(Document, String) - Constructor for class com.datalogics.PDFL.Action
Creates a new action object.
add(OptionalContentOrderNode) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
Adds an OptionalContentOrderNode to the end of the Array.
add(PDFObject) - Method in class com.datalogics.PDFL.PDFArray
Adds an object to the end of the array
addAnnotation(int, Annotation) - Method in class com.datalogics.PDFL.Page
Deprecated.
addChild(Bookmark) - Method in class com.datalogics.PDFL.Bookmark
Add an existing bookmark to be the child bookmark of a parent.
addCurve(Point, Point, Point) - Method in class com.datalogics.PDFL.Path
Adds a Bezier curve from the current path using the first two points specified as Bezier control points ending at the third point.
addCurveV(Point, Point) - Method in class com.datalogics.PDFL.Path
Adds a Bezier curve from the current path.
addCurveY(Point, Point) - Method in class com.datalogics.PDFL.Path
Adds a Bezier curve from the current path.
addElement(Element, int) - Method in class com.datalogics.PDFL.Clip
Adds an Element to a Clip path, after the Element index specified.
addElement(Element) - Method in class com.datalogics.PDFL.Clip
Adds an Element to a Clip path as the first indexed Element.
addElement(Element) - Method in class com.datalogics.PDFL.Content
Adds an existing Element at the end of the content object.
addElement(Element, int) - Method in class com.datalogics.PDFL.Content
Adds an existing Element at the given index of the content object.
addField(CollectionSchemaField) - Method in class com.datalogics.PDFL.CollectionSchema
AddField allows to set new field to the CollectionSchema object. If the target field exists, it is overwritten.
addGlyphs(List<Character>, List<Character>, Font, GraphicState, TextState, Matrix, EnumSet<TextFlags>) - Method in class com.datalogics.PDFL.Text
Adds Unicode text to a Text object
addGlyphs(List<Character>, List<Character>, Font, GraphicState, TextState, Matrix, EnumSet<TextFlags>, int) - Method in class com.datalogics.PDFL.Text
Adds Unicode text to a Text object
addLine(Point) - Method in class com.datalogics.PDFL.Path
Adds a line to the current path from the current path position.
addNewAnnotation(int, String, Rect) - Method in class com.datalogics.PDFL.Page
Deprecated.
addNextSibling(Bookmark) - Method in class com.datalogics.PDFL.Bookmark
Add a bookmark to a tree as the next (right) sibling.
addPage(int, Document, Page, Matrix, List<String>, EnumSet<AddPageFlags>, Rect) - Method in class com.datalogics.PDFL.Content
Adds the specfied Page to the Content as a Form.
AddPageFlags - Enum in com.datalogics.PDFL
 
addPreviousSibling(Bookmark) - Method in class com.datalogics.PDFL.Bookmark
Add a bookmark to a tree as the previous (left) sibling.
addQRBarcode(String, double, double, double, double) - Method in class com.datalogics.PDFL.Page
Add a QR Two-Dimensional Barcode encoded with the specified Text to the page as an image.
addRect(Point, double, double) - Method in class com.datalogics.PDFL.Path
Adds a rectangle to the current path with the lower left corner at the give point, and with the width and height specified.
addRun(TextRun) - Method in class com.datalogics.PDFL.Text
Adds a TextRun to the end of this text element.
addRun(TextRun, int) - Method in class com.datalogics.PDFL.Text
Adds a TextRun at the specified index.
addScribble(List<Point>) - Method in class com.datalogics.PDFL.InkAnnotation
The vertices that define one of many scribbles in an ink annotation, in user space.
addSubtree(Bookmark, String) - Method in class com.datalogics.PDFL.Bookmark
Add a copy of a subtree as the new last child of a parent bookmark, and gives the subtree an initial title.
ALL_PAGES - Static variable in class com.datalogics.PDFL.Document
All pages.
Annotation - Class in com.datalogics.PDFL
Associates an object with its location on a page of a PDF document.
Annotation(Page, String, Rect) - Constructor for class com.datalogics.PDFL.Annotation
Create a new Annotation at the end of a page's annotation array.
Annotation(Page, String, Rect, int) - Constructor for class com.datalogics.PDFL.Annotation
Create a new Annotation at a specific index in the page's annotation array.
AnnotationFlags - Enum in com.datalogics.PDFL
 
append(Image) - Method in class com.datalogics.PDFL.ImageCollection
Insert the given Image object at the end of the ImageCollection.
apply(List<Double>) - Method in class com.datalogics.PDFL.Function
Apply the function to supplied input values
apply(List<Double>) - Method in class com.datalogics.PDFL.NamedFunction
Apply the function to supplied input values.
applyRedactions(Redaction) - Method in class com.datalogics.PDFL.Document
 
applyRedactions() - Method in class com.datalogics.PDFL.Document
 
AUTO - Static variable in class com.datalogics.PDFL.PaperSource
Auto select based on paper size
AxialShadingPattern - Class in com.datalogics.PDFL
A color blend that varies along an axis.
AxialShadingPattern(ColorSpace, List<Point>, List<Function>) - Constructor for class com.datalogics.PDFL.AxialShadingPattern
Create an AxialShadingPattern.

B

BEFORE_FIRST - Static variable in class com.datalogics.PDFL.Content
Position for inserting an element before the first element.
BEFORE_FIRST_PAGE - Static variable in class com.datalogics.PDFL.Document
Before first page.
beginOperation() - Method in class com.datalogics.PDFL.ProgressMonitor
Initializes the progress monitor and displays it with a current value of zero.
BlendMode - Enum in com.datalogics.PDFL
The blend mode used for painting objects.
Bookmark - Class in com.datalogics.PDFL
A bookmark on a page of a PDF document.
BookmarkFlags - Enum in com.datalogics.PDFL
 

C

CalGrayColorSpace - Class in com.datalogics.PDFL
A calibrated gray color space.
CalGrayColorSpace(List<Double>, List<Double>, double) - Constructor for class com.datalogics.PDFL.CalGrayColorSpace
Create a CalGray color space.
CalGrayColorSpace(List<Double>) - Constructor for class com.datalogics.PDFL.CalGrayColorSpace
Create a CalGray color space.
Call() - Method in class com.datalogics.PDFL.CancelProc
 
Call(PDFObject, PDFObject) - Method in class com.datalogics.PDFL.PDFObjectEnumProc
 
Call() - Method in class com.datalogics.PDFL.PrintCancelProc
 
Call(int, int, float, String, PrintProgressStage) - Method in class com.datalogics.PDFL.PrintProgressProc
 
Call(float, String, RenderProgressStage) - Method in class com.datalogics.PDFL.RenderProgressProc
 
Call(ReportType, String, String) - Method in class com.datalogics.PDFL.ReportProc
 
Call(WordFinder, Word, int) - Method in class com.datalogics.PDFL.WordProc
 
CalRGBColorSpace - Class in com.datalogics.PDFL
A calibrated RGB color space.
CalRGBColorSpace(List<Double>, List<Double>, List<Double>, List<Double>) - Constructor for class com.datalogics.PDFL.CalRGBColorSpace
Create a CalRGB color space.
CalRGBColorSpace(List<Double>) - Constructor for class com.datalogics.PDFL.CalRGBColorSpace
Create a CalRGB color space.
CancelProc - Class in com.datalogics.PDFL
A callback function used to abort an operation.
CancelProc() - Constructor for class com.datalogics.PDFL.CancelProc
A callback function used to abort an operation.
CASSETTE - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the cassette tray
changeCollectionViewMode(CollectionViewType, CollectionSplitType) - Method in class com.datalogics.PDFL.Collection
SetCollectionView sets view mode value to the Collection.
changeMatrixForTextRun(Matrix, int) - Method in class com.datalogics.PDFL.Text
Changes the transformation matrix from user space to the current text space for the specified TextRun.
changeResolution(int) - Method in class com.datalogics.PDFL.Image
Create a new image from an existing one modifying the resolution (dots per inch)
changeTextMatrixForTextRun(Matrix, int) - Method in class com.datalogics.PDFL.Text
Changes the transformation matrix from user space to the current text space for the specified TextRun.
changeWorkingSpaceCMYK(String) - Method in class com.datalogics.PDFL.Library
Sets the current CMYK working space to the specified ICC profile.
changeWorkingSpaceCMYK(ColorProfile) - Method in class com.datalogics.PDFL.Library
Sets the current CMYK working space to the specified ICC profile.
changeWorkingSpaceGray(String) - Method in class com.datalogics.PDFL.Library
Sets the current Gray working space to the specified ICC profile.
changeWorkingSpaceGray(ColorProfile) - Method in class com.datalogics.PDFL.Library
Sets the current Gray working space to the specified ICC profile.
changeWorkingSpaceRGB(String) - Method in class com.datalogics.PDFL.Library
Sets the current RGB working space to the specified ICC profile.
changeWorkingSpaceRGB(ColorProfile) - Method in class com.datalogics.PDFL.Library
Sets the current RGB working space to the specified ICC profile.
choosePaperSourceBySize(double, double) - Method in class com.datalogics.PDFL.PrintUserParams
Choose the best paper source for a given width and height.
CircleAnnotation - Class in com.datalogics.PDFL
A circle annotation is an annotation surrounded by a curved and possibly elliptical border.
CircleAnnotation(Page, Rect) - Constructor for class com.datalogics.PDFL.CircleAnnotation
Create a new CircleAnnotation at the end of a page's annotation array.
CircleAnnotation(Page, Rect, int) - Constructor for class com.datalogics.PDFL.CircleAnnotation
Create a new CircleAnnotation at a specific index in the page's annotation array.
Clip - Class in com.datalogics.PDFL
A clipping path is used to mark an area within a page to be highlighted or removed.
Clip() - Constructor for class com.datalogics.PDFL.Clip
Creates an empty Clip object.
clone() - Method in class com.datalogics.PDFL.Clip
Makes a new deep copy of this Clip object in memory.
clone() - Method in class com.datalogics.PDFL.Container
Makes a copy of the container.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Container
Makes a copy of the container.
clone() - Method in class com.datalogics.PDFL.Element
Makes a copy of the element.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Element
Makes a copy of the element.
clone() - Method in class com.datalogics.PDFL.Form
Creates a new form from an existing form object.
clone() - Method in class com.datalogics.PDFL.Group
Makes a copy of the group.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Group
Makes a copy of the group.
clone() - Method in class com.datalogics.PDFL.Image
Makes a copy of the image.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Image
Makes a copy of the image.
clone() - Method in class com.datalogics.PDFL.OptionalContentContext
Makes a copy of the optional content context.
clone() - Method in class com.datalogics.PDFL.Path
Makes a copy of the path.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Path
Makes a copy of the path.
clone() - Method in class com.datalogics.PDFL.PDFObject
Makes a new copy of this PDFObject in memory, in the same document and using same direct/indirect setting as this PDFObject.
clone(Document) - Method in class com.datalogics.PDFL.PDFObject
Makes a new copy of this PDFObject in memory, in the supplied document, using the same direct/indirect setting as this PDFObject.
clone(Document, boolean) - Method in class com.datalogics.PDFL.PDFObject
Makes a new copy of this PDFObject in memory, in the supplied document, using supplied direct/indirect setting.
clone(PDFObject) - Method in class com.datalogics.PDFL.PDFObject
Makes a new copy of this PDFObject in memory, in the same document as another object, using the same direct/indirect setting as this PDFObject.
clone(PDFObject, boolean) - Method in class com.datalogics.PDFL.PDFObject
Makes a new copy of this PDFObject in memory, in the same document as another object, using supplied direct/indirect setting.
clone() - Method in class com.datalogics.PDFL.Text
Makes a copy of the text.
clone(EnumSet<ElementCloneFlags>) - Method in class com.datalogics.PDFL.Text
Makes a copy of the text.
cloneAsPDFADocument(PDFAConvertType, PDFAConvertParams) - Method in class com.datalogics.PDFL.Document
Create a PDF/A compliant version of this Document.
cloneAsPDFXDocument(PDFXConvertType, PDFXConvertParams) - Method in class com.datalogics.PDFL.Document
Create a PDF/X compliant version of this Document.
close() - Method in class com.datalogics.PDFL.Document
Closes a document and releases its resources.
closeDocument() - Method in class com.datalogics.PDFL.RolledBackDocument
 
ClosePath - Class in com.datalogics.PDFL
An operator that completes a vector shape, drawing a line from the first point to the last point.
ClosePath() - Constructor for class com.datalogics.PDFL.ClosePath
Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
closePath() - Method in class com.datalogics.PDFL.Path
Closes the current subpath.
Collection - Class in com.datalogics.PDFL
Allows for manipulation of PDF collections, or portfolios.
CollectionSchema - Class in com.datalogics.PDFL
Provides for adding/removing/retrieving schema fields in a collection.
CollectionSchemaField - Class in com.datalogics.PDFL
Allows for the creation of collection schema field objects.
CollectionSchemaField(String, SchemaFieldSubtype) - Constructor for class com.datalogics.PDFL.CollectionSchemaField
CCollectionSchemaField allows to create CollectionSchemaField object.
CollectionSortItem - Class in com.datalogics.PDFL
Stores data about fields that viewers use for sorting collection items.
CollectionSortItem(String, boolean) - Constructor for class com.datalogics.PDFL.CollectionSortItem
CCollectionSortItem allows to construct sort item which will be used for collection sorting.
CollectionSplitType - Enum in com.datalogics.PDFL
 
CollectionViewType - Enum in com.datalogics.PDFL
 
collectNamesOfTree(PDFArray, List<FileAttachment>) - Method in class com.datalogics.PDFL.Document
 
Color - Class in com.datalogics.PDFL
A color specified by values appropriate for its color space.
Color(double) - Constructor for class com.datalogics.PDFL.Color
Create a new color in the DeviceGray colorspace with the specified value.
Color(double, double, double) - Constructor for class com.datalogics.PDFL.Color
Create a new color in the DeviceRGB colorspace with the specified value.
Color(double, double, double, double) - Constructor for class com.datalogics.PDFL.Color
Create a new color in the DeviceCMYK colorspace with the specified value.
Color(ColorSpace, List<Double>) - Constructor for class com.datalogics.PDFL.Color
Create a new color in an arbitrary color space.
Color(Pattern) - Constructor for class com.datalogics.PDFL.Color
Create a new color in the pattern color space.
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Container
Applies the specified ICC ColorProfile to the objects in the Container
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Form
Applies the specified ICC ColorProfile to the objects in the form
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Group
Applies the specified ICC ColorProfile to the elements in the Group object
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Image
Applies the specified ICC ColorProfile to the Image
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Path
Applies the specified ICC ColorProfile to the Path
colorConvert(Document, ColorProfile, RenderIntent, boolean) - Method in class com.datalogics.PDFL.Text
Applies the specified ICC ColorProfile to the Text object
ColorConvertActions - Class in com.datalogics.PDFL
Class that defines color conversion actions for an object described by certain attributes.
ColorConvertActions() - Constructor for class com.datalogics.PDFL.ColorConvertActions
Default constructor for the ColorConvertActions class. Sets default values to the members.
ColorConvertActionType - Enum in com.datalogics.PDFL
 
colorConvertContent(ColorConvertParams) - Method in class com.datalogics.PDFL.Page
Convert the colors (in place) in a page as specified by the params block by applying an ICC profile to the objects contained in the page.
ColorConvertCSpaceType - Enum in com.datalogics.PDFL
 
ColorConvertObjAttrs - Enum in com.datalogics.PDFL
 
colorConvertPages(ColorConvertParams) - Method in class com.datalogics.PDFL.Document
Convert the colors (in place) in a Document as specified by by the params block by applying an ICC profile to the objects contained in the Document.
ColorConvertParams - Class in com.datalogics.PDFL
Holds parameters to be passed to a color convert method. This includes the actions to take in case of a match. Each object is compared against the selection criteria for each of the actions, in order, until a matching action is found.
ColorConvertParams(List<ColorConvertActions>) - Constructor for class com.datalogics.PDFL.ColorConvertParams
Default constructor for the ColorConvertParams class. Sets default values to the members.
colorFromAWTColor(Color) - Static method in class com.datalogics.PDFL.Color
Create a Color from a standard java.awt.Color object.
ColorProfile - Enum in com.datalogics.PDFL
 
ColorSpace - Class in com.datalogics.PDFL
Base class for all color spaces.
ColorValueConverter - Class in com.datalogics.PDFL
This class contains methods used to convert sets of values from one Colorspace to another.
ColorValueConverter() - Constructor for class com.datalogics.PDFL.ColorValueConverter
This class contains methods used to convert sets of values from one Colorspace to another.
com.datalogics.PDFL - package com.datalogics.PDFL
 
compareTo(PDFObject) - Method in class com.datalogics.PDFL.PDFObject
Compares this object to another object.
CompressImageType - Enum in com.datalogics.PDFL
Enumerator to allow the selection of image type to Set the values for resampling and recompression.
CompressionCode - Enum in com.datalogics.PDFL
Compression values for generating graphics files from PDF pages.
CompressionType - Enum in com.datalogics.PDFL
Enumerator used to select type of compression used when images are recompressed.
CompressQuality - Enum in com.datalogics.PDFL
Establish the compression quality to be used in compression schemas that allow variable quality.
concat(Matrix) - Method in class com.datalogics.PDFL.Matrix
Concatenate a matrix onto an existing matrix.
Container - Class in com.datalogics.PDFL
A container class represents a group of elements on a page in a PDF file.
Container() - Constructor for class com.datalogics.PDFL.Container
Create a new Container.
Container(String) - Constructor for class com.datalogics.PDFL.Container
Create a new Container with a given Marked Content Tag.
contains(PDFName) - Method in class com.datalogics.PDFL.PDFDict
Tests whether the given key exists in the dictionary
contains(String) - Method in class com.datalogics.PDFL.PDFDict
Tests whether the given key exists in the dictionary
Content - Class in com.datalogics.PDFL
Class that represents the collection of elements on a PDF page.
Content() - Constructor for class com.datalogics.PDFL.Content
Create content
Content(Element) - Constructor for class com.datalogics.PDFL.Content
Create content with a first Element.
convertToExcel(String, String) - Static method in class com.datalogics.PDFL.Document
This function converts a PDF file to a Microsoft Excel Office file (.xlsx).
convertToPowerPoint(String, String) - Static method in class com.datalogics.PDFL.Document
This function converts a PDF file to a Microsoft PowerPoint Office file (.pptx).
convertToWord(String, String) - Static method in class com.datalogics.PDFL.Document
This function converts a PDF file to a Microsoft Word Office file (.docx).
convertValues(ColorProfile, ColorProfile, RenderIntent, long, byte[]) - Method in class com.datalogics.PDFL.ColorValueConverter
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
convertValues(String, ColorProfile, RenderIntent, long, byte[]) - Method in class com.datalogics.PDFL.ColorValueConverter
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
convertValues(ColorProfile, String, RenderIntent, long, byte[]) - Method in class com.datalogics.PDFL.ColorValueConverter
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
convertValues(String, String, RenderIntent, long, byte[]) - Method in class com.datalogics.PDFL.ColorValueConverter
Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.
convertXFAFieldsToAcroFormFields() - Method in class com.datalogics.PDFL.Document
Convert a XFA document into a document with only AcroForms.
copyTo(Page) - Method in class com.datalogics.PDFL.LinkAnnotation
Copy a LinkAnnotation to the specified page.
copyTo(Page, Point) - Method in class com.datalogics.PDFL.LinkAnnotation
Copy a LinkAnnotation to the specified page and center the annotation on the specified point.
countXMPMetadataArrayItems(String, String) - Method in class com.datalogics.PDFL.Document
Returns the number of array items in a property array associated with a Document.
createAnnotation(String, Rect) - Method in class com.datalogics.PDFL.Page
Deprecated.
createCollection() - Method in class com.datalogics.PDFL.Document
CreateCollection allows to create new collection in the PDF document. It replaces any existing collection.
createNameTree(String) - Method in class com.datalogics.PDFL.Document
Retrieves the name tree inside the Names dictionary with the specified key name, or creates it if it does not exist.
createNewChild(Page, String) - Method in class com.datalogics.PDFL.Bookmark
Deprecated.
createNewChild(String) - Method in class com.datalogics.PDFL.Bookmark
Create a new bookmark and add to a parent as the last child bookmark, using supplied string as the initial text.
createNewSibling(String) - Method in class com.datalogics.PDFL.Bookmark
Create a new bookmark in a tree as the next (right) sibling, using supplied string as the initial text.
createPage(int, Rect) - Method in class com.datalogics.PDFL.Document
Creates and acquires a new Page.
CurveTo - Class in com.datalogics.PDFL
The curveto operator is used to draw a Bezier curve.
CurveTo(Point, Point, Point) - Constructor for class com.datalogics.PDFL.CurveTo
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using point1 and point2 as the Bézier control points. The new current point is point3.
CurveTo(double, double, double, double, double, double) - Constructor for class com.datalogics.PDFL.CurveTo
Append a cubic Bézier curve to the current path. The curve extends from the current point to the point (x3, y3), using (x1, y1) and (x2, y2) as the Bézier control points. The new current point is (x3 , y3).
CurveToV - Class in com.datalogics.PDFL
A curveto operator where the first control point matches the beginning.
CurveToV(Point, Point) - Constructor for class com.datalogics.PDFL.CurveToV
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using the current point and point2 as the Bézier control points. The new current point is point3.
CurveToV(double, double, double, double) - Constructor for class com.datalogics.PDFL.CurveToV
Append a cubic Bézier curve to the current path. The curve extends from the current point to the point (x3, y3), using the current point and (x2, y2) as the Bézier control points. The new current point is (x3 ,y3).
CurveToY - Class in com.datalogics.PDFL
A curveto operator where the second control point matches the end point.
CurveToY(Point, Point) - Constructor for class com.datalogics.PDFL.CurveToY
Append a cubic Bézier curve to the current path. The curve extends from the current point to point3, using point1 and point3 as the Bézier control points. The new current point is point3.
CurveToY(double, double, double, double) - Constructor for class com.datalogics.PDFL.CurveToY
Append a cubic Bézier curve to the current path. The curve extends from the current point to the point (x3, y3), using (x1, y1) and (x3, y3) as the Bézier control points. The new current point is (x3 ,y3).

D

DEFAULT - Static variable in class com.datalogics.PDFL.Function
 
delete() - Method in class com.datalogics.PDFL.Action
 
delete() - Method in class com.datalogics.PDFL.Annotation
 
delete() - Method in class com.datalogics.PDFL.AxialShadingPattern
 
delete() - Method in class com.datalogics.PDFL.Bookmark
 
delete() - Method in class com.datalogics.PDFL.CalGrayColorSpace
 
delete() - Method in class com.datalogics.PDFL.CalRGBColorSpace
 
delete() - Method in class com.datalogics.PDFL.CancelProc
 
delete() - Method in class com.datalogics.PDFL.CircleAnnotation
 
delete() - Method in class com.datalogics.PDFL.Clip
 
delete() - Method in class com.datalogics.PDFL.ClosePath
 
delete() - Method in class com.datalogics.PDFL.Collection
 
delete() - Method in class com.datalogics.PDFL.CollectionSchema
 
delete() - Method in class com.datalogics.PDFL.CollectionSchemaField
 
delete() - Method in class com.datalogics.PDFL.CollectionSortItem
 
delete() - Method in class com.datalogics.PDFL.Color
 
delete() - Method in class com.datalogics.PDFL.ColorConvertActions
 
delete() - Method in class com.datalogics.PDFL.ColorConvertParams
 
delete() - Method in class com.datalogics.PDFL.ColorSpace
 
delete() - Method in class com.datalogics.PDFL.ColorValueConverter
 
delete() - Method in class com.datalogics.PDFL.Container
 
delete() - Method in class com.datalogics.PDFL.Content
 
delete() - Method in class com.datalogics.PDFL.CurveTo
 
delete() - Method in class com.datalogics.PDFL.CurveToV
 
delete() - Method in class com.datalogics.PDFL.CurveToY
 
delete() - Method in class com.datalogics.PDFL.DeviceNColorSpace
 
delete() - Method in class com.datalogics.PDFL.DocTextFinder
 
delete() - Method in class com.datalogics.PDFL.DocTextFinderMatch
 
delete() - Method in class com.datalogics.PDFL.DocTextFinderQuadInfo
 
delete() - Method in class com.datalogics.PDFL.Document
Closes that document and releases its resources.
delete() - Method in class com.datalogics.PDFL.DrawParams
 
delete() - Method in class com.datalogics.PDFL.Element
 
delete() - Method in class com.datalogics.PDFL.EncodingInfo
Destructor.
delete() - Method in class com.datalogics.PDFL.ExponentialFunction
 
delete() - Method in class com.datalogics.PDFL.ExtendedGraphicState
 
delete() - Method in class com.datalogics.PDFL.FileAttachment
 
delete() - Method in class com.datalogics.PDFL.FileSpecification
 
delete() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
 
delete() - Method in class com.datalogics.PDFL.Font
Destructor.
delete() - Method in class com.datalogics.PDFL.Form
 
delete() - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
delete() - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
delete() - Method in class com.datalogics.PDFL.Function
 
delete() - Method in class com.datalogics.PDFL.GoToAction
 
delete() - Method in class com.datalogics.PDFL.GraphicState
 
delete() - Method in class com.datalogics.PDFL.Group
 
delete() - Method in class com.datalogics.PDFL.HighlightAnnotation
 
delete() - Method in class com.datalogics.PDFL.ICCBasedColorSpace
 
delete() - Method in class com.datalogics.PDFL.Image
 
delete() - Method in class com.datalogics.PDFL.ImageCollection
 
delete() - Method in class com.datalogics.PDFL.ImageData
 
delete() - Method in class com.datalogics.PDFL.ImageSaveParams
 
delete() - Method in class com.datalogics.PDFL.IndexedColorSpace
 
delete() - Method in class com.datalogics.PDFL.Ink
 
delete() - Method in class com.datalogics.PDFL.InkAnnotation
 
delete() - Method in class com.datalogics.PDFL.LabColorSpace
 
delete() - Method in class com.datalogics.PDFL.LanguageSetting
 
delete() - Method in class com.datalogics.PDFL.LaunchAction
 
delete() - Method in class com.datalogics.PDFL.Library
Destroy this handle to the PDF Library.
delete() - Method in class com.datalogics.PDFL.LineAnnotation
 
delete() - Method in class com.datalogics.PDFL.LineTo
 
delete() - Method in class com.datalogics.PDFL.LinkAnnotation
 
delete() - Method in class com.datalogics.PDFL.LogParams
 
delete() - Method in class com.datalogics.PDFL.Matrix
 
delete() - Method in class com.datalogics.PDFL.MoveTo
 
delete() - Method in class com.datalogics.PDFL.NamedColorSpace
 
delete() - Method in class com.datalogics.PDFL.NamedFunction
 
delete() - Method in class com.datalogics.PDFL.NameTree
 
delete() - Method in class com.datalogics.PDFL.NumberTree
 
delete() - Method in class com.datalogics.PDFL.OCREngine
 
delete() - Method in class com.datalogics.PDFL.OCRParams
 
delete() - Method in class com.datalogics.PDFL.OptionalContentConfig
 
delete() - Method in class com.datalogics.PDFL.OptionalContentContext
 
delete() - Method in class com.datalogics.PDFL.OptionalContentGroup
 
delete() - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
 
delete() - Method in class com.datalogics.PDFL.OptionalContentOrderArray
 
delete() - Method in class com.datalogics.PDFL.OptionalContentOrderLeaf
 
delete() - Method in class com.datalogics.PDFL.OptionalContentOrderNode
 
delete() - Method in class com.datalogics.PDFL.Page
 
delete() - Method in class com.datalogics.PDFL.PageImageParams
 
delete() - Method in class com.datalogics.PDFL.PageLabel
 
delete() - Method in class com.datalogics.PDFL.PageRange
 
delete() - Method in class com.datalogics.PDFL.PaperSource
 
delete() - Method in class com.datalogics.PDFL.Path
 
delete() - Method in class com.datalogics.PDFL.Pattern
 
delete() - Method in class com.datalogics.PDFL.PDFAConvertParams
 
delete() - Method in class com.datalogics.PDFL.PDFArray
 
delete() - Method in class com.datalogics.PDFL.PDFBoolean
 
delete() - Method in class com.datalogics.PDFL.PDFDict
 
delete() - Method in class com.datalogics.PDFL.PDFInteger
 
delete() - Method in class com.datalogics.PDFL.PDFName
 
delete() - Method in class com.datalogics.PDFL.PDFObject
 
delete() - Method in class com.datalogics.PDFL.PDFObjectEnumProc
 
delete() - Method in class com.datalogics.PDFL.PDFOptimizer
 
delete() - Method in class com.datalogics.PDFL.PDFReal
 
delete() - Method in class com.datalogics.PDFL.PDFStream
 
delete() - Method in class com.datalogics.PDFL.PDFString
 
delete() - Method in class com.datalogics.PDFL.PDFXConvertParams
 
delete() - Method in class com.datalogics.PDFL.Point
 
delete() - Method in class com.datalogics.PDFL.PolygonAnnotation
 
delete() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
delete() - Method in class com.datalogics.PDFL.PostScript
 
delete() - Method in class com.datalogics.PDFL.PostScriptCalculatorFunction
 
delete() - Method in class com.datalogics.PDFL.PrintCancelProc
 
delete() - Method in class com.datalogics.PDFL.PrintParams
 
delete() - Method in class com.datalogics.PDFL.PrintProgressProc
 
delete() - Method in class com.datalogics.PDFL.PrintUserParams
 
delete() - Method in class com.datalogics.PDFL.ProgressMonitor
 
delete() - Method in class com.datalogics.PDFL.Quad
 
delete() - Method in class com.datalogics.PDFL.Rect
 
delete() - Method in class com.datalogics.PDFL.RectSegment
 
delete() - Method in class com.datalogics.PDFL.Redaction
 
delete() - Method in class com.datalogics.PDFL.RemoteDestination
 
delete() - Method in class com.datalogics.PDFL.RemoteGoToAction
 
delete() - Method in class com.datalogics.PDFL.RenderProgressProc
 
delete() - Method in class com.datalogics.PDFL.ReportProc
 
delete() - Method in class com.datalogics.PDFL.RolledBackDocument
 
delete() - Method in class com.datalogics.PDFL.Segment
 
delete() - Method in class com.datalogics.PDFL.SeparationColorSpace
 
delete() - Method in class com.datalogics.PDFL.SeparationParams
 
delete() - Method in class com.datalogics.PDFL.SeparationPlate
 
delete() - Method in class com.datalogics.PDFL.Shading
 
delete() - Method in class com.datalogics.PDFL.ShadingPattern
 
delete() - Method in class com.datalogics.PDFL.SquareAnnotation
 
delete() - Method in class com.datalogics.PDFL.Style
 
delete() - Method in class com.datalogics.PDFL.StyleTransition
 
delete() - Method in class com.datalogics.PDFL.Text
 
delete() - Method in class com.datalogics.PDFL.TextMarkupAnnotation
 
delete() - Method in class com.datalogics.PDFL.TextRun
 
delete() - Method in class com.datalogics.PDFL.TextState
 
delete() - Method in class com.datalogics.PDFL.UnderlineAnnotation
 
delete() - Method in class com.datalogics.PDFL.URIAction
 
delete() - Method in class com.datalogics.PDFL.ViewDestination
 
delete() - Method in class com.datalogics.PDFL.WatermarkParams
 
delete() - Method in class com.datalogics.PDFL.WatermarkTextParams
 
delete() - Method in class com.datalogics.PDFL.Word
 
delete() - Method in class com.datalogics.PDFL.WordFinder
 
delete() - Method in class com.datalogics.PDFL.WordFinderConfig
 
delete() - Method in class com.datalogics.PDFL.WordProc
 
delete() - Method in class com.datalogics.PDFL.XPSConvertParams
 
deletePages(int, int) - Method in class com.datalogics.PDFL.Document
Deletes the specified pages.
deletePages(int, int, EnumSet<PageDeleteFlags>) - Method in class com.datalogics.PDFL.Document
Deletes the specified pages with option to parse Structure Tree.
destroy() - Method in class com.datalogics.PDFL.Bookmark
Removes a bookmark subtree from the bookmark tree containing it.
destroy() - Method in class com.datalogics.PDFL.PDFObject
Destroys this object.
DEVICE_CMYK - Static variable in class com.datalogics.PDFL.ColorSpace
 
DEVICE_GRAY - Static variable in class com.datalogics.PDFL.ColorSpace
 
DEVICE_RGB - Static variable in class com.datalogics.PDFL.ColorSpace
 
DEVICE_RGBA - Static variable in class com.datalogics.PDFL.ColorSpace
 
DeviceNColorSpace - Class in com.datalogics.PDFL
Represents a color space with an arbitrary number of color components.
DeviceNColorSpace(List<String>, ColorSpace, Function) - Constructor for class com.datalogics.PDFL.DeviceNColorSpace
Create a DeviceN color space.
distanceTransform(Matrix) - Method in class com.datalogics.PDFL.Point
Distance Transform the Point Object by the values in the Matrix parameter, which is a transformation without any translation.
DocTextFinder - Class in com.datalogics.PDFL
A class used to extract words from a document using a regular expression.
DocTextFinder(Document, WordFinderConfig) - Constructor for class com.datalogics.PDFL.DocTextFinder
Create a DocTextFinder
DocTextFinderMatch - Class in com.datalogics.PDFL
A phrase in the document that matched the supplied regular expression along with its associated quad bounding box(es).
DocTextFinderQuadInfo - Class in com.datalogics.PDFL
A bounding box quad of a character in a PDF file that was part of a string that matched a given regular expression.
DocTextFinderQuadInfo() - Constructor for class com.datalogics.PDFL.DocTextFinderQuadInfo
A bounding box quad of a character in a PDF file that was part of a string that matched a given regular expression.
Document - Class in com.datalogics.PDFL
The underlying PDF representation of a document.
Document(ImageInputStream) - Constructor for class com.datalogics.PDFL.Document
Open a Document from a javax.imageio.stream.ImageInputStream.
Document(ImageInputStream, String, PermissionRequestOperation, boolean) - Constructor for class com.datalogics.PDFL.Document
Open a Document from a javax.imageio.stream.ImageInputStream.
Document() - Constructor for class com.datalogics.PDFL.Document
Creates a new document.
Document(String) - Constructor for class com.datalogics.PDFL.Document
Opens the specified document.
Document(String, String, PermissionRequestOperation, boolean) - Constructor for class com.datalogics.PDFL.Document
Opens the specified document.
Document(String, XPSConvertParams) - Constructor for class com.datalogics.PDFL.Document
Create a Document from an XPS file.
Document(JavaStreamFile) - Constructor for class com.datalogics.PDFL.Document
 
Document(JavaStreamFile, String, PermissionRequestOperation, boolean) - Constructor for class com.datalogics.PDFL.Document
 
drawContents(BufferedImage, Matrix, Rect) - Method in class com.datalogics.PDFL.Page
Draw the contents of this page to an image, only DeviceRGBA colorModel is supported.
drawContents(BufferedImage, Matrix, Rect, EnumSet<SmoothFlags>, boolean, boolean) - Method in class com.datalogics.PDFL.Page
Draw the contents of this page to a BufferedImage, only DeviceRGBA colorModel is supported.
drawContents(DrawParams, List<SeparationColorSpace>) - Method in class com.datalogics.PDFL.Page
Draw the contents of this page in collection of the images.
drawContents(DrawParams) - Method in class com.datalogics.PDFL.Page
Draw the contents of the page into a bitmap, and return the raw bitmap data as an array of bytes arranged in left to right, top to bottom order.
DrawFlags - Enum in com.datalogics.PDFL
 
DrawParams - Class in com.datalogics.PDFL
Settings for rendering PDF pages as images.
DrawParams() - Constructor for class com.datalogics.PDFL.DrawParams
 
DrawParams(DrawParams) - Constructor for class com.datalogics.PDFL.DrawParams
 
Duplex - Enum in com.datalogics.PDFL
Duplex values.

E

Element - Class in com.datalogics.PDFL
The base class for elements of the content of a page.
ElementCloneFlags - Enum in com.datalogics.PDFL
 
EmbedFlags - Enum in com.datalogics.PDFL
 
embedFonts() - Method in class com.datalogics.PDFL.Document
Embed unembedded fonts in a document.
embedFonts(EnumSet<EmbedFlags>) - Method in class com.datalogics.PDFL.Document
Embed unembedded fonts in a document.
embedFonts(EnumSet<EmbedFlags>, ProgressMonitor, CancelProc, ReportProc) - Method in class com.datalogics.PDFL.Document
Embed unembedded fonts in a document.
embedFonts(List<Font>) - Method in class com.datalogics.PDFL.Document
Embed specified fonts in a document.
embedFonts(List<Font>, EnumSet<EmbedFlags>) - Method in class com.datalogics.PDFL.Document
Embed specified fonts in a document.
embedFonts(List<Font>, EnumSet<EmbedFlags>, ProgressMonitor, CancelProc, ReportProc) - Method in class com.datalogics.PDFL.Document
Embed specified fonts in a document.
embedNow(Document) - Method in class com.datalogics.PDFL.Font
Embeds the Font.
embedOCRFonts() - Method in class com.datalogics.PDFL.Document
Embed fonts that were used in creating OCR text.
enableLicensedBehavior(String) - Static method in class com.datalogics.PDFL.Library
This is used to turn on licensed behaviors in DLE. The function parameter is a base64-encoded string containing the encrypted licensed key.
EncodingInfo - Class in com.datalogics.PDFL
Represents a font's encoding data.
EncryptionType - Enum in com.datalogics.PDFL
 
endOperation() - Method in class com.datalogics.PDFL.ProgressMonitor
Draws the progress monitor with its current value set to the progress monitor's duration (a full progress monitor), then removes the progress monitor from the display.
enumEntries(PDFObjectEnumProc) - Method in class com.datalogics.PDFL.NameTree
Enumerates all the entries of this NameTree.
enumeratePaperSources() - Method in class com.datalogics.PDFL.PrintUserParams
Enumerates available tray/bin names for the specified printer.
enumIndirectPDFObjects(PDFObjectEnumProc) - Method in class com.datalogics.PDFL.Document
Enumerates all the indirect objects of this document.
enumPDFObjects(PDFObjectEnumProc) - Method in class com.datalogics.PDFL.PDFObject
Enumerates the elements of a PDFObject by calling a user-supplied procedure for each component of the object.
enumWords(int, WordProc) - Method in class com.datalogics.PDFL.WordFinder
Extracts words, one at a time, from the specified page or the entire document.
ENV_MAUAL - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the envelope manual feed
ENVELOPE - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the envelope tray
equals(Object) - Method in class com.datalogics.PDFL.Action
 
equals(Object) - Method in class com.datalogics.PDFL.Annotation
 
equals(Object) - Method in class com.datalogics.PDFL.Bookmark
 
equals(Object) - Method in class com.datalogics.PDFL.Color
 
equals(Object) - Method in class com.datalogics.PDFL.ColorSpace
 
equals(Object) - Method in class com.datalogics.PDFL.Matrix
 
equals(Object) - Method in class com.datalogics.PDFL.NamedColorSpace
 
equals(Object) - Method in class com.datalogics.PDFL.NamedFunction
 
equals(Object) - Method in class com.datalogics.PDFL.NameTree
 
equals(Object) - Method in class com.datalogics.PDFL.NumberTree
 
equals(Object) - Method in class com.datalogics.PDFL.OptionalContentContext
 
equals(Object) - Method in class com.datalogics.PDFL.OptionalContentGroup
 
equals(Object) - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
 
equals(Object) - Method in class com.datalogics.PDFL.PDFObject
 
equals(Object) - Method in class com.datalogics.PDFL.Point
 
equals(Object) - Method in class com.datalogics.PDFL.Quad
 
equals(Object) - Method in class com.datalogics.PDFL.Rect
 
equals(Object) - Method in class com.datalogics.PDFL.RemoteDestination
 
equals(Object) - Method in class com.datalogics.PDFL.ViewDestination
 
ExponentialFunction - Class in com.datalogics.PDFL
An interpolation between two output values as input values vary across a domain.
ExponentialFunction(List<Double>, int, List<Double>, List<Double>, double) - Constructor for class com.datalogics.PDFL.ExponentialFunction
Create an Exponential Function, which is the exponential interpolation between two output values as the input values vary across the domain.
exportAcroFormsData(String, AcroFormExportType) - Method in class com.datalogics.PDFL.Document
Export the AcroForms data.
exportAsPostScript(PrintUserParams, String) - Method in class com.datalogics.PDFL.Document
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
exportAsPostScript(PrintUserParams, PrintCancelProc, String) - Method in class com.datalogics.PDFL.Document
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
exportAsPostScript(PrintUserParams, PrintCancelProc, PrintProgressProc, String) - Method in class com.datalogics.PDFL.Document
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
exportXFAFormsData(String, XFAFormExportType) - Method in class com.datalogics.PDFL.Document
Export the XFA Forms data.
ExtendedGraphicState - Class in com.datalogics.PDFL
The extended graphic state, to supplement original graphic state.
ExtendedGraphicState() - Constructor for class com.datalogics.PDFL.ExtendedGraphicState
Create a new default ExtendedGraphicState for the document in which this ExtendedGraphicState will be used.

F

FarEastFont - Enum in com.datalogics.PDFL
CJK font related option for PostScript printing.
FileAttachment - Class in com.datalogics.PDFL
A file attachment. Any file can be attached to the PDF document.
FileAttachment(Document, String) - Constructor for class com.datalogics.PDFL.FileAttachment
Allows to add attachment into the PDF document.
FileSpecification - Class in com.datalogics.PDFL
Refers to the location of a PDF file within a file system.
FileSpecification(Document, String) - Constructor for class com.datalogics.PDFL.FileSpecification
Creates a new file specification object.
findBookmark(String, int) - Method in class com.datalogics.PDFL.Document
Find bookmark by its title, searching within the document's bookmark tree to a depth determined by maxDepth (e.g., 0 = root bookmark only and not any of its children, 1 = search one level below root bookmark level, etc.
findBookmark(String) - Method in class com.datalogics.PDFL.Document
Find bookmark by its title, searching within the document's entire bookmark tree.
findDescendentBookmark(String, int) - Method in class com.datalogics.PDFL.Bookmark
Find bookmark by its title within the subtree of which this bookmark is the root, searching within the subtree to a depth determined by maxDepth (e.g., 0 = this bookmark only and not any of its children, 1 = search one level below this bookmark level, etc.)
findDescendentBookmark(String) - Method in class com.datalogics.PDFL.Bookmark
Find bookmark by its title within the subtree of which this bookmark is the root, searching within the entire subtree.
findIndexOfFirstUnrepresentableChar(String) - Method in class com.datalogics.PDFL.Font
Find the index of the first character that cannot be represented in this font.
findLabelForPageNum(int) - Method in class com.datalogics.PDFL.Document
Fetch the label string for a page index, using the current page labels.
findPageNumForLabel(String) - Method in class com.datalogics.PDFL.Document
Look up a page index based on a label string.
findPDFObjectByID(int) - Method in class com.datalogics.PDFL.Document
Retrieves an indirect PDFObject by its ID number.
findTextRunIndexForCharacter(int) - Method in class com.datalogics.PDFL.Text
Finds the index of the TextRun that contains the nth character in a Text object.
FIRST - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the upper tray
flattenAcroFormFields() - Method in class com.datalogics.PDFL.Document
Flatten a AcroForms document.
FlattenerColorCompression - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Color images.
FlattenerGrayCompression - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Grayscale images.
FlattenerMonoCompression - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Monochrome images.
FlattenerQualitySetting - Enum in com.datalogics.PDFL
Enumeration for setting the Quality setting for the JPEG or JPEG2000 images.
flattenNonFormAnnotations() - Method in class com.datalogics.PDFL.Document
Flatten a Non-Form (no AcroForm, no XFA) document's Annotations.
flattenOptionalContent(OptionalContentContext) - Method in class com.datalogics.PDFL.Content
Flattens optional content within this Content object.
flattenOptionalContent() - Method in class com.datalogics.PDFL.Document
Flattens optional content in the document.
flattenOptionalContent(OptionalContentContext) - Method in class com.datalogics.PDFL.Document
Flattens optional content in the document.
flattenOptionalContent() - Method in class com.datalogics.PDFL.Page
Flattens optional content on the page.
flattenOptionalContent(OptionalContentContext) - Method in class com.datalogics.PDFL.Page
Flattens optional content on the page.
flattenTransparency() - Method in class com.datalogics.PDFL.Document
Flattens all transparencies in the document.
flattenTransparency(FlattenTransparencyParams) - Method in class com.datalogics.PDFL.Document
Flattens all transparencies in the document.
flattenTransparency(FlattenTransparencyParams, int, int) - Method in class com.datalogics.PDFL.Document
Flattens transparencies in the document that occur on pages within the specified range.
FlattenTransparencyParams - Class in com.datalogics.PDFL
Represents control parameters for flattening transparencies within a PDF file.
FlattenTransparencyParams() - Constructor for class com.datalogics.PDFL.FlattenTransparencyParams
Set up default parameters for flattening transparency.
FlattenTransparencyParams(boolean, boolean, boolean, int, int, boolean, int) - Constructor for class com.datalogics.PDFL.FlattenTransparencyParams
Set up parameters for flattening transparency.
flattenXFAFormFields() - Method in class com.datalogics.PDFL.Document
Flatten a XFA Document (Static or Dynamic).
flattenXFAFormFieldsAsIfPrinted() - Method in class com.datalogics.PDFL.Document
Flatten a XFA Document (Static or Dynamic) as if it was Printed.
Font - Class in com.datalogics.PDFL
Represents a font. Defines the typeface, size, style (bold, italic), Unicode values, and other details.
Font(String) - Constructor for class com.datalogics.PDFL.Font
Find a font with the specified name, and construct a Font object from it.
Font(String, EnumSet<FontCreateFlags>) - Constructor for class com.datalogics.PDFL.Font
Find a font with the specified name, and construct a Font object from it.
Font(String, EnumSet<FontCreateFlags>, WritingMode) - Constructor for class com.datalogics.PDFL.Font
Find a font with the specified name, and construct a Font object from it.
FontCreateFlags - Enum in com.datalogics.PDFL
Flags for creating fonts.
FontFlags - Enum in com.datalogics.PDFL
Defining bit masks for the font flags
FontRescanFlags - Enum in com.datalogics.PDFL
 
Form - Class in com.datalogics.PDFL
Represents a PDF form XObject.
Form(Content) - Constructor for class com.datalogics.PDFL.Form
Create a form with the given Content.
Form(Content, Document) - Constructor for class com.datalogics.PDFL.Form
Create a form with the given Content.
FORM_SOURCE - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the forms tray
FormsExtensionVersionRec - Class in com.datalogics.PDFL
Structure to hold the version number retrieved by GetFormsExtensionVersion()
FormsExtensionVersionRec() - Constructor for class com.datalogics.PDFL.FormsExtensionVersionRec
Structure to hold the version number retrieved by GetFormsExtensionVersion()
FreeTextAnnotation - Class in com.datalogics.PDFL
The free text annotation allows a user to place text directly on a PDF page.
FreeTextAnnotation(Page, Rect, String) - Constructor for class com.datalogics.PDFL.FreeTextAnnotation
Create a new FreeTextAnnotation at the end of a page's annotation array.
FreeTextAnnotation(Page, Rect, String, int) - Constructor for class com.datalogics.PDFL.FreeTextAnnotation
Create a new FreeTextAnnotation at a specific index in the page's annotation array.
Function - Class in com.datalogics.PDFL
A function is a process.

G

generateAppearance() - Method in class com.datalogics.PDFL.Annotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.CircleAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.FreeTextAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.HighlightAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.InkAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.LineAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.LinkAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.PolygonAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.PolyLineAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.SquareAnnotation
Generate a new appearance stream with the current annotation properties.
generateAppearance() - Method in class com.datalogics.PDFL.UnderlineAnnotation
Generate a new appearance stream with the current annotation properties.
get(PDFString) - Method in class com.datalogics.PDFL.NameTree
Retrieves an entry from this NameTree.
get(int) - Method in class com.datalogics.PDFL.NumberTree
Retrieves an entry from this NumberTree.
get(int) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
Returns the OptionalContentOrderNode at the given index.
get(int) - Method in class com.datalogics.PDFL.PDFArray
Returns the object at the given index.
get(PDFName) - Method in class com.datalogics.PDFL.PDFDict
Returns the object matching the given key.
get(String) - Method in class com.datalogics.PDFL.PDFDict
Returns the object matching the given key string.
getA() - Method in class com.datalogics.PDFL.Matrix
 
getAbortIfXFAIsPresent() - Method in class com.datalogics.PDFL.PDFAConvertParams
The presence of XFA can result in some loss of data in output PDF/A-1 file as the PDFProcessor does not support XFA.
getAbortIfXFAIsPresent() - Method in class com.datalogics.PDFL.PDFXConvertParams
Presence of XFA can result in some loss of data in output PDF/X file as PDFProcessor do not support XFA.
getAction() - Method in class com.datalogics.PDFL.Bookmark
Get the Action for a bookmark.
getAction() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the action, specifying what to do when an object matches this Settings record.
getAction() - Method in class com.datalogics.PDFL.LinkAnnotation
The Action object for this link.
getAdditionalInfo() - Method in exception com.datalogics.PDFL.LibraryException
Retrieve additional information about the exception.
getAdvance() - Method in class com.datalogics.PDFL.TextRun
Deprecated, use Text.GetAdvanceForTextRun(int textRunIndex) instead.
getAdvanceForCharacter(int) - Method in class com.datalogics.PDFL.Text
Gets the advance width of a character, in user space.
getAdvanceForTextRun(int) - Method in class com.datalogics.PDFL.Text
Gets the advance width of a TextRun, in user space.
getAlias() - Method in class com.datalogics.PDFL.Ink
Another name for this colorant.
getAlias() - Method in class com.datalogics.PDFL.SeparationPlate
Another name for this colorant.
getAlign() - Method in class com.datalogics.PDFL.Redaction
Get the horizontal alignment for the redaction text.
getAllowLossyCompression() - Method in class com.datalogics.PDFL.ColorConvertParams
If true, DCT or JPX encoding will be used resulting in a smaller PDF. If false, FlateDecoding will be used instead.
getAllowOpeningXFA() - Method in class com.datalogics.PDFL.Library
Allow opening PDF files that contain XFA forms.
getAllowRelaxedSyntax() - Method in class com.datalogics.PDFL.Library
Check to see if minor parsing errors are ignored while opening PDF files.
getAlphaIsShape() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Returns if the alpha is to be interpreted as a shape or opacity mask.
getAlternate() - Method in class com.datalogics.PDFL.DeviceNColorSpace
the alternate color space, which can be any device or CIE-based color space but not another special color space (Pattern, Indexed, Separation, or DeviceN).
getAlternate() - Method in class com.datalogics.PDFL.ICCBasedColorSpace
An alternate color space to be used in case the one specified in the stream data is not supported (for example, by applications designed for earlier versions of PDF).
getAlternate() - Method in class com.datalogics.PDFL.SeparationColorSpace
the alternate color space, which can be any device or CIE-based color space but not another special color space (Pattern, Indexed, Separation, or DeviceN).
getAngle() - Method in class com.datalogics.PDFL.Ink
The angle for this ink.
getAngle() - Method in class com.datalogics.PDFL.SeparationPlate
The angle for this ink.
getAnnotatedText(boolean) - Method in class com.datalogics.PDFL.TextMarkupAnnotation
The text that is marked by the annotation.
getAnnotation(int) - Method in class com.datalogics.PDFL.Page
Gets the annotIndex annotation on the page.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.Annotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.CircleAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.FreeTextAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.InkAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.LineAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.LinkAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.PolygonAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.PolyLineAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.Redaction
Get the minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.SquareAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAnnotationFeatureLevel() - Method in class com.datalogics.PDFL.TextMarkupAnnotation
The minimum PDF version necessary to support the features used in this annotation.
getAntiAlias() - Method in class com.datalogics.PDFL.ShadingPattern
A flag indicating whether to filter the shading function to prevent aliasing artifacts.
getAPDFLVersion() - Static method in class com.datalogics.PDFL.Library
The version of the C/C++ SDK, as reported in legacy versions of APDFL.
getApplyAutoStroke() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Returns whether stroke adjustment is enabled in the graphics state.
getApplyOCGPrintOverrides() - Method in class com.datalogics.PDFL.PrintParams
 
getApplyOCGPrintOverrides() - Method in class com.datalogics.PDFL.SeparationParams
If true, apply print-specific visibility state settings from the optional content group.
getApplyOverprintForOtherThanStroking() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies if overprint is enabled for operations other than stroking.
getApplyOverprintForStroking() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies if overprint is enabled for stroke operations.
getArtBox() - Method in class com.datalogics.PDFL.Page
Get the page's ArtBox.
getAscending() - Method in class com.datalogics.PDFL.CollectionSortItem
GetAscending allows to know whether ascending order is used for sorting.
getAscent() - Method in class com.datalogics.PDFL.Font
 
getAttachments() - Method in class com.datalogics.PDFL.Document
Allows to obtain all attached files from the PDF document.
getAttributes() - Method in class com.datalogics.PDFL.DeviceNColorSpace
The dictionary of extended attributes associated with the color space.
getAttributes() - Method in class com.datalogics.PDFL.Word
Gets a set of summary flags containing information on the types of characters in a word.
getAuthor() - Method in class com.datalogics.PDFL.Document
The author of the PDF document.
getAvailableLanguages() - Method in class com.datalogics.PDFL.OCREngine
Get a list of languages this OCREngine can use.
getAvgWidth() - Method in class com.datalogics.PDFL.Font
 
getB() - Method in class com.datalogics.PDFL.Matrix
 
getBackgroundColor() - Method in class com.datalogics.PDFL.ShadingPattern
The background color of the shading pattern.
getBase() - Method in class com.datalogics.PDFL.IndexedColorSpace
The base color space in which the values in the color table are to be interpreted.
getBaseState() - Method in class com.datalogics.PDFL.OptionalContentConfig
Get the base state for this OptionalContentConfig.
getBaseURI() - Method in class com.datalogics.PDFL.Document
The Base URI of the PDF document.
getBBox() - Method in class com.datalogics.PDFL.Page
Get the page's Bounding Box.
getBinaryChannelAvailable() - Method in class com.datalogics.PDFL.SeparationParams
True if a binary channel to the printer is supported, false otherwise.
getBinaryOK() - Method in class com.datalogics.PDFL.PrintParams
 
getBinaryOK() - Method in class com.datalogics.PDFL.PrintUserParams
Gets whether to enable Binary data, 1 turns it on and 0 turns it off.
getBitmapResolution() - Method in class com.datalogics.PDFL.PrintParams
 
getBitsPerComponent() - Method in class com.datalogics.PDFL.Image
The number of bits per component in the image.
getBlack() - Method in class com.datalogics.PDFL.Ink
Values for display of a colorswatch in a CMYK color space.
getBlackGeneration() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the black generation function.
getBlackPoint() - Method in class com.datalogics.PDFL.CalGrayColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse black point.
getBlackPoint() - Method in class com.datalogics.PDFL.CalRGBColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse black point.
getBlackPoint() - Method in class com.datalogics.PDFL.LabColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse black point.
getBlackPointCompensation() - Method in class com.datalogics.PDFL.PageImageParams
The BlackPointCompensation desired (default is true if not explicitly set)
getBleedBox() - Method in class com.datalogics.PDFL.Page
Get the page's BleedBox.
getBlendMode() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Returns the blend mode for the color composite for each object painted.
getBlue() - Method in class com.datalogics.PDFL.Ink
RGB values for on-screen display of a colorswatch.
getBookmarkRoot() - Method in class com.datalogics.PDFL.Document
Gets the root of the document's bookmark tree.
getBorderColor() - Method in class com.datalogics.PDFL.Redaction
Get the color used as the "normal" border.
getBorderStyle() - Method in class com.datalogics.PDFL.CircleAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.InkAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.LineAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.LinkAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.PolygonAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getBorderStyle() - Method in class com.datalogics.PDFL.SquareAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.CircleAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.InkAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.LineAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.LinkAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.PolygonAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getBorderStyleDashPattern() - Method in class com.datalogics.PDFL.SquareAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.CircleAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.InkAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.LineAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.LinkAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.PolygonAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getBorderStyleWidth() - Method in class com.datalogics.PDFL.SquareAnnotation
 
getBottom() - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the lower left corner of the rectangle.
getBottomLeft() - Method in class com.datalogics.PDFL.Quad
Bottom left corner of the Quad.
getBottomRight() - Method in class com.datalogics.PDFL.Quad
Bottom right corner of the Quad.
getBoundingBox() - Method in class com.datalogics.PDFL.Content
The bounding box for this content.
getBoundingBox() - Method in class com.datalogics.PDFL.Element
The bounding box for this element.
getBoundingBox() - Method in class com.datalogics.PDFL.PrintParams
 
getBoundingBox() - Method in class com.datalogics.PDFL.ShadingPattern
The bounding box of the shading.
getBoundingBoxForCharacter(int) - Method in class com.datalogics.PDFL.Text
The bounding box for a character in this text element.
getBrokenCRDs() - Method in class com.datalogics.PDFL.PrintParams
 
getBufferedImage() - Method in class com.datalogics.PDFL.Image
Return this PDF image as a Java BufferedImage.
getBypassCopyPerm() - Method in class com.datalogics.PDFL.DrawParams
Bypass copy permissions.
getBypassCopyPerm() - Method in class com.datalogics.PDFL.PageImageParams
The BypassCopyPerm allows to bypass copy permitions.
getBytes() - Method in class com.datalogics.PDFL.PDFString
Byte array of this PDFString.
getC() - Method in class com.datalogics.PDFL.Matrix
 
getC0() - Method in class com.datalogics.PDFL.ExponentialFunction
The values for the function when the input is 0.0.
getC1() - Method in class com.datalogics.PDFL.ExponentialFunction
The values for the function when the input is 1.0.
getCalibrateDeviceSpacesWhenPrinting() - Method in class com.datalogics.PDFL.PageImageParams
Sets if Device spaces should be treated as calibrated to the associated working profile (when true), otherwise it treats them as uncalibrated (when false) when printing.
getCancelProc() - Method in class com.datalogics.PDFL.DrawParams
Get the cancel callback.
getCandidateFontNames() - Method in class com.datalogics.PDFL.OCRParams
The names of candidate fonts for placing text under an image.
getCapHeight() - Method in class com.datalogics.PDFL.Font
 
getCenterCropBox() - Method in class com.datalogics.PDFL.PrintParams
 
getCharacterSpacing() - Method in class com.datalogics.PDFL.TextState
The current character spacing (corresponding to the Tc operator), in unscaled text space units.
getCharIndex() - Method in class com.datalogics.PDFL.StyleTransition
The index of the character in the word at which this transition begins.
getCharNames() - Method in class com.datalogics.PDFL.EncodingInfo
container for differences array/character names.
getCharQuads() - Method in class com.datalogics.PDFL.Word
Gets a list of Quads occupied by the individual characters in a word.
getCidFontType() - Method in class com.datalogics.PDFL.Font
 
getClip() - Method in class com.datalogics.PDFL.Element
Gets the current Clip for an Element.
getClipComplexRegions() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, ensure that boundaries between vector and rasterized artwork fall along object paths.
getCode() - Method in class com.datalogics.PDFL.PostScriptCalculatorFunction
The code of the function, written in a subset of the PostScript language.
getCollate() - Method in class com.datalogics.PDFL.PrintUserParams
Collate property.
getCollection() - Method in class com.datalogics.PDFL.Document
GetCollection allows to retrieve collection from the PDF document.
getCollectionItemNumber(CollectionSchemaField) - Method in class com.datalogics.PDFL.FileAttachment
GetCollectionItemNumber allows to obtain collection item according to the specified schema field.
getCollectionItemString(CollectionSchemaField) - Method in class com.datalogics.PDFL.FileAttachment
GetCollectionItemString allows to obtain collection item value according to the specified schema field.
getColor() - Method in class com.datalogics.PDFL.Annotation
The color of the annotation.
getColor() - Method in class com.datalogics.PDFL.Bookmark
Get the color of the bookmark.
getColor() - Method in class com.datalogics.PDFL.FreeTextAnnotation
Deprecated.
getColor() - Method in class com.datalogics.PDFL.Style
The style's color.
getColor() - Method in class com.datalogics.PDFL.WatermarkTextParams
Deprecated.
getColorantName() - Method in class com.datalogics.PDFL.ColorConvertActions
For ink actions (which describe a single colorant, whether used in Separation or DeviceN, and which are not matched using the above matching fields) this describes the colorant of the ink.
getColorantName() - Method in class com.datalogics.PDFL.Ink
The name of the colorant from the Separation or DeviceN color space, or the process color name.
getColorantName() - Method in class com.datalogics.PDFL.SeparationPlate
The name of the colorant from the Separation or DeviceN color space, or the process color name.
getColorantNameArray() - Method in class com.datalogics.PDFL.Ink
The name of the colorant from the Separation or DeviceN color space, or the process color name.
getColorCompressionScheme() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened color images.
getColorConvActions() - Method in class com.datalogics.PDFL.ColorConvertParams
The ColorConvActions to take.
getColorImageQuality() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Quality Setting for Flattened JPEG and JPEG2000 colored Images.
getColorSpace() - Method in class com.datalogics.PDFL.DrawParams
The color space in which the bitmap data is represented.
getColorSpace() - Method in class com.datalogics.PDFL.Image
return the ColorSpace with which this Image was created.
getColorSpace() - Method in class com.datalogics.PDFL.Shading
Get the ColorSpace of the current Shading object.
getColorSpace() - Method in class com.datalogics.PDFL.ShadingPattern
The color space of a shading pattern.
getCommand() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Optional command line arguments on Unix.
getCompression() - Method in class com.datalogics.PDFL.Image
 
getCompression() - Method in class com.datalogics.PDFL.ImageSaveParams
Type of compression to be used in saving the image to a file.
getCompressionLevel() - Method in class com.datalogics.PDFL.Document
The compression level of the document.
getCompressionQuality(CompressImageType) - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Compression Quality for a given color model.
getConfigurationParameters() - Method in class com.datalogics.PDFL.OCRParams
Get the configuration parameters.
getContent() - Method in class com.datalogics.PDFL.Container
Obtain the content of a container.
getContent() - Method in class com.datalogics.PDFL.Form
The Content contained in the form.
getContent() - Method in class com.datalogics.PDFL.Group
Obtain the content of a Group.
getContent() - Method in class com.datalogics.PDFL.Page
Creates a Content from the Page object's contents and resources.
getContents() - Method in class com.datalogics.PDFL.Annotation
The text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
getConvertIntent() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the intent that overrides the object's original render intent when performing color conversion. UseProfileIntent means that the intent of the object must not be overridden.
getConvertProfile() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the target ColorProfile for the conversion. If the output intent is embedded, this should be the output intent profile.
getConvertProfilePath() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the target ColorProfile for the conversion using the profile found at the path provided. If the output intent is embedded, this should be the output intent profile. NOTE: If specifying a path, ConvertProfile must be set to Null_ColorProfile.
getConvertStrokesToOutlines() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, convert strokes to outlines.
getConvertToProcessUsingOPP() - Method in class com.datalogics.PDFL.SeparationParams
If true, use the overprint preview (OPP) for converting to process, which better simulates what would happen if the spot ink were really used.
getConvertTrueTypeToType42() - Method in class com.datalogics.PDFL.SeparationParams
If true, send TrueType fonts as TrueType fonts (level 3 and most level 2 PS printers).
getCoords() - Method in class com.datalogics.PDFL.AxialShadingPattern
The coordinates of the two endpoints of the axial shading.
getCount() - Method in class com.datalogics.PDFL.Bookmark
Get the number of open bookmarks in the subtree under this bookmark.
getCount() - Method in class com.datalogics.PDFL.ImageCollection
 
getCreator() - Method in class com.datalogics.PDFL.Document
The creator of the PDF file.
getCropBox() - Method in class com.datalogics.PDFL.Page
Get the page's CropBox.
getCurrentValue() - Method in class com.datalogics.PDFL.ProgressMonitor
The current value of the progress monitor.
getCyan() - Method in class com.datalogics.PDFL.Ink
Values for display of a colorswatch in a CMYK color space.
getD() - Method in class com.datalogics.PDFL.Matrix
 
getDashPattern() - Method in class com.datalogics.PDFL.GraphicState
The line DashPattern controls the pattern of dashes and gaps used to stroke paths.
getData() - Method in class com.datalogics.PDFL.Image
The actual bytes that make up the image, exactly as they appear in the image data.
getDefaultAppearance() - Method in class com.datalogics.PDFL.FreeTextAnnotation
The default appearance string to be used in formatting the text.
getDefaultCMYK() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default CMYK Color Profile.
getDefaultColorSpace(String) - Method in class com.datalogics.PDFL.Content
Get a default color space from a Content object.
getDefaultGray() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default Gray Color Profile.
getDefaultOptionalContentConfig() - Method in class com.datalogics.PDFL.Document
Gets the default OptionalContentConfig for the document.
getDefaultRGB() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default RGB Color Profile.
getDefaultTempPath() - Method in class com.datalogics.PDFL.Library
Gets the default temporary directory.
getDefaultTempStore() - Method in class com.datalogics.PDFL.Library
Gets default temporary storage. PDFL uses Disk storage type by default.
getDefaultTempStoreMemLimit() - Method in class com.datalogics.PDFL.Library
Gets current memory limit.
getDeleteOnClose() - Method in class com.datalogics.PDFL.Document
The document is based on a temporary file that must be deleted when the document is closed or saved.
getDensity() - Method in class com.datalogics.PDFL.Ink
The density for this ink.
getDensity() - Method in class com.datalogics.PDFL.SeparationPlate
The density for this ink.
getDescent() - Method in class com.datalogics.PDFL.Font
 
getDestination() - Method in class com.datalogics.PDFL.GoToAction
The Destination for this action
getDestination() - Method in class com.datalogics.PDFL.LinkAnnotation
The Destination for this link.
getDestinationProfileString() - Method in class com.datalogics.PDFL.SeparationParams
The profile description of a valid CMYK profile, such as the strings seen in the color management preferences in a PDF Viewer (for example, "U.S.
getDestRect() - Method in class com.datalogics.PDFL.DrawParams
The rectangle of the bitmap.
getDestRect() - Method in class com.datalogics.PDFL.RemoteDestination
The destination rectangle.
getDestRect() - Method in class com.datalogics.PDFL.ViewDestination
The destination rectangle.
getDeviceName() - Method in class com.datalogics.PDFL.PrintUserParams
The unicode name of the device to print to (for example, "Distiller Assistant v3.01").
getDict() - Method in class com.datalogics.PDFL.PDFStream
The encoding dictionary for the stream.
getDidWarningsOccurDuringImport() - Method in class com.datalogics.PDFL.Image
Gets whether or not warnings occurred during import of the raster image file.
getDisableAlphaChannelGeneration() - Method in class com.datalogics.PDFL.ImageSaveParams
Is the RGB image data to be combined with the Mask image data in the output file.
getDisableCharReordering() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables reconstructing the character orders, and the word finding algorithm is applied to the characters in the drawing order.
getDisableFlattening() - Method in class com.datalogics.PDFL.PrintParams
 
getDisableTaggedPDF() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables tagged PDF support and treats the document as non-tagged PDF.
getDLEVersion() - Static method in class com.datalogics.PDFL.Library
The version of the .NET/Java SDK, as reported in legacy versions of APDFL.
getDocument() - Method in class com.datalogics.PDFL.PDFObject
The Document of which this object is a member.
getDomain() - Method in class com.datalogics.PDFL.AxialShadingPattern
A array of two numbers that specify the limiting values of the parametric variable t.
getDomain() - Method in class com.datalogics.PDFL.Function
The domain of the function.
getDomain() - Method in class com.datalogics.PDFL.NamedFunction
The domain of the function.
getDoOPP() - Method in class com.datalogics.PDFL.PrintParams
 
getDoOPP() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the OverPrint Preview setting, 1 uses it, 0 does not.
getDoProofing() - Method in class com.datalogics.PDFL.PrintParams
 
getDoTiling() - Method in class com.datalogics.PDFL.PrintParams
 
getDrawBorder() - Method in class com.datalogics.PDFL.Redaction
Get Draw Border option
getDrawOptionalContent() - Method in class com.datalogics.PDFL.OptionalContentContext
Gets the drawing policy for the optional content in this optional content context.
getDriverName() - Method in class com.datalogics.PDFL.PrintUserParams
The unicode name of the driver (for example, "winspool").
getDuplex() - Method in class com.datalogics.PDFL.PrintParams
 
getDuration() - Method in class com.datalogics.PDFL.ProgressMonitor
The progress monitor's duration.
getEditable() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetEditable allows to obtain information about edit mode of the current field.
getElement(int) - Method in class com.datalogics.PDFL.Clip
Gets an Element from a Clip path.
getElement(int) - Method in class com.datalogics.PDFL.Content
Get the element specified by index.
getEmbedColorProfile() - Method in class com.datalogics.PDFL.ColorConvertActions
If true, embed the target profile. If false, the resulting color is Device, if possible.
getEmbedded() - Method in class com.datalogics.PDFL.Font
Tests that Font is embedded in the document it was created for returns true if the font is embedded and returns false if it is not
getEmitAnnotations() - Method in class com.datalogics.PDFL.SeparationParams
If true, emit annotations.
getEmitBG() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitColorSeps() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitDeviceExtGState() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitFlatness() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitFontOption() - Method in class com.datalogics.PDFL.SeparationParams
Font output options.
getEmitHalftones() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitHalftones() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Emit half-tones setting, 1 turns it on, 0 turns it off.
getEmitHalftones() - Method in class com.datalogics.PDFL.SeparationParams
If true, emit halftones.
getEmitInRipSeps() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitPageClip() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitPageRotation() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitPS() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitRawData() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitSeparableImagesOnly() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitSeparableImagesOnly() - Method in class com.datalogics.PDFL.SeparationParams
If true, emit separable images only.
getEmitToFile() - Method in class com.datalogics.PDFL.PrintUserParams
Gets whether a Postscript file is created.
getEmitToPrinter() - Method in class com.datalogics.PDFL.PrintUserParams
Gets whether to Output the PDF document to a Postscript Printer.
getEmitTransfer() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitTransferFunctions() - Method in class com.datalogics.PDFL.SeparationParams
If true, emit transfer functions.
getEmitTTFontsFirst() - Method in class com.datalogics.PDFL.PrintParams
 
getEmitUCR() - Method in class com.datalogics.PDFL.PrintParams
 
getEnableBlackPointCompensation() - Method in class com.datalogics.PDFL.DrawParams
Enable/disable black point compensation.
getEnableImagePreprocessing() - Method in class com.datalogics.PDFL.OCRParams
Get the image preprocessing enable state. True if any image preprocessing is on.
getEnableThinLineHeuristics() - Method in class com.datalogics.PDFL.DrawParams
Enable/disable thin line adjustments when drawing rectangles
getEncoding() - Method in class com.datalogics.PDFL.Font
Return the encoding of the font.
getEncodingInfo() - Method in class com.datalogics.PDFL.Font
Get the populated CEncoding object.
getEncodingName() - Method in class com.datalogics.PDFL.EncodingInfo
Return the encoding name/cmap name for the font eg:.
getEndPage() - Method in class com.datalogics.PDFL.PageRange
The ending page number.
getEndPage() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the page on which to finish printing, using zero-based nubmering.
getEndPageIndex() - Method in class com.datalogics.PDFL.PageLabel
The end index for the page label range
getEndPoint() - Method in class com.datalogics.PDFL.LineAnnotation
The ending coordinate of the line, in user space.
getEndPointEndingStyle() - Method in class com.datalogics.PDFL.LineAnnotation
 
getEndPointEndingStyle() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getEngine() - Method in class com.datalogics.PDFL.OCRParams
The engine in use.
getEPSOutput() - Method in class com.datalogics.PDFL.SeparationPlate
The java.io.OutputStream that will receive EPS output for this SeparationPlate.
getErrorCode() - Method in exception com.datalogics.PDFL.LibraryException
Retrieve the internal PDF Library error code.
getExpandToFit() - Method in class com.datalogics.PDFL.PrintParams
 
getExtend() - Method in class com.datalogics.PDFL.AxialShadingPattern
An array of two boolean values indicating whether to extend the shading beyond the starting and ending points of the axis, respectively.
getExtendedGraphicState() - Method in class com.datalogics.PDFL.GraphicState
The ExtendedGraphicState, which can contain additional graphic state parameters.
getExternalDPI() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Resolution for flattening edges of atomic regions.
getFarEastFontOpt() - Method in class com.datalogics.PDFL.PrintParams
 
getFarEastFontOpt() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Far East Font setting.
getField(String) - Method in class com.datalogics.PDFL.CollectionSchema
GetField allows to obtain CollectionSchemaField by name.
getField(int) - Method in class com.datalogics.PDFL.CollectionSchema
GetField allows to obtain CollectionSchemaField object by its index.
getFieldsNumber() - Method in class com.datalogics.PDFL.CollectionSchema
GetFieldsNumber allows to obtain fields number in the schema.
getFileName() - Method in class com.datalogics.PDFL.Document
Get the filename associated with this Document, if it has a representation on disk.
getFileName() - Method in class com.datalogics.PDFL.FileAttachment
Allow to obtain attachment's file name.
getFileSize() - Method in class com.datalogics.PDFL.FileAttachment
Allows to obtain attachment's size.
getFileSpecification() - Method in class com.datalogics.PDFL.LaunchAction
The FileSpecification for this action.
getFileSpecification() - Method in class com.datalogics.PDFL.RemoteGoToAction
The FileSpecification for this action.
getFillColor() - Method in class com.datalogics.PDFL.GraphicState
The fill color of the GraphicState.
getFillColor() - Method in class com.datalogics.PDFL.Redaction
Get the color used to fill the "normal" appearance area.
getFillNormal() - Method in class com.datalogics.PDFL.Redaction
Get Fill Normal Appearance option
getFillOpacity() - Method in class com.datalogics.PDFL.Redaction
Get the opacity applied to the fill color in "normal" appearance.
getFillRedacted() - Method in class com.datalogics.PDFL.Redaction
Get Fill Redacted Appearance option
getFilteredStream() - Method in class com.datalogics.PDFL.PDFStream
The stream data of this object, decoded according to the filter data in its dictionary.
getFirstChild() - Method in class com.datalogics.PDFL.Bookmark
Gets a bookmark's first child.
getFirstNumberInRange() - Method in class com.datalogics.PDFL.PageLabel
The first number used in the page label range.
getFitType() - Method in class com.datalogics.PDFL.RemoteDestination
The fit type.
getFitType() - Method in class com.datalogics.PDFL.ViewDestination
The fit type.
getFixedPrint() - Method in class com.datalogics.PDFL.WatermarkParams
 
getFlags() - Method in class com.datalogics.PDFL.Annotation
The flags for the annotation.
getFlags() - Method in class com.datalogics.PDFL.Bookmark
Get the flags for the bookmark.
getFlags() - Method in class com.datalogics.PDFL.DrawParams
Drawing flags.
getFlags() - Method in class com.datalogics.PDFL.Font
Get the font flags for a font.
getFlattenInfoExternalDPI() - Method in class com.datalogics.PDFL.PrintParams
Get the resolution for flattening the edges of atomic regions.
getFont() - Method in class com.datalogics.PDFL.TextRun
The font of this TextRun.
getFont() - Method in class com.datalogics.PDFL.WatermarkTextParams
The Font to be used when generating a text-based watermark.
getFontFace() - Method in class com.datalogics.PDFL.FreeTextAnnotation
Get Font face for the text
getFontFace() - Method in class com.datalogics.PDFL.Redaction
Get Font face for the text
getFontList() - Static method in class com.datalogics.PDFL.Font
Get a list of available fonts.
getFontName() - Method in class com.datalogics.PDFL.Style
The name of of the style's font.
getFonts(int, int) - Method in class com.datalogics.PDFL.Document
Get all the fonts in the specified page range.
getFontSize() - Method in class com.datalogics.PDFL.FreeTextAnnotation
Get font size for the text;
getFontSize() - Method in class com.datalogics.PDFL.Redaction
Get font size for the text;
getFontSize() - Method in class com.datalogics.PDFL.Style
The style's font size.
getFontSize() - Method in class com.datalogics.PDFL.TextState
The current font size (corresponding to the Tf operator).
getFontSize() - Method in class com.datalogics.PDFL.WatermarkTextParams
 
getFormsExtensionVersion() - Static method in class com.datalogics.PDFL.Library
Forms Extension Version
getFormsType() - Method in class com.datalogics.PDFL.Document
Returns the document's Forms Type.
getFrequency() - Method in class com.datalogics.PDFL.Ink
The frequency for this ink.
getFrequency() - Method in class com.datalogics.PDFL.SeparationPlate
The frequency for this ink.
getFullName() - Method in class com.datalogics.PDFL.Font
Get the Full Name of the font.
getFunction() - Method in class com.datalogics.PDFL.AxialShadingPattern
One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.
getFunction() - Method in class com.datalogics.PDFL.DeviceNColorSpace
A function, called with the tint value and returning the corresponding color component values.
getFunction() - Method in class com.datalogics.PDFL.SeparationColorSpace
A function, called with the tint value and returning the corresponding color component values.
getGamma() - Method in class com.datalogics.PDFL.CalGrayColorSpace
A number G defining the gamma for the gray component.
getGamma() - Method in class com.datalogics.PDFL.CalRGBColorSpace
A number G defining the gamma for the gray component.
getGeneration() - Method in class com.datalogics.PDFL.PDFObject
The generation number for this object.
getGradientResolution() - Method in class com.datalogics.PDFL.PrintParams
 
getGraphicState() - Method in class com.datalogics.PDFL.Form
Get the graphic state of this Form.
getGraphicState() - Method in class com.datalogics.PDFL.Image
Get the graphic state of the current element.
getGraphicState() - Method in class com.datalogics.PDFL.Path
Get the graphic state of the current path.
getGraphicState() - Method in class com.datalogics.PDFL.Shading
Get the graphic state of the current Shading object.
getGraphicState() - Method in class com.datalogics.PDFL.TextRun
Get the graphic state of the text run.
getGrayCompressionScheme() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened gray images.
getGrayImageQuality() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Quality Setting for Flattened JPEG and JPEG2000 gray Images.
getGreen() - Method in class com.datalogics.PDFL.Ink
RGB values for on-screen display of a colorswatch.
getH() - Method in class com.datalogics.PDFL.Matrix
 
getH() - Method in class com.datalogics.PDFL.Point
The horizontal coordinate of the point.
getHalftoneGrayImages() - Method in class com.datalogics.PDFL.ImageSaveParams
Is this is a Half Tone Grayscale Image..
getHasSignature() - Method in class com.datalogics.PDFL.Document
The document contains a Digital Signature.
getHeight() - Method in class com.datalogics.PDFL.Image
The height of the image in pixels.
getHeight() - Method in class com.datalogics.PDFL.Rect
The height of the Rect.
getHeight() - Method in class com.datalogics.PDFL.RectSegment
The height of the rectangle.
getHighlight() - Method in class com.datalogics.PDFL.LinkAnnotation
The Highlighstyle for this link.
getHiVal() - Method in class com.datalogics.PDFL.IndexedColorSpace
an integer that specifies the maximum valid index value.
getHorizAlign() - Method in class com.datalogics.PDFL.WatermarkParams
Get the horizontal alignment to be used when adding the watermark to a page.
getHorizontalResolution() - Method in class com.datalogics.PDFL.PageImageParams
The desired horizontal resolution in pixels/inch of the output image.
getHorizValue() - Method in class com.datalogics.PDFL.WatermarkParams
 
getHostBasedCM() - Method in class com.datalogics.PDFL.PrintParams
 
getHScale() - Method in class com.datalogics.PDFL.TextState
The current horizontal scaling (corresponding to the Tz operator), as a percentage of the normal glyph width.
getICCProfile() - Method in class com.datalogics.PDFL.DrawParams
Gets the ICC Profile of the colorspace to be used for rendering from a known value.
getICCProfile() - Method in class com.datalogics.PDFL.PageImageParams
Gets the ICC Profile of the colorspace to be used for rendering from a known value.
getICCProfileCustomPath() - Method in class com.datalogics.PDFL.DrawParams
Gets the ICC Profile of the colorspace to be used for rendering from a custom file path.
getICCProfileCustomPath() - Method in class com.datalogics.PDFL.PageImageParams
Gets the ICC Profile of the colorspace to be used for rendering from a custom file path.
getID() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetID allows to obtain the unique id with which schema field has been created.
getID() - Method in class com.datalogics.PDFL.PDFObject
The ID number for this object.
getIgnoreCharGaps() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables converting large character gaps to space characters, so that the word finder reports a character space only when a space character appears in the original PDF content.
getIgnoreFontErrors() - Method in class com.datalogics.PDFL.PDFAConvertParams
If we encounter any errors like unembeddable fonts etc.
getIgnoreLineGaps() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables treating vertical movements as line breaks, so that the word finder determines a line break only when a line break character or special tag information appears in the original PDF content.
getImage(int) - Method in class com.datalogics.PDFL.ImageCollection
Retrieve the Image object at the specified index.
getImage(Rect, PageImageParams) - Method in class com.datalogics.PDFL.Page
Export a region of a PDF page to an Image object.
getImage(Rect) - Method in class com.datalogics.PDFL.Page
Export a region of a PDF page to an Image object.
getImage(Rect, PageImageParams, List<SeparationColorSpace>) - Method in class com.datalogics.PDFL.Page
Export a region of a PDF page to an Image object.
getImageColorSpace() - Method in class com.datalogics.PDFL.PageImageParams
The ColorSpace used in exporting a PDF page to an image
getImageSeparations(Rect, PageImageParams, List<SeparationColorSpace>) - Method in class com.datalogics.PDFL.Page
Export a region of a PDF page using the specified Separation ColorSpaces to an Image Collection object.
getImageSeparations(Rect, PageImageParams, List<SeparationColorSpace>, RenderProgressProc) - Method in class com.datalogics.PDFL.Page
 
getIncBaseFonts() - Method in class com.datalogics.PDFL.PrintParams
 
getIncCIDFonts() - Method in class com.datalogics.PDFL.PrintParams
 
getIncEmbeddedFonts() - Method in class com.datalogics.PDFL.PrintParams
 
getIncOtherResources() - Method in class com.datalogics.PDFL.PrintParams
 
getIncProcsets() - Method in class com.datalogics.PDFL.PrintParams
 
getIncTrueTypeFonts() - Method in class com.datalogics.PDFL.PrintParams
 
getIncType1Fonts() - Method in class com.datalogics.PDFL.PrintParams
 
getIndent() - Method in class com.datalogics.PDFL.Bookmark
Get the indentation level of a bookmark in its containing tree.
getIndex() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetIndex allows to obtain field index.
getIndirect() - Method in class com.datalogics.PDFL.PDFObject
Indicates if this object is indirect or direct.
getInFileName() - Method in class com.datalogics.PDFL.PrintUserParams
Unicode name used for the Windows DOCINFO structure (lpszDocName) that points to a NULL-terminated string that specifying the name of the document.
getInfo(String) - Method in class com.datalogics.PDFL.Document
Gets the value of metadata information in a PDF file.
getInfoDict() - Method in class com.datalogics.PDFL.Document
The Info dictionary of the document as a PDFObject.
getInkAlias() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the ink alias, this only applies to ink actions.
getInkBlack() - Method in class com.datalogics.PDFL.PrintParams
 
getInkType() - Method in class com.datalogics.PDFL.Ink
The ink type of this ink for trapping.
getInkType() - Method in class com.datalogics.PDFL.SeparationPlate
The ink type of this ink for trapping.
getInstallLocation() - Static method in class com.datalogics.PDFL.Library
The installation location.
getInstanceID() - Method in class com.datalogics.PDFL.Document
Get the instance ID for this document.
getIntent() - Method in class com.datalogics.PDFL.Image
The color rendering intent for the image
getIntent() - Method in class com.datalogics.PDFL.OptionalContentConfig
Gets the intent list for an OptionalContentConfig.
getIntent() - Method in class com.datalogics.PDFL.OptionalContentGroup
Gets the intent list for an optional-content group.
getIntentCMYK() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default CMYK Render Intent.
getIntentGray() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default Gray Render Intent.
getIntentRGB() - Method in class com.datalogics.PDFL.ColorConvertParams
Gets / Sets a default RGB Render Intent.
getIntentToMatch() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the rendering intent of the object. If this is UseProfileIntent this action applies to any intent.
getInteriorColor() - Method in class com.datalogics.PDFL.Annotation
The interior color with which to fill the annotation's line endings.
getInternalColor() - Method in class com.datalogics.PDFL.Redaction
Get the color used as the replacement background.
getInternalDPI() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Resolution for flattening the interior of an atomic region.
getInvertPlates() - Method in class com.datalogics.PDFL.SeparationParams
If true, invert the plates.
getIsEmbedded() - Method in class com.datalogics.PDFL.Document
The document is embedded in a compound document (OLE, OpenDoc).
getIsImageMask() - Method in class com.datalogics.PDFL.Image
Check that Image is ImageMask object
getIsInkAction() - Method in class com.datalogics.PDFL.ColorConvertActions
Marks this Action to be applied to inks.
getIsLastWordInRegion() - Method in class com.datalogics.PDFL.Word
Specifies whether this word is the last word in a region as determined by the WordFinder.
getIsLinearized() - Method in class com.datalogics.PDFL.Document
The document is linearized (optimized) for page-served remote (network) access.
getIsMap() - Method in class com.datalogics.PDFL.URIAction
The IsMap property include mouse coordinates with URI.
getIsModified() - Method in class com.datalogics.PDFL.Document
The document has been modified slightly (for example, bookmarks or text annotations have been opened or closed), but not in a way that warrants saving.
getIsOptimized() - Method in class com.datalogics.PDFL.Document
The document is optimized.
getIsProcessColor() - Method in class com.datalogics.PDFL.ColorConvertActions
True if this ink is a process ink.
getIsProcessColor() - Method in class com.datalogics.PDFL.Ink
True if this is a process color, false if this is a spot color.
getIsPxDF() - Method in class com.datalogics.PDFL.Document
The underlying file is PxDF.
getItalicAngle() - Method in class com.datalogics.PDFL.Font
 
getJPEGQuality() - Method in class com.datalogics.PDFL.ImageSaveParams
The quality of a (JPEG) output image.
getKeys() - Method in class com.datalogics.PDFL.PDFDict
Get a list of all keys in the dictionary
getKeywords() - Method in class com.datalogics.PDFL.Document
The keywords of the PDF file.
getLanguage() - Method in class com.datalogics.PDFL.LanguageSetting
The language being specified.
getLanguages() - Method in class com.datalogics.PDFL.OCRParams
The list of languages to use.
getLargeData() - Method in class com.datalogics.PDFL.Image
Gets the decompressed image data from very large images.
getLastChild() - Method in class com.datalogics.PDFL.Bookmark
Gets a bookmark's last child.
getLastHeight() - Method in class com.datalogics.PDFL.PrintParams
 
getLastWidth() - Method in class com.datalogics.PDFL.PrintParams
 
getLeading() - Method in class com.datalogics.PDFL.Font
 
getLeft() - Method in class com.datalogics.PDFL.Rect
the X coordinate of the lower left corner of the rectangle.
getLength() - Method in class com.datalogics.PDFL.OptionalContentOrderArray
The number of OptionalContentOrderNodes in this array.
getLength() - Method in class com.datalogics.PDFL.PDFArray
The number of elements in this array.
getLength() - Method in class com.datalogics.PDFL.PDFStream
The encoded length of the stream.
getLicenseKey() - Static method in class com.datalogics.PDFL.Library
A string containing a license key, as an alternative to using a license file.
getLineCap() - Method in class com.datalogics.PDFL.GraphicState
The line cap used by the current GraphicState.
getLineFlatness() - Method in class com.datalogics.PDFL.GraphicState
The line flatness corresponding to the i operator. Default is 1.0.
getLineJoin() - Method in class com.datalogics.PDFL.GraphicState
The line join style used by the current GraphicState.
getLineWidth() - Method in class com.datalogics.PDFL.PrintParams
 
getLLx() - Method in class com.datalogics.PDFL.Rect
the X coordinate of the lower left corner of the rectangle.
getLLy() - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the lower left corner of the rectangle.
getLoadedFonts() - Method in class com.datalogics.PDFL.Document
Enumerates all the fonts that have been encountered so far.
getLogFileName() - Method in class com.datalogics.PDFL.LogParams
Gets the path to the file to write the log to.
getLogFormat() - Method in class com.datalogics.PDFL.LogParams
Gets log format string. The string which allows to write the log in a custom format.
getLogOutputFlags() - Method in class com.datalogics.PDFL.LogParams
Gets LogOutputFlags.
getLogParams() - Method in class com.datalogics.PDFL.Library
Gets LogParams object with preferences for logging.
getLookup() - Method in class com.datalogics.PDFL.IndexedColorSpace
A list of integers in the range 0..255.
getMacQDPrinter() - Method in class com.datalogics.PDFL.PrintParams
 
getMagenta() - Method in class com.datalogics.PDFL.Ink
Values for display of a colorswatch in a CMYK color space.
getMajorVersion() - Method in class com.datalogics.PDFL.Document
The major PDF version number of the document.
getMajorVersion() - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
getMajorVersion() - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Major Version of the optimized document.
getMajorVersionIsNewerThanCurrentLibrary() - Method in class com.datalogics.PDFL.Document
The document's major version is newer than the current library version.
getMarkedContentTag() - Method in class com.datalogics.PDFL.Container
The container's Marked Content Tag.
getMarkStyle() - Method in class com.datalogics.PDFL.PrintParams
 
getMatchList(int, int, String) - Method in class com.datalogics.PDFL.DocTextFinder
Finds all matching strings for a given regular expression for the specified page range.
getMatchString() - Method in class com.datalogics.PDFL.DocTextFinderMatch
Matched string.
getMatrix() - Method in class com.datalogics.PDFL.CalRGBColorSpace
An array of nine numbers [ XA YA ZA XB YB ZB XC YC ZC ] specifying the linear interpretation of the decoded A, B, and C components of the color space with respect to the final XYZ representation.
getMatrix() - Method in class com.datalogics.PDFL.DrawParams
A pointer to the matrix to concatenate onto the default page matrix.
getMatrix() - Method in class com.datalogics.PDFL.Element
The transformation matrix for the element.
getMaxFontSizeMatch() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the maximum font size to match for text objects.
getMaxPageFlatteningTime() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The maximum allowed time that will be spent flattening a single page.
getMaxResolution(CompressImageType) - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Max DPI for a given color model.
getMaxWidth() - Method in class com.datalogics.PDFL.Font
 
getMediaBox() - Method in class com.datalogics.PDFL.Page
Get the page's MediaBox.
getMergedXMPKeywords() - Method in class com.datalogics.PDFL.Document
A string containing a semicolon-separated list of fields.
getMinFontSizeMatch() - Method in class com.datalogics.PDFL.ColorConvertActions
Gets / sets the minimum font size to match for text objects.
getMinorVersion() - Method in class com.datalogics.PDFL.Document
The minor PDF version number of the document.
getMinorVersion() - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
getMinorVersion() - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Minor Version of the optimized document.
getMinorVersionIsNewerThanCurrentLibrary() - Method in class com.datalogics.PDFL.Document
The document's minor version is newer than the current library version.
getMirrorprint() - Method in class com.datalogics.PDFL.PrintParams
 
getMirrorPrint() - Method in class com.datalogics.PDFL.SeparationParams
Options for mirroring.
getMissingWidth() - Method in class com.datalogics.PDFL.Font
 
getMiterLimit() - Method in class com.datalogics.PDFL.GraphicState
The miter limit corresponding to the M operator. Default is 10.0.
getMonochromeThreshold() - Method in class com.datalogics.PDFL.ImageSaveParams
Threshold to use for determining which bits are white or black for Monochrome output (0-255, default is 128).
getMonoCompressionScheme() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened monochrome images.
getMustMatchAllAttrs() - Method in class com.datalogics.PDFL.ColorConvertActions
A bit field that gets / sets the attributes an element must match to be color converted. The element must match ALL these attributes to be color converted.
getMustMatchAllCSAttrs() - Method in class com.datalogics.PDFL.ColorConvertActions
A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element must match ALL these Color Space attributes to be color converted.
getMustMatchAnyAttrs() - Method in class com.datalogics.PDFL.ColorConvertActions
A bit field that gets / sets the attributes an element must match to be color converted. The element can match ONE OR MORE of these attributes to be color converted.
getMustMatchAnyCSAttrs() - Method in class com.datalogics.PDFL.ColorConvertActions
A bit field that gets / sets the Color Space attributes an object must match to be color converted. The element can match ONE OR MORE Color Space attributes to be color converted.
getN() - Method in class com.datalogics.PDFL.ExponentialFunction
The exponential factor N.
getName() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetName allows to obtain field name.
getName() - Method in class com.datalogics.PDFL.CollectionSortItem
GetName allows to get name to sort by.
getName() - Method in class com.datalogics.PDFL.ColorSpace
The name of the color space.
getName() - Method in class com.datalogics.PDFL.Font
Get the name of the font.
getName() - Method in class com.datalogics.PDFL.NamedFunction
The name of the function.
getName() - Method in class com.datalogics.PDFL.OptionalContentConfig
Get the name of the OptionalContentConfig
getName() - Method in class com.datalogics.PDFL.OptionalContentGroup
Get the name of the optional content group
getNames() - Method in class com.datalogics.PDFL.DeviceNColorSpace
the names of the colorant that the DeviceN space is intended to represent, some of which may be All or None.
getNameTree(String) - Method in class com.datalogics.PDFL.Document
Retrieves the name tree inside the Names dictionary with the specified key name.
getNCopies() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the number of copies to print.
getNeedsSave() - Method in class com.datalogics.PDFL.Document
The document has been modified and needs to be saved.
getNegative() - Method in class com.datalogics.PDFL.PrintParams
 
getNewWindow() - Method in class com.datalogics.PDFL.LaunchAction
A flag specifying whether to open the destination document in a new window.
getNewWindow() - Method in class com.datalogics.PDFL.RemoteGoToAction
A flag specifying whether to open the destination document in a new window.
getNext() - Method in class com.datalogics.PDFL.Bookmark
Gets a bookmark's next (right) sibling.
getNInputs() - Method in class com.datalogics.PDFL.Function
The number of inputs to the function.
getNInputs() - Method in class com.datalogics.PDFL.NamedFunction
The number of inputs to the function. Throws a 'not implemented' exception for named functions.
getNoAnnots() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables extracting text from text annotations.
getNoEncodingGuess() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables guessing encoding of fonts that have unknown or custom encoding when there is no ToUnicode table.
getNoExtCharOffset() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating extended character offset information to improve text extraction performance.
getNoHyphenDetection() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables finding and removing soft hyphens in non-tagged PDF, so that the word finder trusts hard hyphens as non-soft hyphens.
getNoLigatureExp() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables the expansion of ligatures using the default ligatures.
getNormalAppearance() - Method in class com.datalogics.PDFL.Annotation
 
getNoSkewedQuads() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables the creation of a quad per character for skewed words, words with a horizontally-aligned, but non-rectangular, bounding region.
getNoStyleInfo() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating character style information to improve text extraction performance and memory efficiency.
getNote() - Method in class com.datalogics.PDFL.Redaction
Get the text string to be used as the Popup contents
getNoTextRenderMode3() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables extracting text with Text Rendering mode Tr = 3 ("Neither fill nor stroke text (invisible).").
getNOutputs() - Method in class com.datalogics.PDFL.Function
The number of outputs from the function.
getNOutputs() - Method in class com.datalogics.PDFL.NamedFunction
The number of outputs from the function. Throws a 'not implemented' exception for named functions.
getNoValidationErrors() - Method in class com.datalogics.PDFL.PDFAConvertParams
Permit validation errors to be ignored
getNoXYSort() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating an XY-ordered word list.
getNumAnnotations() - Method in class com.datalogics.PDFL.Page
Gets the number of annotations on a page.
getNumberComponents() - Method in class com.datalogics.PDFL.Image
The number of components
getNumberOfCharacters() - Method in class com.datalogics.PDFL.Text
The number of characters in this text element.
getNumberOfRuns() - Method in class com.datalogics.PDFL.Text
The number of text runs in this text element.
getNumberStyle() - Method in class com.datalogics.PDFL.PageLabel
The numbering style for the page label range
getNumCollatedCopies() - Method in class com.datalogics.PDFL.PrintParams
 
getNumComponents() - Method in class com.datalogics.PDFL.ColorSpace
The number of components in the color space.
getNumElements() - Method in class com.datalogics.PDFL.Content
The number of elements in the Content object.
getNumPages() - Method in class com.datalogics.PDFL.Document
Gets the number of pages in a document.
getNumScribbles() - Method in class com.datalogics.PDFL.InkAnnotation
The number of scribbles in the ink annotation.
getObjectCompression() - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Object Compression of the optimized document.
getObjectName() - Method in exception com.datalogics.PDFL.LibraryException
Retrieve the name of the object that caused the exception.
getOCContext() - Method in class com.datalogics.PDFL.SeparationParams
The optional content context to use for visibility state information, or NULL to use the document's current states in the default context.
getOCGStates(List<OptionalContentGroup>) - Method in class com.datalogics.PDFL.OptionalContentContext
Gets the ON-OFF states for the given optional-content groups (OCGs) in the given optional-content context.
getOffArray() - Method in class com.datalogics.PDFL.OptionalContentConfig
Get the list of OptionalContentGroups in the OFF array.
getOnArray() - Method in class com.datalogics.PDFL.OptionalContentConfig
Get the list of OptionalContentGroups in the ON array.
getOpacity() - Method in class com.datalogics.PDFL.Annotation
The optional constant opacity value that shall be used in painting a Markup annotation.
getOpacity() - Method in class com.datalogics.PDFL.WatermarkParams
 
getOpacityForOtherThanStroking() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the opacity value for other-than-stroke operations.
getOpacityForStroking() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the opacity value for stroke operations.
getOpen() - Method in class com.datalogics.PDFL.Bookmark
Is the bookmark open?
getOptimizeForSpeed() - Method in class com.datalogics.PDFL.PrintParams
 
getOption(OptimizerOption) - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of a single Optimizer Option.
getOptionalContentConfigs() - Method in class com.datalogics.PDFL.Document
Gets all OptionalContentConfigs stored in this document.
getOptionalContentContext() - Method in class com.datalogics.PDFL.Document
Gets the built-in default OptionalContentContext for the document.
getOptionalContentContext() - Method in class com.datalogics.PDFL.DrawParams
The optional-content context to use for visibility state information, or NULL to use the document's current states in the default context.
getOptionalContentContext() - Method in class com.datalogics.PDFL.PrintParams
An optional-content context that determines what contents are visible.
getOptionalContentGroup() - Method in class com.datalogics.PDFL.OptionalContentOrderLeaf
Gets the OptionalContentGroup refered to by this OptionalContentOrderLeaf.
getOptionalContentGroups() - Method in class com.datalogics.PDFL.Document
Gets the optional-content groups for the document.
getOptionalContentGroups() - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
Gets the list of OptionalContentGroups for this membership dictionary.
getOptionalContentMembershipDict() - Method in class com.datalogics.PDFL.Annotation
The OptionalContentMembershipDict property for this Annotation.
getOptionalContentMembershipDict() - Method in class com.datalogics.PDFL.Container
The OptionalContentMembershipDict property for this Container.
getOptionalContentMembershipDict() - Method in class com.datalogics.PDFL.Form
The OptionalContentMembershipDict property for this Form.
getOrder() - Method in class com.datalogics.PDFL.OptionalContentConfig
Gets the order list for the optional content in this optional content config.
getOutFileName() - Method in class com.datalogics.PDFL.PrintUserParams
Unicode name used for the Windows DOCINFO structure (lpszOutput).
getOutputPreviewImage(Rect, PageImageParams, List<SeparationColorSpace>) - Method in class com.datalogics.PDFL.Page
Create an Output Preview image used when Soft Proofing a document prior to actual printing.
getOutputType() - Method in class com.datalogics.PDFL.PrintParams
 
getOverlayFont() - Method in class com.datalogics.PDFL.Redaction
Get Overlay Text Font
getOverlayText() - Method in class com.datalogics.PDFL.Redaction
Get the optional overlay text of the redaction.
getOverprintMode() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.
getPage(int) - Method in class com.datalogics.PDFL.Document
Gets a Page from a document.
getPageDrawFlags() - Method in class com.datalogics.PDFL.PageImageParams
the DrawFlags used or rendering a PDF page to an image.
getPageLabels() - Method in class com.datalogics.PDFL.Document
The list of PageLabel objects used in the document.
getPageMarksToEmit() - Method in class com.datalogics.PDFL.SeparationParams
The page marks to emit for this plate.
getPageMode() - Method in class com.datalogics.PDFL.Document
The PageMode of the PDF document.
getPageNo() - Method in class com.datalogics.PDFL.Redaction
Get the page number where the redaction occurs.
getPageNum() - Method in class com.datalogics.PDFL.DocTextFinderQuadInfo
Page number quad was found on.
getPageNumber() - Method in class com.datalogics.PDFL.Page
Retrieve the page number for this PDF page.
getPageNumber() - Method in class com.datalogics.PDFL.RemoteDestination
The page number of the destination.
getPageNumber() - Method in class com.datalogics.PDFL.ViewDestination
The page number of the destination
getPagePaperSource() - Method in class com.datalogics.PDFL.PageRange
The paper source of a printer device for a particular PageRange.
getPageRanges() - Method in class com.datalogics.PDFL.PrintParams
Get the page ranges for printing.
getPageSegmentationMode() - Method in class com.datalogics.PDFL.OCRParams
The page segmentation mode.
getPageSpec() - Method in class com.datalogics.PDFL.PageRange
 
getPaintOp() - Method in class com.datalogics.PDFL.Path
Gets the fill and stroke attributes of a path.
getPaperHeight() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Height of paper in points.
getPaperSource() - Method in class com.datalogics.PDFL.PrintUserParams
Paper source property.
getPaperWhite() - Method in class com.datalogics.PDFL.PrintParams
 
getPaperWidth() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Width of paper in points.
getParent() - Method in class com.datalogics.PDFL.Bookmark
Gets a bookmark's parent.
getPath() - Method in class com.datalogics.PDFL.FileSpecification
The path to the file referenced.
getPathToSettingsFile() - Method in class com.datalogics.PDFL.XPSConvertParams
The path to the .joboptions file to use.
getPattern() - Method in class com.datalogics.PDFL.Color
The pattern of the color
getPDFADocument() - Method in class com.datalogics.PDFL.PDFAConvertResult
Return the PDF/A compliant version of the document.
getPDFArray() - Method in class com.datalogics.PDFL.ViewDestination
Retrieve the PDFObject representation of this object
getPDFASaveFlags() - Method in class com.datalogics.PDFL.PDFAConvertResult
Return the SaveFlags that must be used when saving the PDF/A compliant document.
getPDFDict() - Method in class com.datalogics.PDFL.Action
Retrieve the PDFObject representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.Annotation
Retrieve the PDFObject representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.Bookmark
Get the dictionary associated with the bookmark.
getPDFDict() - Method in class com.datalogics.PDFL.Container
Retrieve the PDFObject representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Get the dictionary associated with the extended graphic state.
getPDFDict() - Method in class com.datalogics.PDFL.Font
Retrieve the PDFDict representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.NameTree
Return the PDFDict of this NameTree.
getPDFDict() - Method in class com.datalogics.PDFL.NumberTree
Return the PDFDict of this NumberTree.
getPDFDict() - Method in class com.datalogics.PDFL.OptionalContentConfig
Retrieve the PDFObject representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.OptionalContentGroup
Retrieve the PDFObject representation of this object
getPDFDict() - Method in class com.datalogics.PDFL.Page
Retrieve the PDFObject representation of this object.
getPDFHashValue() - Method in class com.datalogics.PDFL.PDFObject
The 32-bit hash value for this object.
getPDFObject() - Method in class com.datalogics.PDFL.ColorSpace
Get the PDFObject associated with the color space.
getPDFObject() - Method in class com.datalogics.PDFL.FileSpecification
Retrieve the PDFObject representation of this object.
getPDFObject() - Method in class com.datalogics.PDFL.Pattern
 
getPDFObject() - Method in class com.datalogics.PDFL.RemoteDestination
Retrieve the PDFObject representation of this Remote Destination.
getPDFXDocument() - Method in class com.datalogics.PDFL.PDFXConvertResult
Return the PDF/X compliant version of the document.
getPDFXSaveFlags() - Method in class com.datalogics.PDFL.PDFXConvertResult
Return the SaveFlags that must be used when saving the PDF/X compliant document.
getPercentageVals() - Method in class com.datalogics.PDFL.WatermarkParams
 
getPerformance() - Method in class com.datalogics.PDFL.OCRParams
The desired engine performance.
getPermanentID() - Method in class com.datalogics.PDFL.Document
Get the permanent ID for this document.
getPermissionFlags() - Method in class com.datalogics.PDFL.Document
Allows to obtain security flags for the document.
getPixelHeight() - Method in class com.datalogics.PDFL.PageImageParams
The height in pixels of the image to be created from a PDF page.
getPixelWidth() - Method in class com.datalogics.PDFL.PageImageParams
The width in pixels of the image to be created from a PDF page.
getPlates() - Method in class com.datalogics.PDFL.SeparationParams
A list of plates to use for separations.
getPoint() - Method in class com.datalogics.PDFL.LineTo
The new current point.
getPoint() - Method in class com.datalogics.PDFL.MoveTo
The new current point.
getPoint() - Method in class com.datalogics.PDFL.RectSegment
The lower left corner of the rectangle.
getPoint1() - Method in class com.datalogics.PDFL.CurveTo
The first control point.
getPoint1() - Method in class com.datalogics.PDFL.CurveToY
The first control point.
getPoint2() - Method in class com.datalogics.PDFL.CurveTo
The second control point.
getPoint2() - Method in class com.datalogics.PDFL.CurveToV
The second control point.
getPoint3() - Method in class com.datalogics.PDFL.CurveTo
The new current point.
getPoint3() - Method in class com.datalogics.PDFL.CurveToV
The new current point.
getPoint3() - Method in class com.datalogics.PDFL.CurveToY
The new current point.
getPortName() - Method in class com.datalogics.PDFL.PrintUserParams
The unicode name of the port (for example, "Ne00").
getPostScriptLevel() - Method in class com.datalogics.PDFL.SeparationParams
The PostScript printing level.
getPreciseQuad() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, the bounding box or bounding quad will be set based on actual glyph bounding box.
getPrefix() - Method in class com.datalogics.PDFL.PageLabel
The prefix string for the page label range
getPreserveBlack() - Method in class com.datalogics.PDFL.ColorConvertActions
If true, perform a black-preserving transform when converting.
getPreserveCMYKPrimaries() - Method in class com.datalogics.PDFL.ColorConvertActions
If true, use a primary-preserving CMYK to CMYK transform.
getPreserveOverprint() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, attempt to preserve overprint.
getPreserveRedundantChars() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables detecting and removing redundant characters.
getPreserveSpaces() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, the word finder preserves space characters during word breaking.
getPreviewOption() - Method in class com.datalogics.PDFL.Ink
How to handle the colorant for a separation preview.
getPreviewOption() - Method in class com.datalogics.PDFL.SeparationPlate
How to handle the colorant for a separation preview.
getPrevious() - Method in class com.datalogics.PDFL.Bookmark
Gets a bookmark's previous (left) sibling.
getPrintAnnots() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the printing annotations setting, 1 turns it on, 0 turns it off.
getPrinterHasFarEastFonts() - Method in class com.datalogics.PDFL.SeparationParams
If true, do not include Far East fonts.
getPrintParams() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Print Parameter settings.
getPrintWhat() - Method in class com.datalogics.PDFL.PrintParams
 
getPrintWhatAnnot() - Method in class com.datalogics.PDFL.PrintParams
 
getProducer() - Method in class com.datalogics.PDFL.Document
The producer of the PDF file.
getProfileDesc() - Method in class com.datalogics.PDFL.PDFAConvertParams
The Output Intent of a PDF/A document may be any valid CMYK Profile for CMYK Conversion, and any valid RGB profile for RGB conversion.
getProfileDesc() - Method in class com.datalogics.PDFL.PDFXConvertParams
The Output Intent of a PDF/X document may be any valid CMYK Profile For PDF/X-1a or any valid CMYK or RGB Profile for PDF/X-3.
getProfileDescription() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The Page Level Transparency Blending ColorSpace Profile Description.
getProgressProc() - Method in class com.datalogics.PDFL.DrawParams
Get the progress callback.
getProhibit() - Method in class com.datalogics.PDFL.LanguageSetting
Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
getPromoteGrayToCMYK() - Method in class com.datalogics.PDFL.ColorConvertActions
If true, promote DeviceGray objects to DeviceCMYK with k = 1.0 - gray value.
getPsLevel() - Method in class com.datalogics.PDFL.PrintParams
 
getPsLevel() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Postscript level.
getQuadding() - Method in class com.datalogics.PDFL.FreeTextAnnotation
A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.
getQuadInfo() - Method in class com.datalogics.PDFL.DocTextFinderMatch
Quad info and page number quad(s) is located on.
getQuads() - Method in class com.datalogics.PDFL.DocTextFinderQuadInfo
List of bounding box quads.
getQuads() - Method in class com.datalogics.PDFL.Redaction
A list of quads to mark.
getQuads() - Method in class com.datalogics.PDFL.TextMarkupAnnotation
A list of quads to mark.
getQuads() - Method in class com.datalogics.PDFL.Word
Gets the specified word's quads, specified in user space coordinates.
getQuality() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The percentage of vector information that is to be preserved.
getRaiseExceptionIfNotUsableColor() - Method in class com.datalogics.PDFL.ImageSaveParams
When an image is written that is not in a format native to the image type, shall we raise an exception.
getRange() - Method in class com.datalogics.PDFL.Function
The range of the function.
getRange() - Method in class com.datalogics.PDFL.ICCBasedColorSpace
An array of 2 * NumComponents numbers [ min0 max0 min1 max1 ...
getRange() - Method in class com.datalogics.PDFL.LabColorSpace
An array of four numbers [ amin amax bmin bmax ] specifying the range of valid values for the a* and b* (B and C) components of the color space.
getRange() - Method in class com.datalogics.PDFL.NamedFunction
The range of the function.
getRasterizationResolution() - Method in class com.datalogics.PDFL.PDFAConvertParams
Permit user to select rasterization resolution When this value is zero, we will rasterize at 72 DPI (Legacy Behaviour).
getRawData() - Method in class com.datalogics.PDFL.ImageData
The actual bytes of the decompressed Image Data.
getRawText() - Method in class com.datalogics.PDFL.TextRun
The raw, un-interpreted text as char codes of this TextRun.
getRecompressionType(CompressImageType) - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Recompression Type for a given color model.
getRect() - Method in class com.datalogics.PDFL.Annotation
The size and location of the annotation on its page
getRed() - Method in class com.datalogics.PDFL.Ink
RGB values for on-screen display of a colorswatch.
getReleaseVersion() - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
getRemoteDestination() - Method in class com.datalogics.PDFL.RemoteGoToAction
The RemoteDestination for this action.
getRemoveAllAnnotations() - Method in class com.datalogics.PDFL.PDFAConvertParams
Some of the standards like PDF/A prohibit the presence of some types of Annotations and Actions in order to comply with those standards.
getRemoveAllAnnotations() - Method in class com.datalogics.PDFL.PDFXConvertParams
Some of the standards like PDF/X prohibit the presence of some types of Annotations and Actions in order to comply with those standards.
getRenderIntent() - Method in class com.datalogics.PDFL.DrawParams
Default rendering intent is RelColorimetric (relative colorimetric).
getRenderIntent() - Method in class com.datalogics.PDFL.GraphicState
A color rendering intent corresponding to the Intent key in the image dictionary.
getRenderIntent() - Method in class com.datalogics.PDFL.PageImageParams
The RenderIntent used to specify color translation for colors outside gamut of the color profile used.
getRenderMode() - Method in class com.datalogics.PDFL.TextState
The current text rendering mode (corresponding to the Tr operator).
getRenderWarnings() - Method in class com.datalogics.PDFL.Page
Reports possible page rendering problems.
getRepeat() - Method in class com.datalogics.PDFL.Redaction
Get the repeat value
getRequiresFullSave() - Method in class com.datalogics.PDFL.Document
The document cannot be saved incrementally; when it is saved using Document.Save(), the SaveFlags.Full flag must be specified.
getResampleToResolution(CompressImageType) - Method in class com.datalogics.PDFL.PDFOptimizer
Get the value of the Resample To DPI for a given color model.
getResolution() - Method in class com.datalogics.PDFL.OCRParams
Each image will use this resolution by default.
getResourceDirectory() - Static method in class com.datalogics.PDFL.Library
The resource directory.
getReverse() - Method in class com.datalogics.PDFL.PrintParams
 
getReverse() - Method in class com.datalogics.PDFL.PrintUserParams
Gets whether to reverses print order, 1 reverses it and 0 does regular order.
getReverseGray() - Method in class com.datalogics.PDFL.ImageSaveParams
Is the GrayScale output reversed.
getRight() - Method in class com.datalogics.PDFL.Rect
the X coordinate of the upper right corner of the rectangle.
getRolledBackDocuments() - Method in class com.datalogics.PDFL.Document
A Document that have been previously saved Incrementally means changes were written to the end of the file leaving its original contents intact.
getRoot() - Method in class com.datalogics.PDFL.Document
The Catalog of the document as a PDFObject.
getRotate() - Method in class com.datalogics.PDFL.PrintParams
 
getRotateAndCenter() - Method in class com.datalogics.PDFL.PrintParams
 
getRotation() - Method in class com.datalogics.PDFL.Page
The number of degrees by which the page is rotated clockwise when displayed or printed.
getRotation() - Method in class com.datalogics.PDFL.WatermarkParams
 
getRun(int) - Method in class com.datalogics.PDFL.Text
Obtains the TextRun at the specified index.
getSaveVM() - Method in class com.datalogics.PDFL.PrintParams
 
getScale() - Method in class com.datalogics.PDFL.PrintParams
 
getScale() - Method in class com.datalogics.PDFL.WatermarkParams
 
getScaleToFit() - Method in class com.datalogics.PDFL.Redaction
Get the ScaleToFit value
getSchema() - Method in class com.datalogics.PDFL.Collection
GetSchema allows to obtain Schema object for current Collection.
getScribble(int) - Method in class com.datalogics.PDFL.InkAnnotation
 
getSegments() - Method in class com.datalogics.PDFL.Path
Get the segments of the path.
getSeparationName() - Method in class com.datalogics.PDFL.SeparationColorSpace
the name of the colorant that the Separation space is intended to represent, or All, or None.
getSeparationNameArray() - Method in class com.datalogics.PDFL.SeparationColorSpace
The name of the colorant that the Separation space is intended to represent, or All, or None NOTE: This property is suitable for retrieving the name when the SeparationName can't be retrieved as a string.
getSetPageSize() - Method in class com.datalogics.PDFL.PrintParams
 
getShowOnPrint() - Method in class com.datalogics.PDFL.WatermarkParams
 
getShowOnScreen() - Method in class com.datalogics.PDFL.WatermarkParams
 
getShrinkToFit() - Method in class com.datalogics.PDFL.PrintParams
 
getShrinkToFit() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Shrink to fit setting, true turns it on, false turns it off.
getSmoothFlags() - Method in class com.datalogics.PDFL.DrawParams
Smoothing flags.
getSmoothing() - Method in class com.datalogics.PDFL.PageImageParams
The SmoothFlags used in exporting a PDF page to an image
getSmoothnessTolerance() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the smoothness tolerance, the quality of smooth shading.
getSoftMask() - Method in class com.datalogics.PDFL.Image
Gets, for this image, the soft mask (also an image).
getSort() - Method in class com.datalogics.PDFL.Collection
GetSort gets sort parameters for the Collection.
getSpace() - Method in class com.datalogics.PDFL.Color
The color space of the color
getStartPage() - Method in class com.datalogics.PDFL.PageRange
The starting page number.
getStartPage() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the page to start printing with, using zero-based numbering.
getStartPageIndex() - Method in class com.datalogics.PDFL.PageLabel
The start index for the page label range
getStartPoint() - Method in class com.datalogics.PDFL.LineAnnotation
The starting coordinate of the line, in user space.
getStartPointEndingStyle() - Method in class com.datalogics.PDFL.LineAnnotation
 
getStartPointEndingStyle() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getStartResult() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Spooler ID from StartDoc.
getStateOfOCG(OptionalContentGroup) - Method in class com.datalogics.PDFL.OptionalContentContext
Gets the ON-OFF state for the given optional content group (OCG) in this optional content context.
getStemH() - Method in class com.datalogics.PDFL.Font
 
getStemV() - Method in class com.datalogics.PDFL.Font
 
getStoredAsHex() - Method in class com.datalogics.PDFL.PDFString
Indicates that the data is stored as hexadecimal values.
getStream() - Method in class com.datalogics.PDFL.Form
Get the stream associated with the form.
getStream() - Method in class com.datalogics.PDFL.ICCBasedColorSpace
The PDFStream containing the ICC-based data and other attributes.
getStream() - Method in class com.datalogics.PDFL.Image
The PDFStream object or null if there is no stream associated with the image
getStream(PDFStreamOpenMode) - Method in class com.datalogics.PDFL.PDFStream
The stream data of this object, processed according to the mode
getStream() - Method in class com.datalogics.PDFL.PostScript
Retrieve the PDFStream for the PostScriptX object that contains the PostScript code.
getStream() - Method in class com.datalogics.PDFL.PostScriptCalculatorFunction
The underlying stream for this PostScriptCalculatorFunction.
getStreamPos() - Method in class com.datalogics.PDFL.PDFStream
The byte offset of this stream in the PDF file.
getStrokeColor() - Method in class com.datalogics.PDFL.GraphicState
The stroke color of the GraphicState.
getStyle() - Method in class com.datalogics.PDFL.StyleTransition
The Style that begins at this transition.
getStyleTransitions() - Method in class com.datalogics.PDFL.Word
Gets a list of style transitions for the word.
getSubject() - Method in class com.datalogics.PDFL.Document
The subject of the PDF document.
getSubtype() - Method in class com.datalogics.PDFL.Action
The action's subtype
getSubtype() - Method in class com.datalogics.PDFL.Annotation
The annotation's subtype
getSubtype() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetSubtype allows to obtain the field subtype.
getSubVersion() - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
getSuppressCJKSubstitution() - Method in class com.datalogics.PDFL.PrintParams
 
getSuppressCJKSubstitution() - Method in class com.datalogics.PDFL.SeparationParams
If true, suppress CJK substitution.
getSuppressCSA() - Method in class com.datalogics.PDFL.PrintParams
 
getSuppressErrors() - Method in class com.datalogics.PDFL.Document
Do not display errors.
getSuppressOPPWhenNoSpots() - Method in class com.datalogics.PDFL.PrintParams
 
getTargetRange() - Method in class com.datalogics.PDFL.WatermarkParams
The page range of the document to which the watermark should be added.
getTesseract4Engine() - Static method in class com.datalogics.PDFL.OCRParams
Specify the Tesseract v4 engine. Pass this to the engine property.
getText() - Method in class com.datalogics.PDFL.TextRun
The text of this TextRun.
getText() - Method in class com.datalogics.PDFL.WatermarkTextParams
The text to be used when generating a text-based watermark.
getText() - Method in class com.datalogics.PDFL.Word
Gets a word's text and also converts ligatures to their constituent characters.
getTextAlign() - Method in class com.datalogics.PDFL.WatermarkTextParams
Set the alignment to be used when justifying a text-based watermark.
getTextColor() - Method in class com.datalogics.PDFL.FreeTextAnnotation
The text color which used for drawing text
getTextColor() - Method in class com.datalogics.PDFL.Redaction
Get the color used for the overlay text.
getTextKnockout() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Returns whether text knockout is enabled in the graphics state.
getTextMatrixForCharacter(int) - Method in class com.datalogics.PDFL.Text
Gets the transformation matrix from user space to the current text space for the specified character.
getTextMatrixForTextRun(int) - Method in class com.datalogics.PDFL.Text
Gets the transformation matrix from user space to the current text space for the specified TextRun.
getTextRise() - Method in class com.datalogics.PDFL.TextState
The current text rise (corresponding to the Ts operator), in unscaled text space units.
getTextState() - Method in class com.datalogics.PDFL.TextRun
The TextState of this TextRun.
getThinLineHeuristics() - Method in class com.datalogics.PDFL.PageImageParams
The ThinLineHeuristics used to determine whether thin lines will be fattened non-linearly or the stroke adjust will be applied to thin rectangles.
getTIFFBlackIsOne() - Method in class com.datalogics.PDFL.ImageSaveParams
Is a TIFF file photometrically reversed.
getTIFFByteOrder() - Method in class com.datalogics.PDFL.ImageSaveParams
Controls the byte order used within the TIFF file.
getTIFFCMYKAlpha() - Method in class com.datalogics.PDFL.ImageSaveParams
Is the CMYK image data to be combined with the Soft Mask image data in the output TIF file.
getTitle() - Method in class com.datalogics.PDFL.Annotation
The title of the annotation.
getTitle() - Method in class com.datalogics.PDFL.Bookmark
The title of the bookmark.
getTitle() - Method in class com.datalogics.PDFL.Document
The title of the PDF document.
getTitle() - Method in class com.datalogics.PDFL.OptionalContentOrderArray
The title string of this Array.
getTop() - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the upper right corner of the rectangle.
getTopLeft() - Method in class com.datalogics.PDFL.Quad
Top left corner of the Quad.
getTopRight() - Method in class com.datalogics.PDFL.Quad
Top right corner of the Quad.
getTransferFunction() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the transfer function.
getTransparencyLevel() - Method in class com.datalogics.PDFL.SeparationParams
The transparency flattening quality level.
getTransparencyQuality() - Method in class com.datalogics.PDFL.PrintParams
 
getTransQuality() - Method in class com.datalogics.PDFL.PrintUserParams
Gets the Transparency flattening quality control.
getTrapType() - Method in class com.datalogics.PDFL.PrintParams
 
getTrimBox() - Method in class com.datalogics.PDFL.Page
Get the page's TrimBox.
getTrustNBSpace() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables treating non-breaking space characters as regular space characters in non-tagged PDF files, so that the word finder preserves the space without breaking the word.
getTTasCIDT2() - Method in class com.datalogics.PDFL.PrintParams
 
getTTasT42() - Method in class com.datalogics.PDFL.PrintParams
 
getType() - Method in class com.datalogics.PDFL.Font
Get the type of the font.
getUndercolorRemoval() - Method in class com.datalogics.PDFL.ExtendedGraphicState
Gets the undercolor removal function.
getUnfilteredStream() - Method in class com.datalogics.PDFL.PDFStream
The unfiltered data of this stream object.
getUnknownToStdEnc() - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it assumes any font with unknown or custom encoding to be Standard Roman.
getUpdateRect() - Method in class com.datalogics.PDFL.DrawParams
A rectangle represented by the coordinates of its four sides, which specifies the area to draw.
getURI() - Method in class com.datalogics.PDFL.URIAction
The URI string for this action.
getURx() - Method in class com.datalogics.PDFL.Rect
the X coordinate of the upper right corner of the rectangle.
getURy() - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the upper right corner of the rectangle.
getUseBlackPointCompensation() - Method in class com.datalogics.PDFL.ColorConvertActions
If true, turn on black point compensation for color conversions.
getUseCMYKWorkingColorSpace() - Method in class com.datalogics.PDFL.SeparationParams
If true, color manage DeviceCMYK.
getUseCustomPaperSize() - Method in class com.datalogics.PDFL.PrintUserParams
Gets whether to force the use of the paper size provided in the PaperWidth and PaperHeight parameters and not search for best fit size provided by printer.
getUseDeviceNForImageSeparations() - Method in class com.datalogics.PDFL.PageImageParams
Gets the UseDeviceNForImageSeparations setting, which indicates when the GetImageSeparations() method is called if a DeviceN colorspace will be used for rasterization. When false, if only Process colorants are provided to GetImageSeparations() then it's rendered using DeviceCMYK. When true, then it's rendered using DeviceN.
getUseExecForm() - Method in class com.datalogics.PDFL.PrintParams
 
getUseFontAliasNames() - Method in class com.datalogics.PDFL.PrintParams
 
getUseFullResolutionJP2KData() - Method in class com.datalogics.PDFL.PrintParams
 
getUseMaxVM() - Method in class com.datalogics.PDFL.PrintParams
 
getUserUnit() - Method in class com.datalogics.PDFL.Page
Gets the size of default user space units for the page.
getUseSubFileDecode() - Method in class com.datalogics.PDFL.PrintParams
 
getUseTextOutlines() - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, output text outlines instead of native text.
getUseWesternStylePageMarks() - Method in class com.datalogics.PDFL.SeparationParams
If true, use the western style for page marks.
getV() - Method in class com.datalogics.PDFL.Matrix
 
getV() - Method in class com.datalogics.PDFL.Point
The vertical coordinate of the point.
getValidateImplementationLimitsOfDocument() - Method in class com.datalogics.PDFL.PDFAConvertParams
Validate PDF Implementation Limits (as defined in the PDF Specification of the PDF/A target) of the Document.
getValue() - Method in class com.datalogics.PDFL.Color
The values of the color.
getValue() - Method in class com.datalogics.PDFL.PDFBoolean
Boolean value of this object.
getValue() - Method in class com.datalogics.PDFL.PDFInteger
Integer value of this object.
getValue() - Method in class com.datalogics.PDFL.PDFName
String value of this object.
getValue() - Method in class com.datalogics.PDFL.PDFReal
Floating-point value of this object.
getValue() - Method in class com.datalogics.PDFL.PDFString
The byte array as a native string object.
getVersionIsOlderThanCurrentLibrary() - Method in class com.datalogics.PDFL.Document
The document's version is older than the current library version.
getVersionString() - Method in class com.datalogics.PDFL.Document
The PDF version of the document, which is specified in the header of a PDF file in the string "%PDF-xx.yy" where xx is the major version and yy is the minor version.
getVertAlign() - Method in class com.datalogics.PDFL.WatermarkParams
Get the vertical alignment to be used when adding the watermark to a page.
getVerticalResolution() - Method in class com.datalogics.PDFL.PageImageParams
The desired vertical resolution in pixels/inch of the output image.
getVertices() - Method in class com.datalogics.PDFL.PolygonAnnotation
 
getVertices() - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
getVertValue() - Method in class com.datalogics.PDFL.WatermarkParams
 
getViewDestination() - Method in class com.datalogics.PDFL.Bookmark
If this bookmark has a GoTo action, then return the destination of the action, else return null.
getVisibilityExpression() - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
GetVisibilityExpression Gets the Visibility Expression for this membership dictionary.
getVisibilityPolicy() - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
Gets the Visbility Policy for this membership dictionary.
getVisible() - Method in class com.datalogics.PDFL.CollectionSchemaField
GetVisible allows to obtain information about filed visibility.
getWasRepaired() - Method in class com.datalogics.PDFL.Document
The document was repaired when it was opened.
getWatermarkDrawOption() - Method in class com.datalogics.PDFL.WatermarkParams
Get the draw option to be used when adding the watermark to a page.
getWesternMarksStyle() - Method in class com.datalogics.PDFL.PrintParams
 
getWhichMarks() - Method in class com.datalogics.PDFL.PrintParams
 
getWhitePoint() - Method in class com.datalogics.PDFL.CalGrayColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point.
getWhitePoint() - Method in class com.datalogics.PDFL.CalRGBColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point.
getWhitePoint() - Method in class com.datalogics.PDFL.LabColorSpace
An array of three numbers specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point.
getWidth() - Method in class com.datalogics.PDFL.GraphicState
The width used for drawing by the current GraphicState.
getWidth() - Method in class com.datalogics.PDFL.Image
The width of the image in pixels.
getWidth() - Method in class com.datalogics.PDFL.Rect
The width of the Rect.
getWidth() - Method in class com.datalogics.PDFL.RectSegment
The width of the rectangle.
getWordList(int) - Method in class com.datalogics.PDFL.WordFinder
Finds all words on the specified page and returns a list containing the words.
getWordSpacing() - Method in class com.datalogics.PDFL.TextState
The current word spacing (corresponding to the Tw operator), in unscaled text space units.
getWriteSeparationColorsToTIFF() - Method in class com.datalogics.PDFL.ImageSaveParams
When we write an image that is specified in a separation or deviceN color, we will Convert that image to sRGB, if WriteSeparationColorsToTIFF is false, or write it using the Photoshop Tag for separation colors, if WriteSeparationColorsToTIFF is true.
getWritingMode() - Method in class com.datalogics.PDFL.Font
 
getXHeight() - Method in class com.datalogics.PDFL.Font
 
getXMPMetadata() - Method in class com.datalogics.PDFL.Document
The XMP metadata associated with a document.
getXMPMetadata() - Method in class com.datalogics.PDFL.PDFDict
The XMP metadata associated with this dictionary.
getXMPMetadataArrayItem(String, String, int) - Method in class com.datalogics.PDFL.Document
Gets the value of an XMP metadata array item, associated with a document, based on an index.
getXMPMetadataProperty(String, String) - Method in class com.datalogics.PDFL.Document
Gets the value of an XMP metadata property associated with a document.
getYellow() - Method in class com.datalogics.PDFL.Ink
Values for display of a colorswatch in a CMYK color space.
getZoom() - Method in class com.datalogics.PDFL.RemoteDestination
The zoom factor for the destination.
getZoom() - Method in class com.datalogics.PDFL.ViewDestination
The zoom factor for the destination.
getZOrderTop() - Method in class com.datalogics.PDFL.WatermarkParams
 
GoToAction - Class in com.datalogics.PDFL
A go-to action can be executed in a PDF document.
GoToAction(ViewDestination) - Constructor for class com.datalogics.PDFL.GoToAction
General constructor
GraphicState - Class in com.datalogics.PDFL
The graphic state is an internal data structure in a PDF file.
GraphicState() - Constructor for class com.datalogics.PDFL.GraphicState
Create a new default GraphicState.
Group - Class in com.datalogics.PDFL
A set of elements to be used within a PDF document.
Group() - Constructor for class com.datalogics.PDFL.Group
Create a new Group.
Group(Content) - Constructor for class com.datalogics.PDFL.Group
Create a Group with the given Content.

H

hasChildren() - Method in class com.datalogics.PDFL.Bookmark
Does the bookmark have children?
hasRichTextData() - Method in class com.datalogics.PDFL.Annotation
Checks the annotation for Rich Text String content (PDFReference 1.7 Section 8.6.2).
hasTransparency(boolean) - Method in class com.datalogics.PDFL.Page
Checks whether a page uses any transparency features.
HighlightAnnotation - Class in com.datalogics.PDFL
Allows the user to highlight text appearing on a PDF page.
HighlightAnnotation(Page, List<Quad>) - Constructor for class com.datalogics.PDFL.HighlightAnnotation
Create a new HighlightAnnotation at the end of a page's annotation array.
HighlightAnnotation(Page, int, List<Quad>) - Constructor for class com.datalogics.PDFL.HighlightAnnotation
Create a new HighlightAnnotation at a specific index in the page's annotation array.
HighlightStyle - Enum in com.datalogics.PDFL
 
HorizontalAlignment - Enum in com.datalogics.PDFL
 

I

ICCBasedColorSpace - Class in com.datalogics.PDFL
Works with the ICC color space.
ICCBasedColorSpace(PDFStream, int) - Constructor for class com.datalogics.PDFL.ICCBasedColorSpace
Create an ICC-based color stream.
ICCBasedColorSpace(PDFStream) - Constructor for class com.datalogics.PDFL.ICCBasedColorSpace
Create an ICC-based color stream.
IDENTITY - Static variable in class com.datalogics.PDFL.Function
 
Image - Class in com.datalogics.PDFL
An image resource can either be an image XObject or inline image found in a page's content stream.
Image(ImageInputStream) - Constructor for class com.datalogics.PDFL.Image
Allows to create Image object from ImageInputStream.
Image(String) - Constructor for class com.datalogics.PDFL.Image
Create a new Image from an existing physical file.
Image(String, Document) - Constructor for class com.datalogics.PDFL.Image
Create a new Image from an existing physical file.
Image(byte[], int, int, ColorSpace) - Constructor for class com.datalogics.PDFL.Image
Create an image from byte array.
ImageCollection - Class in com.datalogics.PDFL
An image collection can hold multiple images, created from an image file.
ImageCollection(ImageInputStream) - Constructor for class com.datalogics.PDFL.ImageCollection
Allows to create ImageCollection object from ImageInputStream.
ImageCollection() - Constructor for class com.datalogics.PDFL.ImageCollection
Create an empty image collection, which can have Image objects added to it.
ImageCollection(String) - Constructor for class com.datalogics.PDFL.ImageCollection
Create from an image file.
ImageCollection(String, Document) - Constructor for class com.datalogics.PDFL.ImageCollection
Create from an image file.
ImageCollection(Image) - Constructor for class com.datalogics.PDFL.ImageCollection
Create a new image collection containing the supplied Image object.
ImageData - Class in com.datalogics.PDFL
A class representing the decompressed Image Data.
ImageSaveParams - Class in com.datalogics.PDFL
Class that defines parameters for saving an image to a graphics file.
ImageSaveParams() - Constructor for class com.datalogics.PDFL.ImageSaveParams
Default parameters for saving an image to a file.
ImageType - Enum in com.datalogics.PDFL
 
importAcroFormsData(String, AcroFormImportType) - Method in class com.datalogics.PDFL.Document
Import the AcroForms data.
importXFAFormsData(String) - Method in class com.datalogics.PDFL.Document
Import the XFA Forms data.
Inclusion - Enum in com.datalogics.PDFL
Specifies how to include a resource in a file.
IndexedColorSpace - Class in com.datalogics.PDFL
Indexed color spaces are used to reduce the amount of memory used for processing images.
IndexedColorSpace(ColorSpace, int, List<Integer>) - Constructor for class com.datalogics.PDFL.IndexedColorSpace
Create a Indexed color space.
initialized() - Static method in class com.datalogics.PDFL.Library
Check to see if the library is initialized
Ink - Class in com.datalogics.PDFL
The ink object represents the color in the color space, CYMK or RGB.
InkAnnotation - Class in com.datalogics.PDFL
A type of annotation allowing a user to edit a PDF document.
InkAnnotation(Page, Rect) - Constructor for class com.datalogics.PDFL.InkAnnotation
Create a new InkAnnotation at the end of a page's annotation array.
InkAnnotation(Page, Rect, int) - Constructor for class com.datalogics.PDFL.InkAnnotation
Create a new InkAnnotation at a specific index in the page's annotation array.
InkTypes - Enum in com.datalogics.PDFL
 
inRect(Rect) - Method in class com.datalogics.PDFL.Rect
Check if this rectangle is inside the parameter rectangle.
insert(int, OptionalContentOrderNode) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
Inserts an OptionalContentOrderNode at the given index, displacing existing objects.
insert(int, PDFObject) - Method in class com.datalogics.PDFL.PDFArray
Inserts an object at the given index, displacing existing objects.
insertPages(int, Document, int, int, EnumSet<PageInsertFlags>) - Method in class com.datalogics.PDFL.Document
Inserts numPages pages from doc2 into doc.
insertPages(int, Document, int, int, EnumSet<PageInsertFlags>, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.Document
Inserts numPages pages from doc2 into doc.
intersect(Rect) - Method in class com.datalogics.PDFL.Rect
Obtain the intersection of this rectangle and another rectangle.
invert() - Method in class com.datalogics.PDFL.Matrix
Invert the Matrix object and return a new Matrix object.
isCurrentlyVisible(OptionalContentContext) - Method in class com.datalogics.PDFL.Annotation
Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
isCurrentlyVisible(OptionalContentContext) - Method in class com.datalogics.PDFL.Container
Tests whether a container is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
isCurrentlyVisible(OptionalContentContext, Content) - Method in class com.datalogics.PDFL.Container
Tests whether a container is visible in a given optional content context and content.
isCurrentlyVisible(OptionalContentContext) - Method in class com.datalogics.PDFL.Form
Tests whether a form is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
isCurrentlyVisible(OptionalContentContext, Content) - Method in class com.datalogics.PDFL.Form
Tests whether an form is visible in a given optional content context and content.
isDynamicXFA() - Method in class com.datalogics.PDFL.Document
Indicates if the document is Dynamic XFA.
isEmpty() - Method in class com.datalogics.PDFL.Rect
Check if this rectangle is empty.
isFormsExtensionAvailable() - Method in class com.datalogics.PDFL.Library
Validate the Forms Extension dependencies are present.
isFromDoc() - Method in class com.datalogics.PDFL.Font
 
isLanguageAvailable(Language) - Method in class com.datalogics.PDFL.OCREngine
Query if a language for OCR is available for use.
isOpen() - Method in class com.datalogics.PDFL.Bookmark
Is the bookmark open?
isStaticXFA() - Method in class com.datalogics.PDFL.Document
Indicates if the document is Static XFA.
isTextRepresentable(String) - Method in class com.datalogics.PDFL.Font
Is this text representable in this font?

L

LAB - Static variable in class com.datalogics.PDFL.ColorSpace
 
LAB_A - Static variable in class com.datalogics.PDFL.ColorSpace
 
LabColorSpace - Class in com.datalogics.PDFL
A Lab color space is a CIE-based ABC color space with two transformation stages.
LabColorSpace(List<Double>, List<Double>, List<Double>) - Constructor for class com.datalogics.PDFL.LabColorSpace
Create a Lab color space.
LabColorSpace(List<Double>) - Constructor for class com.datalogics.PDFL.LabColorSpace
Create a Lab color space.
Language - Enum in com.datalogics.PDFL
Languages which may be selected.
LanguageSetting - Class in com.datalogics.PDFL
Specify a language, along with any metadata about that language.
LanguageSetting(Language, boolean) - Constructor for class com.datalogics.PDFL.LanguageSetting
create a language setting.
LARGE_CAPACITY - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the large capacity tray
LARGE_FMT - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the large forms tray
LAST - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the forms tray
LAST_PAGE - Static variable in class com.datalogics.PDFL.Document
Last page.
LaunchAction - Class in com.datalogics.PDFL
A launch action launches an application or opens or prints a document.
LaunchAction(FileSpecification) - Constructor for class com.datalogics.PDFL.LaunchAction
General constructor.
Library - Class in com.datalogics.PDFL
Used to create a new instance of a library object or change properties.
Library(String[]) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(String[], EnumSet<LibraryFlags>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library() - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(EnumSet<LibraryFlags>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(List<String>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(List<String>, EnumSet<LibraryFlags>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(List<String>, String, String, EnumSet<LibraryFlags>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
Library(List<String>, String, String, String, EnumSet<LibraryFlags>) - Constructor for class com.datalogics.PDFL.Library
Initialize the PDF Library on this thread.
LibraryException - Exception in com.datalogics.PDFL
Exception thrown when there is an error processing a Library call.
LibraryException(String, int, String, String) - Constructor for exception com.datalogics.PDFL.LibraryException
Exception thrown when there is an error processing a Library call.
LibraryFlags - Enum in com.datalogics.PDFL
Flags for initializing the library.
LineAnnotation - Class in com.datalogics.PDFL
The line annotation displays a single straight line on a PDF page.
LineAnnotation(Page, Rect, Point, Point) - Constructor for class com.datalogics.PDFL.LineAnnotation
Create a new LineAnnotation at the end of a page's annotation array.
LineAnnotation(Page, Rect, Point, Point, int) - Constructor for class com.datalogics.PDFL.LineAnnotation
Create a new LineAnnotation at a specific index in the page's annotation array.
LineCap - Enum in com.datalogics.PDFL
The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
LineEndingStyle - Enum in com.datalogics.PDFL
 
LineJoin - Enum in com.datalogics.PDFL
The line join style specifies the shape to be used at the corners of paths that are stroked.
LineTo - Class in com.datalogics.PDFL
A lineto operator, which draws a straight line.
LineTo(Point) - Constructor for class com.datalogics.PDFL.LineTo
Create a line to a new point. Append a straight line segment from the current point to the lineToPoint. The new current point is the point the line is drawn to.
LineTo(double, double) - Constructor for class com.datalogics.PDFL.LineTo
Move to a new current point. Append a straight line segment from the current point to the point (x, y). The new current point is the point the line is drawn to.
LinkAnnotation - Class in com.datalogics.PDFL
A link annotation, which features an embedded hyperlink.
LinkAnnotation(Page, Rect) - Constructor for class com.datalogics.PDFL.LinkAnnotation
Create a new LinkAnnotation at the end of a page's annotation array.
LinkAnnotation(Page, Rect, int) - Constructor for class com.datalogics.PDFL.LinkAnnotation
Create a new LinkAnnotation at a specific index in the page's annotation array.
listInks() - Method in class com.datalogics.PDFL.Page
Retrieve a list of all inks present on a page.
listInks(boolean) - Method in class com.datalogics.PDFL.Page
Retrieve a list of all inks present on a page.
LogOutputFlags - Enum in com.datalogics.PDFL
 
LogParams - Class in com.datalogics.PDFL
Defines the parameters for writing error messages to a log file.
LogParams() - Constructor for class com.datalogics.PDFL.LogParams
LogParams constructor which allows to create LogParams instance.
lookForKidsInNameTree(PDFDict, List<FileAttachment>) - Method in class com.datalogics.PDFL.Document
 
LOWER - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the lower tray

M

makeBufferedImage(Rect, PageImageParams) - Method in class com.datalogics.PDFL.Page
Export a region of a PDF page to a java.awt.BufferedImage.
makeDeviceRGBA() - Static method in class com.datalogics.PDFL.NamedColorSpace
 
makeSeparations(SeparationParams) - Method in class com.datalogics.PDFL.Page
Generate print color separations for a page.
makeVisible(OptionalContentContext, Content) - Method in class com.datalogics.PDFL.Container
Makes a container visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
makeVisible(OptionalContentContext, Content) - Method in class com.datalogics.PDFL.Form
Makes a form visible in a given optional content context and content by manipulating the ON-OFF states of the optional content groups.
MANUAL - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the manual feed
Matrix - Class in com.datalogics.PDFL
A transformation matrix in a PDF file is specified by six numbers.
Matrix() - Constructor for class com.datalogics.PDFL.Matrix
the default constructor creates a transformation matrix to translate the rectangle 1 element (1/72nd of an inch) from the origin.
Matrix(double, double, double, double, double, double) - Constructor for class com.datalogics.PDFL.Matrix
 
measureTextWidth(String, double) - Method in class com.datalogics.PDFL.Font
Measures the width of the specified text in points, using the Font at the specified size.
mergeXMPKeywords() - Method in class com.datalogics.PDFL.Document
Causes a string produced as by PDDocGetMergedXAPKeywords() to be stored as the new value of the pdf:Keywords property, and the former value of the pdf:Keywords property to be stored as an item in the xmp:Keywords bag of keyword items.
MIDDLE - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the middle tray
MirrorOptions - Enum in com.datalogics.PDFL
 
movePage(int, int) - Method in class com.datalogics.PDFL.Document
Moves one page in a document.
MoveTo - Class in com.datalogics.PDFL
An operator that creates a path by moving to a new current position.
MoveTo(Point) - Constructor for class com.datalogics.PDFL.MoveTo
Move to a new current point. Begin a new subpath by moving the current point to a new point, omitting any connecting line segment. If the previous path segment in the current path was also a MoveTo, the new m overrides it; no vestige of the previous MoveTo operation remains in the path.
MoveTo(double, double) - Constructor for class com.datalogics.PDFL.MoveTo
Move to a new current point. Begin a new subpath by moving the current point to coordinates x, y, omitting any connecting line segment. If the previous path segment in the current path was also a MoveTo, the new m overrides it; no vestige of the previous MoveTo operation remains in the path.
moveTo(Point) - Method in class com.datalogics.PDFL.Path
Moves the current point of the path to the given point.
multiply(Matrix, Matrix) - Static method in class com.datalogics.PDFL.Matrix
Multiply two transformation matrices.

N

NamedColorSpace - Class in com.datalogics.PDFL
Class used to define the color space in use.
NamedFunction - Class in com.datalogics.PDFL
Defines a function currently in use.
NameTree - Class in com.datalogics.PDFL
The name tree is a common data structure in PDF files.
NameTree(Document) - Constructor for class com.datalogics.PDFL.NameTree
 
NULL_VALUE - Static variable in class com.datalogics.PDFL.RemoteDestination
Constant used for "null" values in destination rectangles or zoom.
NULL_VALUE - Static variable in class com.datalogics.PDFL.ViewDestination
Constant used for "null" values in destination rectangles or zoom.
NumberStyle - Enum in com.datalogics.PDFL
 
NumberTree - Class in com.datalogics.PDFL
The number tree is a common data structure in PDF files.
NumberTree(Document) - Constructor for class com.datalogics.PDFL.NumberTree
 
numElements() - Method in class com.datalogics.PDFL.Clip
Gets the number of top-level Elements in a Clip object.

O

ObjectCompressionType - Enum in com.datalogics.PDFL
Enumerator to allow the selection of object compression type to Set the values for object compression type.
OCREngine - Class in com.datalogics.PDFL
Represents an OCR Engine and its configuration.
OCREngine() - Constructor for class com.datalogics.PDFL.OCREngine
Create an OCR engine.
OCREngine(OCRParams) - Constructor for class com.datalogics.PDFL.OCREngine
Create an OCR engine with a specified configuration.
OCRParams - Class in com.datalogics.PDFL
 
OCRParams() - Constructor for class com.datalogics.PDFL.OCRParams
Create an OCRParams structure with defaults.
ONLY_ONE - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the upper tray
optimize(Document, ImageOutputStream) - Method in class com.datalogics.PDFL.PDFOptimizer
 
optimize(Document, ImageOutputStream, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.PDFOptimizer
 
optimize(Document, String, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.PDFOptimizer
Perform the Optimization of a single document, saving the result in a new file.
optimize(Document, String) - Method in class com.datalogics.PDFL.PDFOptimizer
 
optimize(Document, JavaStreamFile, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.PDFOptimizer
Perform the Optimization of a single document, saving the result in memory.
optimize(Document, JavaStreamFile) - Method in class com.datalogics.PDFL.PDFOptimizer
 
OptimizerOption - Enum in com.datalogics.PDFL
Select the optimization option to be set or obtained.
OptionalContentBaseState - Enum in com.datalogics.PDFL
 
OptionalContentConfig - Class in com.datalogics.PDFL
A structure used to store data related to layers in a PDF.
OptionalContentConfig(Document) - Constructor for class com.datalogics.PDFL.OptionalContentConfig
Create a new OptionalContentConfig.
OptionalContentContext - Class in com.datalogics.PDFL
Defines the context for optional content in a PDF.
OptionalContentContext(Document) - Constructor for class com.datalogics.PDFL.OptionalContentContext
Creates a context object that represents an optional-content state of the document, using the current state as the initial state for each group (OCG), as determined by the document's optional-content configuration.
OptionalContentDrawingPolicy - Enum in com.datalogics.PDFL
The policy for drawing optional content within the document.
OptionalContentGroup - Class in com.datalogics.PDFL
A dictionary used to manage graphics images in a PDF.
OptionalContentGroup(Document, String) - Constructor for class com.datalogics.PDFL.OptionalContentGroup
Create a new OptionalContentGroup.
OptionalContentMembershipDict - Class in com.datalogics.PDFL
Attaches content to one or more optional content groups.
OptionalContentMembershipDict(Document, List<OptionalContentGroup>, VisibilityPolicy) - Constructor for class com.datalogics.PDFL.OptionalContentMembershipDict
Create a new OptionalContentMembershipDict.
OptionalContentMembershipDict(Document, List<OptionalContentGroup>, VisibilityPolicy, PDFArray) - Constructor for class com.datalogics.PDFL.OptionalContentMembershipDict
Create a new OptionalContentMembershipDict.
OptionalContentOrderArray - Class in com.datalogics.PDFL
Array node class for items in the OptionalContentConfig Order array.
OptionalContentOrderArray(Document) - Constructor for class com.datalogics.PDFL.OptionalContentOrderArray
Create an OptionalContentOrderArray with no title.
OptionalContentOrderArray(Document, String) - Constructor for class com.datalogics.PDFL.OptionalContentOrderArray
Create an OptionalContentOrderArray with a title.
OptionalContentOrderLeaf - Class in com.datalogics.PDFL
Leaf node class for items in the OptionalContentConfig Order array.
OptionalContentOrderLeaf(OptionalContentGroup) - Constructor for class com.datalogics.PDFL.OptionalContentOrderLeaf
Create an OptionalContentOrderLeaf that refers to the OptionalContentGroup.
OptionalContentOrderNode - Class in com.datalogics.PDFL
Base class for items in the OptionalContentConfig Order array.
OutputType - Enum in com.datalogics.PDFL
Specifies what kind of file to emit.
overlaps(Rect) - Method in class com.datalogics.PDFL.Rect
Check if two rectangles overlap.
OverprintMode - Enum in com.datalogics.PDFL
A code specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.

P

Page - Class in com.datalogics.PDFL
Represents a page within a PDF file.
Page(Document, int) - Constructor for class com.datalogics.PDFL.Page
Gets a Page from a document.
Page(Document, int, Rect) - Constructor for class com.datalogics.PDFL.Page
Creates and acquires a new page.
PageDeleteFlags - Enum in com.datalogics.PDFL
 
PageImageParams - Class in com.datalogics.PDFL
Used to manage converting a PDF page to an image.
PageImageParams() - Constructor for class com.datalogics.PDFL.PageImageParams
 
PageImageParams(ColorSpace, EnumSet<SmoothFlags>, int, int, double, double, EnumSet<DrawFlags>) - Constructor for class com.datalogics.PDFL.PageImageParams
Set up the parameters for rendering a PDF page to an image.
PageInsertFlags - Enum in com.datalogics.PDFL
 
PageLabel - Class in com.datalogics.PDFL
Describes numbering labels for a range of pages.
PageLabel(int, NumberStyle, String, int) - Constructor for class com.datalogics.PDFL.PageLabel
Public constructor
PageLabel(int, NumberStyle) - Constructor for class com.datalogics.PDFL.PageLabel
Convenience constructor creates a range with no prefix starting with number 1.
PageMarkFlags - Enum in com.datalogics.PDFL
Bit flags indicating which page marks are emitted for color separations.
PageMode - Enum in com.datalogics.PDFL
An enumerated data type used to describe the page view mode of a Document.
PageRange - Class in com.datalogics.PDFL
Specifies a range of pages in a document (page numbers begin with 0).
PageRange() - Constructor for class com.datalogics.PDFL.PageRange
Specifies a range of pages in a document (page numbers begin with 0).
PageRange(int, int, PageSpec) - Constructor for class com.datalogics.PDFL.PageRange
Specifies a range of pages in a document (page numbers begin with 0).
PageRange(int, int, PageSpec, int) - Constructor for class com.datalogics.PDFL.PageRange
Specifies a range of pages in a document (page numbers begin with 0).
PageRenderWarning - Enum in com.datalogics.PDFL
 
PageRotation - Enum in com.datalogics.PDFL
 
PageSegmentationMode - Enum in com.datalogics.PDFL
Specify how the OCR engine will view the page, and how it detects text segments.
PageSpec - Enum in com.datalogics.PDFL
Page range specifications
PageTilingMode - Enum in com.datalogics.PDFL
PageTilingMode
PaperSource - Class in com.datalogics.PDFL
Defines a set of paper trays in a printer that can be used to select the paper source when printing.
paperSourceIdByName(String) - Method in class com.datalogics.PDFL.PrintUserParams
Obtain tray/bin number by its name.
Path - Class in com.datalogics.PDFL
A path in a PDF file defines shapes.
Path() - Constructor for class com.datalogics.PDFL.Path
Create a path.
Path(GraphicState) - Constructor for class com.datalogics.PDFL.Path
Create a path with a given graphic state.
PathOperators - Enum in com.datalogics.PDFL
 
PathPaintOpFlags - Enum in com.datalogics.PDFL
 
Pattern - Class in com.datalogics.PDFL
A pattern is used to fill an area to be painted.
PDDocFormsType - Enum in com.datalogics.PDFL
 
PDETextFlags - Enum in com.datalogics.PDFL
 
PDFAConvertParams - Class in com.datalogics.PDFL
Parameters for converting a document to PDF/A compliance.
PDFAConvertParams() - Constructor for class com.datalogics.PDFL.PDFAConvertParams
 
PDFAConvertParams(boolean, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFAConvertParams
Parameters for converting to PDF/A.
PDFAConvertParams(boolean, boolean, boolean, boolean, int) - Constructor for class com.datalogics.PDFL.PDFAConvertParams
Parameters for converting to PDF/A.
PDFAConvertParams(boolean, boolean, boolean, boolean, int, boolean) - Constructor for class com.datalogics.PDFL.PDFAConvertParams
Parameters for converting to PDF/A.
PDFAConvertResult - Class in com.datalogics.PDFL
Return the PDF/A compliant version of the document.
PDFAConvertResult(Document, EnumSet<SaveFlags>) - Constructor for class com.datalogics.PDFL.PDFAConvertResult
 
PDFAConvertResult() - Constructor for class com.datalogics.PDFL.PDFAConvertResult
 
PDFAConvertType - Enum in com.datalogics.PDFL
 
PDFArray - Class in com.datalogics.PDFL
Represents an array of data elements within a PDF document.
PDFArray(Document, boolean) - Constructor for class com.datalogics.PDFL.PDFArray
General constructor
PDFArray(PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFArray
General constructor
PDFBoolean - Class in com.datalogics.PDFL
Represents a boolean data element within a PDF document.
PDFBoolean(boolean, Document, boolean) - Constructor for class com.datalogics.PDFL.PDFBoolean
General constructor
PDFBoolean(boolean, PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFBoolean
General constructor
PDFDict - Class in com.datalogics.PDFL
Represents an associative collection of data elements within a PDF document.
PDFDict(Document, boolean) - Constructor for class com.datalogics.PDFL.PDFDict
General constructor
PDFDict(PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFDict
General constructor
PDFInteger - Class in com.datalogics.PDFL
Represents an integer data element within a PDF document.
PDFInteger(int, Document, boolean) - Constructor for class com.datalogics.PDFL.PDFInteger
General constructor
PDFInteger(int, PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFInteger
General constructor
PDFlattenerColorCompSet - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Color images.
PDFlattenerGrayscaleCompSet - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Grayscale images.
PDFlattenerMonochromeCompSet - Enum in com.datalogics.PDFL
Enumeration for setting the compression scheme for the Flattened Monochrome images.
PDFlattenerQualitySetting - Enum in com.datalogics.PDFL
Enumeration for setting the Quality setting for the JPEG or JPEG2000 images.
PDFName - Class in com.datalogics.PDFL
Represents a name data element within a PDF document.
PDFName(String, Document, boolean) - Constructor for class com.datalogics.PDFL.PDFName
General constructor
PDFName(String, PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFName
General constructor
PDFObject - Class in com.datalogics.PDFL
Represents the underlying simple data element of an object in a PDF document.
PDFObjectComparison - Enum in com.datalogics.PDFL
Comparisons between two PDFObjects.
PDFObjectEnumProc - Class in com.datalogics.PDFL
Represents callback function for Document::EnumIndirectPDFObjects & PDFObject::Enum.
PDFObjectEnumProc() - Constructor for class com.datalogics.PDFL.PDFObjectEnumProc
Represents callback function for Document::EnumIndirectPDFObjects & PDFObject::Enum.
PDFOptimizationCompressQuality - Enum in com.datalogics.PDFL
 
PDFOptimizer - Class in com.datalogics.PDFL
Implementation of the PDF Optimizer function.
PDFOptimizer() - Constructor for class com.datalogics.PDFL.PDFOptimizer
Construct a CPDFOptimizer, with default Options.
PDFOptimizerCompressImageType - Enum in com.datalogics.PDFL
 
PDFOptimizerCompressionType - Enum in com.datalogics.PDFL
 
PDFOptimizerObjectCompressionType - Enum in com.datalogics.PDFL
 
PDFOptimizerOption - Enum in com.datalogics.PDFL
 
PDFProcessorPDFAConversionOption - Enum in com.datalogics.PDFL
 
PDFProcessorPDFXConversionOption - Enum in com.datalogics.PDFL
 
PDFReal - Class in com.datalogics.PDFL
Represents a floating point data element within a PDF document.
PDFReal(double, Document, boolean) - Constructor for class com.datalogics.PDFL.PDFReal
General constructor
PDFReal(double, PDFObject, boolean) - Constructor for class com.datalogics.PDFL.PDFReal
General constructor
PDFStream - Class in com.datalogics.PDFL
Represents a stream of data within a PDF document.
PDFStream(InputStream, Document, PDFDict, PDFArray) - Constructor for class com.datalogics.PDFL.PDFStream
General constructor
PDFStream(InputStream, PDFObject, PDFDict, PDFArray) - Constructor for class com.datalogics.PDFL.PDFStream
General constructor
PDFStreamOpenMode - Enum in com.datalogics.PDFL
 
PDFString - Class in com.datalogics.PDFL
Represents an array of unsigned bytes within a PDF document.
PDFString(byte[], Document, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
General constructor
PDFString(byte[], PDFObject, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
General constructor
PDFString(String, Document, boolean, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
String constructor
PDFString(String, PDFObject, boolean, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
String constructor
PDFString(String, Document, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
String constructor
PDFString(String, PDFObject, boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFString
String constructor
PDFXConvertParams - Class in com.datalogics.PDFL
Parameters for converting a document to PDF/X compliance.
PDFXConvertParams() - Constructor for class com.datalogics.PDFL.PDFXConvertParams
Parameters for converting to PDF/X.
PDFXConvertParams(boolean, boolean) - Constructor for class com.datalogics.PDFL.PDFXConvertParams
Parameters for converting to PDF/X.
PDFXConvertResult - Class in com.datalogics.PDFL
Return the PDF/X compliant version of the document.
PDFXConvertResult(Document, EnumSet<SaveFlags>) - Constructor for class com.datalogics.PDFL.PDFXConvertResult
 
PDFXConvertResult() - Constructor for class com.datalogics.PDFL.PDFXConvertResult
 
PDFXConvertType - Enum in com.datalogics.PDFL
 
Performance - Enum in com.datalogics.PDFL
Specify the performance of the OCR engine in an abstract way.
PermissionFlags - Enum in com.datalogics.PDFL
 
PermissionRequestOperation - Enum in com.datalogics.PDFL
 
permRequest(String, PermissionRequestOperation) - Method in class com.datalogics.PDFL.Document
Request the permissions to be changed on a PDF document.
permRequest(PermissionRequestOperation) - Method in class com.datalogics.PDFL.Document
Tests if a permission is set on a document
placeTextUnder(Image) - Method in class com.datalogics.PDFL.OCREngine
Recognize text in the image, returning a form element with the image and the text underneath.
placeTextUnder(Image, Document) - Method in class com.datalogics.PDFL.OCREngine
Recognize text in the image, returning a form element with the image and the text underneath.
Point - Class in com.datalogics.PDFL
Represents a discrete point or space in a PDF.
Point() - Constructor for class com.datalogics.PDFL.Point
Create a new point at the origin (0.0, 0.0).
Point(double, double) - Constructor for class com.datalogics.PDFL.Point
Create a new point at the specified coordinates.
pointIntersectsCharacter(Point, int) - Method in class com.datalogics.PDFL.Text
Tests whether a point is on a specified character within this Text object.
pointIntersectsTextRun(Point, int) - Method in class com.datalogics.PDFL.Text
Tests whether a point is on a specified TextRun within this Text object.
PolygonAnnotation - Class in com.datalogics.PDFL
A polygon is a closed plane figure bounded by a finite number of line segments.
PolygonAnnotation(Page, Rect, List<Point>) - Constructor for class com.datalogics.PDFL.PolygonAnnotation
Create a new PolygonAnnotation at the end of a page's annotation array.
PolygonAnnotation(Page, Rect, List<Point>, int) - Constructor for class com.datalogics.PDFL.PolygonAnnotation
Create a new PolygonAnnotation at a specific index in the page's annotation array.
PolyLineAnnotation - Class in com.datalogics.PDFL
A finite number of line segments in a PDF added as an annotation.
PolyLineAnnotation(Page, Rect, List<Point>) - Constructor for class com.datalogics.PDFL.PolyLineAnnotation
Create a new PolyLineAnnotation at the end of a page's annotation array.
PolyLineAnnotation(Page, Rect, List<Point>, int) - Constructor for class com.datalogics.PDFL.PolyLineAnnotation
Create a new PolyLineAnnotation at a specific index in the page's annotation array.
posePrintDialog(Document) - Method in class com.datalogics.PDFL.PrintUserParams
Set the print parameters by posing a dialog box to the user.
PostScript - Class in com.datalogics.PDFL
An XObject stream with the subtype PostScript.
PostScript(InputStream) - Constructor for class com.datalogics.PDFL.PostScript
General constructor
PostScriptCalculatorFunction - Class in com.datalogics.PDFL
A function represented as a stream containing code written in a small subset of the PostScript language.
PostScriptCalculatorFunction(List<Double>, List<Double>, String) - Constructor for class com.datalogics.PDFL.PostScriptCalculatorFunction
Create PostScript calculator function, represented as a stream containing code written in a small subset of the PostScript language.
print(PrintUserParams) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
print(PrintUserParams, PrintCancelProc) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
print(PrintUserParams, PrintCancelProc, PrintProgressProc) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
PrintCancelProc - Class in com.datalogics.PDFL
Print cancellation callback function, a class used to cancel print operations.
PrintCancelProc() - Constructor for class com.datalogics.PDFL.PrintCancelProc
Print cancellation callback function, a class used to cancel print operations.
PrintParams - Class in com.datalogics.PDFL
Print settings, primarily used for PostScript printers or output.
PrintParams() - Constructor for class com.datalogics.PDFL.PrintParams
 
PrintProgressProc - Class in com.datalogics.PDFL
Print progress callback function, a class used to notify print client of the progress during print operations.
PrintProgressProc() - Constructor for class com.datalogics.PDFL.PrintProgressProc
Print progress callback function, a class used to notify print client of the progress during print operations.
PrintProgressStage - Enum in com.datalogics.PDFL
 
printToFile(PrintUserParams, String) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
printToFile(PrintUserParams, PrintCancelProc, String) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
printToFile(PrintUserParams, PrintCancelProc, PrintProgressProc, String) - Method in class com.datalogics.PDFL.Document
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
PrintUserParams - Class in com.datalogics.PDFL
A structure used to set parameters for print jobs.
PrintUserParams() - Constructor for class com.datalogics.PDFL.PrintUserParams
 
PrintWhat - Enum in com.datalogics.PDFL
What portions of the document to print
PrintWhatAnnotFlags - Enum in com.datalogics.PDFL
Which annotations to print
ProgressMonitor - Class in com.datalogics.PDFL
Represents the progress of an operation.
ProgressMonitor() - Constructor for class com.datalogics.PDFL.ProgressMonitor
 
put(PDFString, PDFObject) - Method in class com.datalogics.PDFL.NameTree
Puts a new entry in this NameTree.
put(int, PDFObject) - Method in class com.datalogics.PDFL.NumberTree
Puts a new entry in this NumberTree.
put(int, OptionalContentOrderNode) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
Puts an OptionalContentOrderNode at the given index, replacing the existing item.
put(int, PDFObject) - Method in class com.datalogics.PDFL.PDFArray
Puts an object at the given index, replacing the existing item.
put(PDFName, PDFObject) - Method in class com.datalogics.PDFL.PDFDict
Puts an object with the matching key into the dictionary, adding the entry if the key is not already present.
put(String, PDFObject) - Method in class com.datalogics.PDFL.PDFDict
Puts an object with the matching key string into the dictionary, adding the entry if the key is not already present.

Q

Quad - Class in com.datalogics.PDFL
Represents a quadrilateral in a program.
Quad() - Constructor for class com.datalogics.PDFL.Quad
Creates a Quad with all points at the origin.
Quad(Point, Point, Point, Point) - Constructor for class com.datalogics.PDFL.Quad
Creates a Quad from a set of 4 points.

R

Rect - Class in com.datalogics.PDFL
A rect holds four coordinates for a rectangle.
Rect(Rectangle2D) - Constructor for class com.datalogics.PDFL.Rect
Create a Rect from a java.awt rectangle type Note that the coordinate systems are inverted for PDFL.
Rect() - Constructor for class com.datalogics.PDFL.Rect
Create a rectangle with all values zero.
Rect(double, double, double, double) - Constructor for class com.datalogics.PDFL.Rect
Create a Rect.
rectIntersectsCharacter(Rect, int) - Method in class com.datalogics.PDFL.Text
Tests whether any part of a rectangle is on a specified character within this Text object.
rectIntersectsTextRun(Rect, int) - Method in class com.datalogics.PDFL.Text
Tests whether any part of a rectangle is on a specified TextRun within this Text object.
RectSegment - Class in com.datalogics.PDFL
A rectangle path operator.
RectSegment(Point, double, double) - Constructor for class com.datalogics.PDFL.RectSegment
Append a rectangle to the current path as a complete subpath, with lower-left corner point and dimensions width and height in user space.
RectSegment(double, double, double, double) - Constructor for class com.datalogics.PDFL.RectSegment
Append a rectangle to the current path as a complete subpath, with lower-left corner (x, y) and dimensions width and height in user space.
Redaction - Class in com.datalogics.PDFL
Associates an object with its location on a page of a PDF document.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String, Color, String, double, boolean, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String, Color, String, double, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String, Color, String, double) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String, Color, String) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double, String) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color, double) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double, String, Color, double, boolean, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double, String, Color, double, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double, String, Color, double) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double, String, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double, String) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color, double) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color, boolean) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font, Color) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
Redaction(Page, List<Quad>, Font) - Constructor for class com.datalogics.PDFL.Redaction
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
RemoteDestination - Class in com.datalogics.PDFL
A view of a page contained in a separate document.
RemoteDestination(Document, int, String, Rect, double) - Constructor for class com.datalogics.PDFL.RemoteDestination
Construct a RemoteDestination.
RemoteGoToAction - Class in com.datalogics.PDFL
A remote go-to action is an action that includes a RemoteDestination object.
RemoteGoToAction(FileSpecification, RemoteDestination) - Constructor for class com.datalogics.PDFL.RemoteGoToAction
General constructor.
remove(PDFString) - Method in class com.datalogics.PDFL.NameTree
Removes the specified PDFObject from this NameTree.
remove(int) - Method in class com.datalogics.PDFL.NumberTree
Removes the specified PDFObject from this NumberTree.
remove(PDFObject) - Method in class com.datalogics.PDFL.PDFArray
Removes the first object that matches the given object.
remove(PDFName) - Method in class com.datalogics.PDFL.PDFDict
Removes a key/object pair from the dictionary.
remove(String) - Method in class com.datalogics.PDFL.PDFDict
Removes a key/object pair from the dictionary.
removeAnnotation(int) - Method in class com.datalogics.PDFL.Page
Removes an annotation from the specified page.
removeAt(int) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
Removes the OptionalContentOrderNode at the given index.
removeAt(int) - Method in class com.datalogics.PDFL.PDFArray
Removes the object at the given index.
removeCollection() - Method in class com.datalogics.PDFL.Document
RemoveCollection Removes a collection dictionary from a document.
removeDuplicateOCG() - Method in class com.datalogics.PDFL.Document
Removes duplicate optional content group from the document.
removeElement(int) - Method in class com.datalogics.PDFL.Content
Removes the Element at the specified index.
removeElements(int) - Method in class com.datalogics.PDFL.Clip
Removes an Element from a Clip object.
removeElements(int, int) - Method in class com.datalogics.PDFL.Clip
Removes one or more Elements from a Clip object.
removeField(CollectionSchemaField) - Method in class com.datalogics.PDFL.CollectionSchema
RemoveField allows to remove specified field from the schema.
removeNameTree(String) - Method in class com.datalogics.PDFL.Document
Removes the name tree inside the Names dictionary with the specified key name.
removeOCG(OptionalContentGroup) - Method in class com.datalogics.PDFL.Document
Removes the specified optional content group from the document.
removeRuns(int, int) - Method in class com.datalogics.PDFL.Text
Removes a count of TextRuns, starting from index
removeScribble(int) - Method in class com.datalogics.PDFL.InkAnnotation
The vertices that define one of many scribbles in an ink annotation, in user space.
RenderIntent - Enum in com.datalogics.PDFL
 
RenderProgressProc - Class in com.datalogics.PDFL
Render progress callback function, a class used to notify client of the progress during rendering operations.
RenderProgressProc() - Constructor for class com.datalogics.PDFL.RenderProgressProc
Render progress callback function, a class used to notify client of the progress during rendering operations.
RenderProgressStage - Enum in com.datalogics.PDFL
 
replacePages(int, Document, int, int, boolean) - Method in class com.datalogics.PDFL.Document
Replaces the specified range of pages in one document with pages from another.
ReportProc - Class in com.datalogics.PDFL
Represents the error reporting callback function.
ReportProc() - Constructor for class com.datalogics.PDFL.ReportProc
Represents the error reporting callback function.
ReportType - Enum in com.datalogics.PDFL
Type codes used for error reporting.
RolledBackDocument - Class in com.datalogics.PDFL
A class representing a Rolled back instance of a PDF document that was previously saved Incrementally.
rotate(double) - Method in class com.datalogics.PDFL.Element
Rotate an element by T degrees counterclockwise units using the matrix [ cos T sin T -sin T cos T 0 0 ].
rotate(double) - Method in class com.datalogics.PDFL.Image
Rotate an image on (angle) degree using the matrix [cos(a), sin(a), -sin(a), cos(a), 0, 0].
rotate(double) - Method in class com.datalogics.PDFL.Matrix
Rotate a matrix by T degrees counterclockwise units.

S

save(EnumSet<SaveFlags>, ImageOutputStream) - Method in class com.datalogics.PDFL.Document
Saves a Document to a javax.imageio.stream.ImageOutputStream.
save(EnumSet<SaveFlags>, ImageOutputStream, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.Document
 
save(EnumSet<SaveFlags>, String) - Method in class com.datalogics.PDFL.Document
Saves a document to disk.
save(EnumSet<SaveFlags>, String, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.Document
Saves a document to disk.
save(EnumSet<SaveFlags>) - Method in class com.datalogics.PDFL.Document
Saves a document to disk.
save(EnumSet<SaveFlags>, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.Document
Saves a document to disk.
save(EnumSet<SaveFlags>, JavaStreamFile, ProgressMonitor, CancelProc) - Method in class com.datalogics.PDFL.Document
 
save(EnumSet<SaveFlags>, JavaStreamFile) - Method in class com.datalogics.PDFL.Document
 
save(String, ImageType, ImageSaveParams) - Method in class com.datalogics.PDFL.Image
Save an image into a particular file format with the given parameters for saving.
save(String, ImageType) - Method in class com.datalogics.PDFL.Image
Save an image into a particular file format with default parameters for saving.
save(String, ImageType) - Method in class com.datalogics.PDFL.ImageCollection
Save the images in the collection to the specified file and image type.
save(String, ImageType, ImageSaveParams) - Method in class com.datalogics.PDFL.ImageCollection
Save the images in the collection to the specified file and image type.
save(String) - Method in class com.datalogics.PDFL.RolledBackDocument
Saves the Rolled back document instance using the specified path to disk.
SaveFlags - Enum in com.datalogics.PDFL
 
saveToFile(String) - Method in class com.datalogics.PDFL.FileAttachment
Allows to save attachment to the specified file.
saveToStream(ImageOutputStream) - Method in class com.datalogics.PDFL.FileAttachment
Saves a FileAttachment to a javax.imageio.stream.ImageInputStream.
scale(double, double) - Method in class com.datalogics.PDFL.Element
Scale an element by (sx,sy) units using the matrix [ sx 0 0 sy 0 0 ].
scale(double, double) - Method in class com.datalogics.PDFL.Matrix
Scale a matrix by (sx,sy) units.
SchemaFieldSubtype - Enum in com.datalogics.PDFL
 
secure(EnumSet<PermissionFlags>, String, String) - Method in class com.datalogics.PDFL.Document
Secure the PDF document securely with password(s).
secure(EnumSet<PermissionFlags>, String, String, EncryptionType) - Method in class com.datalogics.PDFL.Document
Secure the PDF document securely with password(s).
secure(EnumSet<PermissionFlags>, String, String, EncryptionType, boolean) - Method in class com.datalogics.PDFL.Document
Secure the PDF document securely with password(s).
Segment - Class in com.datalogics.PDFL
Represents a segment, or a single line, within a path.
SeparationColorSpace - Class in com.datalogics.PDFL
Defines the use of additional named colorants in a PDF document.
SeparationColorSpace(String, ColorSpace, Function) - Constructor for class com.datalogics.PDFL.SeparationColorSpace
Create a separation color space.
SeparationColorSpace(Page, Ink) - Constructor for class com.datalogics.PDFL.SeparationColorSpace
Create a separation color space from page's Ink.
SeparationFontOptions - Enum in com.datalogics.PDFL
 
SeparationParams - Class in com.datalogics.PDFL
Holds parameters for making color separations. Used with PostScript.
SeparationParams(List<SeparationPlate>) - Constructor for class com.datalogics.PDFL.SeparationParams
Set up default parameters for making separations.
SeparationPlate - Class in com.datalogics.PDFL
Represents a plate for making print separations. Used with PostScript.
SeparationPlate(Ink, OutputStream) - Constructor for class com.datalogics.PDFL.SeparationPlate
General constructor
SeparationPreviewOptions - Enum in com.datalogics.PDFL
 
setA(double) - Method in class com.datalogics.PDFL.Matrix
 
setAbortIfXFAIsPresent(boolean) - Method in class com.datalogics.PDFL.PDFAConvertParams
The presence of XFA can result in some loss of data in output PDF/A-1 file as the PDFProcessor does not support XFA.
setAbortIfXFAIsPresent(boolean) - Method in class com.datalogics.PDFL.PDFXConvertParams
Presence of XFA can result in some loss of data in output PDF/X file as PDFProcessor do not support XFA.
setAction(Action) - Method in class com.datalogics.PDFL.Bookmark
Set the Action for a bookmark.
setAction(ColorConvertActionType) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setAction(Action) - Method in class com.datalogics.PDFL.LinkAnnotation
The Action object for this link.
setAlias(String) - Method in class com.datalogics.PDFL.Ink
Another name for this colorant.
setAlias(String) - Method in class com.datalogics.PDFL.SeparationPlate
Another name for this colorant.
setAlign(HorizontalAlignment) - Method in class com.datalogics.PDFL.Redaction
Sets the horizontal alignment for the redaction text.
setAllowLossyCompression(boolean) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setAllowOpeningXFA(boolean) - Method in class com.datalogics.PDFL.Library
Allow opening PDF files that contain XFA forms.
setAllowRelaxedSyntax(boolean) - Method in class com.datalogics.PDFL.Library
Ignore minor parsing errors while opening PDF files. By default, exceptions are raised when such errors occur.
setAlphaIsShape(boolean) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies if the alpha is to be interpreted as a shape or opacity mask.
setAlternate(ColorSpace) - Method in class com.datalogics.PDFL.ICCBasedColorSpace
An alternate color space to be used in case the one specified in the stream data is not supported (for example, by applications designed for earlier versions of PDF).
setAngle(double) - Method in class com.datalogics.PDFL.Ink
The angle for this ink.
setAngle(double) - Method in class com.datalogics.PDFL.SeparationPlate
The angle for this ink.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.Annotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.CircleAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.FreeTextAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.InkAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.LineAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.LinkAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.PolygonAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.PolyLineAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.Redaction
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.SquareAnnotation
Removes features not supported in the supplied version number.
setAnnotationFeatureLevel(double) - Method in class com.datalogics.PDFL.TextMarkupAnnotation
Removes features not supported in the supplied version number.
setAntiAlias(boolean) - Method in class com.datalogics.PDFL.ShadingPattern
A flag indicating whether to filter the shading function to prevent aliasing artifacts.
setApplyAutoStroke(boolean) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies whether stroke adjustment is enabled in the graphics state.
setApplyOCGPrintOverrides(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setApplyOCGPrintOverrides(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, apply print-specific visibility state settings from the optional content group.
setApplyOverprintForOtherThanStroking(boolean) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies if overprint is enabled for operations other than stroking.
setApplyOverprintForStroking(boolean) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies if overprint is enabled for stroke operations.
setArtBox(Rect) - Method in class com.datalogics.PDFL.Page
Set the page's ArtBox.
setAuthor(String) - Method in class com.datalogics.PDFL.Document
The author of the PDF document.
setB(double) - Method in class com.datalogics.PDFL.Matrix
 
setBackgroundColor(Color) - Method in class com.datalogics.PDFL.ShadingPattern
The background color of the shading pattern.
setBaseState(OptionalContentBaseState) - Method in class com.datalogics.PDFL.OptionalContentConfig
Set the base state for this OptionalContentConfig.
setBaseURI(String) - Method in class com.datalogics.PDFL.Document
The Base URI of the PDF document.
setBinaryChannelAvailable(boolean) - Method in class com.datalogics.PDFL.SeparationParams
True if a binary channel to the printer is supported, false otherwise.
setBinaryOK(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setBinaryOK(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets whether to enable Binary datam, 1 turns it on and 0 turns it off.
setBitmapResolution(long) - Method in class com.datalogics.PDFL.PrintParams
 
setBlackGeneration(Function) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the black generation function.
setBlackPointCompensation(boolean) - Method in class com.datalogics.PDFL.PageImageParams
 
setBleedBox(Rect) - Method in class com.datalogics.PDFL.Page
Set the page's BleedBox.
setBlendMode(BlendMode) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the blend mode for the color composites for each object painted.
setBorderColor(Color) - Method in class com.datalogics.PDFL.Redaction
Set the color used as the "normal" border.
setBorderStyle(String) - Method in class com.datalogics.PDFL.CircleAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.InkAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.LineAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.LinkAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.PolygonAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
setBorderStyle(String) - Method in class com.datalogics.PDFL.SquareAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.CircleAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.InkAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.LineAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.LinkAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.PolygonAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
setBorderStyleDashPattern(List<Double>) - Method in class com.datalogics.PDFL.SquareAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.CircleAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.FreeTextAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.InkAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.LineAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.LinkAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.PolygonAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
setBorderStyleWidth(double) - Method in class com.datalogics.PDFL.SquareAnnotation
 
setBottom(double) - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the lower left corner of the rectangle.
setBoundingBox(Rect) - Method in class com.datalogics.PDFL.PrintParams
 
setBoundingBox(Rect) - Method in class com.datalogics.PDFL.ShadingPattern
The bounding box of the shading.
setBrokenCRDs(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setBypassCopyPerm(boolean) - Method in class com.datalogics.PDFL.DrawParams
Bypass copy permissions.
setBypassCopyPerm(boolean) - Method in class com.datalogics.PDFL.PageImageParams
 
setC(double) - Method in class com.datalogics.PDFL.Matrix
 
setC0(List<Double>) - Method in class com.datalogics.PDFL.ExponentialFunction
The values for the function when the input is 0.0.
setC1(List<Double>) - Method in class com.datalogics.PDFL.ExponentialFunction
The values for the function when the input is 1.0.
setCalibrateDeviceSpacesWhenPrinting(boolean) - Method in class com.datalogics.PDFL.PageImageParams
 
setCancelProc(CancelProc) - Method in class com.datalogics.PDFL.DrawParams
Set the cancel callback.
setCandidateFontNames(List<String>) - Method in class com.datalogics.PDFL.OCRParams
The names of candidate fonts for placing text under an image.
setCenterCropBox(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setCharacterSpacing(double) - Method in class com.datalogics.PDFL.TextState
The current character spacing (corresponding to the Tc operator), in unscaled text space units.
setClip(Clip) - Method in class com.datalogics.PDFL.Element
Sets the current Clip for an Element.
setClipComplexRegions(boolean) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, ensure that boundaries between vector and rasterized artwork fall along object paths.
setCollate(boolean) - Method in class com.datalogics.PDFL.PrintUserParams
Collate property.
setCollectionItemNumber(CollectionSchemaField, float) - Method in class com.datalogics.PDFL.FileAttachment
SetCollectionItemNumber allows to add key to the collection item dictionary.
setCollectionItemString(CollectionSchemaField, String) - Method in class com.datalogics.PDFL.FileAttachment
SetCollectionItemString allows to add key to the collection item dictionary.
setColor(Color) - Method in class com.datalogics.PDFL.Annotation
The color of the annotation.
setColor(Color) - Method in class com.datalogics.PDFL.Bookmark
Set the color of the bookmark.
setColor(Color) - Method in class com.datalogics.PDFL.FreeTextAnnotation
Deprecated.
setColor(Color) - Method in class com.datalogics.PDFL.WatermarkTextParams
The color to be used when generating a text-based watermark.
setColorantName(String) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setColorantName(String) - Method in class com.datalogics.PDFL.Ink
The name of the colorant from the Separation or DeviceN color space, or the process color name.
setColorantName(String) - Method in class com.datalogics.PDFL.SeparationPlate
The name of the colorant from the Separation or DeviceN color space, or the process color name.
setColorCompressionScheme(FlattenerColorCompression) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened color images.
setColorConvActions(List<ColorConvertActions>) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setColorImageQuality(FlattenerQualitySetting) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Quality Setting for Flattened JPEG and JPEG2000 colored Images.
setColorSpace(ColorSpace) - Method in class com.datalogics.PDFL.DrawParams
The color space in which the bitmap data is represented.
setColorSpace(ColorSpace) - Method in class com.datalogics.PDFL.ShadingPattern
The color space of a shading pattern.
setCommand(String) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Optional command line arguments on Unix.
setCompression(CompressionCode) - Method in class com.datalogics.PDFL.Image
Set a Compression scheme for the image data.
setCompression(CompressionCode) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setCompressionQuality(CompressImageType, CompressQuality) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Compression Quality for a given color model.
setConfigurationParameters(Map<String, String>) - Method in class com.datalogics.PDFL.OCRParams
Set the configuration parameters.
setContent(Content) - Method in class com.datalogics.PDFL.Container
Set the content of a container.
setContent(Content) - Method in class com.datalogics.PDFL.Form
The Content contained in the form.
setContent(Content) - Method in class com.datalogics.PDFL.Group
Set the content of a Group.
setContents(String) - Method in class com.datalogics.PDFL.Annotation
The text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
setConvertIntent(RenderIntent) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setConvertProfile(ColorProfile) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setConvertProfilePath(String) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setConvertStrokesToOutlines(boolean) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, convert strokes to outlines.
setConvertToProcessUsingOPP(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, use the overprint preview (OPP) for converting to process, which better simulates what would happen if the spot ink were really used.
setConvertTrueTypeToType42(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, send TrueType fonts as TrueType fonts (level 3 and most level 2 PS printers).
setCoords(List<Point>) - Method in class com.datalogics.PDFL.AxialShadingPattern
The coordinates of the two endpoints of the axial shading.
setCreator(String) - Method in class com.datalogics.PDFL.Document
The creator of the PDF document.
setCropBox(Rect) - Method in class com.datalogics.PDFL.Page
Set the page's CropBox.
setCurrentValue(int) - Method in class com.datalogics.PDFL.ProgressMonitor
Sets the current value of the progress monitor and updates the display.
setD(double) - Method in class com.datalogics.PDFL.Matrix
 
setDashPattern(List<Double>) - Method in class com.datalogics.PDFL.GraphicState
The line DashPattern controls the pattern of dashes and gaps used to stroke paths.
SetData(InputStream, PDFDict, PDFArray) - Method in class com.datalogics.PDFL.PDFStream
Replace the data in this PDFStream
setDefaultAppearance(String) - Method in class com.datalogics.PDFL.FreeTextAnnotation
The default appearance string to be used in formatting the text.
setDefaultCMYK(ColorProfile) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setDefaultColorSpace(String, ColorSpace) - Method in class com.datalogics.PDFL.Content
Set a default color space from a Content object.
setDefaultGray(ColorProfile) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setDefaultRGB(ColorProfile) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setDefaultTempPath(String) - Method in class com.datalogics.PDFL.Library
Sets the default temporary path to the directory indicated by the specified path name.
setDefaultTempStore(TempStoreType) - Method in class com.datalogics.PDFL.Library
Allows to switch between different types of temporary storages.
setDefaultTempStoreMemLimit(int) - Method in class com.datalogics.PDFL.Library
Sets memory limit for Memory storage type.
setDeleteOnClose(boolean) - Method in class com.datalogics.PDFL.Document
The document is based on a temporary file that must be deleted when the document is closed or saved.
setDensity(double) - Method in class com.datalogics.PDFL.Ink
The density for this ink.
setDensity(double) - Method in class com.datalogics.PDFL.SeparationPlate
The density for this ink.
setDestination(ViewDestination) - Method in class com.datalogics.PDFL.GoToAction
The Destination for this action
setDestination(ViewDestination) - Method in class com.datalogics.PDFL.LinkAnnotation
The Destination for this link.
setDestinationProfileString(String) - Method in class com.datalogics.PDFL.SeparationParams
The profile description of a valid CMYK profile, such as the strings seen in the color management preferences in a PDF Viewr (for example, "U.S.
setDestRect(Rect) - Method in class com.datalogics.PDFL.DrawParams
The rectangle of the bitmap.
setDestRect(Rect) - Method in class com.datalogics.PDFL.RemoteDestination
Set the rectangle for the destination.
setDestRect(Rect) - Method in class com.datalogics.PDFL.ViewDestination
Set the destination rectangle of the view.
setDeviceName(String) - Method in class com.datalogics.PDFL.PrintUserParams
 
setDisableAlphaChannelGeneration(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setDisableCharReordering(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables reconstructing the character orders, and the word finding algorithm is applied to the characters in the drawing order.
setDisableFlattening(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setDisableTaggedPDF(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables tagged PDF support and treats the document as non-tagged PDF.
setDomain(List<Double>) - Method in class com.datalogics.PDFL.AxialShadingPattern
A array of two numbers that specify the limiting values of the parametric variable t.
setDomain(List<Double>) - Method in class com.datalogics.PDFL.Function
The domain of the function.
setDomain(List<Double>) - Method in class com.datalogics.PDFL.NamedFunction
The domain of the function.
setDoOPP(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setDoOPP(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the OverPrint Preview setting, 1 uses it, 0 does not.
setDoProofing(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setDoTiling(PageTilingMode) - Method in class com.datalogics.PDFL.PrintParams
 
setDrawBorder(boolean) - Method in class com.datalogics.PDFL.Redaction
Set Draw Border option
setDrawOptionalContent(OptionalContentDrawingPolicy) - Method in class com.datalogics.PDFL.OptionalContentContext
Sets the drawing policy for the optional content in this optional content context.
setDriverName(String) - Method in class com.datalogics.PDFL.PrintUserParams
 
setDuplex(Duplex) - Method in class com.datalogics.PDFL.PrintParams
 
setDuration(int) - Method in class com.datalogics.PDFL.ProgressMonitor
Sets the value that corresponds to a full progress monitor display.
setEditable(boolean) - Method in class com.datalogics.PDFL.CollectionSchemaField
SetEditable allows to change edit mode for shema field. Its value false by default.
setEmbedColorProfile(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setEmitAnnotations(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, emit annotations.
setEmitBG(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitColorSeps(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitDeviceExtGState(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitFlatness(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitFontOption(SeparationFontOptions) - Method in class com.datalogics.PDFL.SeparationParams
Font output options.
setEmitHalftones(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitHalftones(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Emit half-tones setting, 1 turns it on, 0 turns it off.
setEmitHalftones(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, emit halftones.
setEmitInRipSeps(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitPageClip(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitPageRotation(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitPS(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitRawData(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitSeparableImagesOnly(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitSeparableImagesOnly(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, emit separable images only.
setEmitToFile(boolean) - Method in class com.datalogics.PDFL.PrintUserParams
Sets whether a Postscript file is created.
setEmitToPrinter(boolean) - Method in class com.datalogics.PDFL.PrintUserParams
Sets whether to Output the PDF document to a Postscript Printer.
setEmitTransfer(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitTransferFunctions(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, emit transfer functions.
setEmitTTFontsFirst(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEmitUCR(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setEnableBlackPointCompensation(boolean) - Method in class com.datalogics.PDFL.DrawParams
Enable/disable black point compensation.
setEnableImagePreprocessing(boolean) - Method in class com.datalogics.PDFL.OCRParams
Enable all image preprocessing, default enabled. Note that once the OCREngine is initialized, this setting is permanent.
setEnableThinLineHeuristics(boolean) - Method in class com.datalogics.PDFL.DrawParams
Enable/disable thin line adjustments when drawing rectangles
setEndPage(int) - Method in class com.datalogics.PDFL.PageRange
The ending page number.
setEndPage(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the page on which to finish printing, using zero-based nubmering.
setEndPoint(Point) - Method in class com.datalogics.PDFL.LineAnnotation
The ending coordinate of the line, in user space.
setEndPointEndingStyle(LineEndingStyle) - Method in class com.datalogics.PDFL.LineAnnotation
 
setEndPointEndingStyle(LineEndingStyle) - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
setEngine(String) - Method in class com.datalogics.PDFL.OCRParams
The engine in use.
setEPSOutput(OutputStream) - Method in class com.datalogics.PDFL.SeparationPlate
The java.io.OutputStream that will receive EPS output for this SeparationPlate.
setExpandToFit(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setExtend(List<Boolean>) - Method in class com.datalogics.PDFL.AxialShadingPattern
An array of two boolean values indicating whether to extend the shading beyond the starting and ending points of the axis, respectively.
setExtendedGraphicState(ExtendedGraphicState) - Method in class com.datalogics.PDFL.GraphicState
The ExtendedGraphicState, which can contain additional graphic state parameters.
setExternalDPI(int) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Resolution for flattening edges of atomic regions.
setFarEastFontOpt(FarEastFont) - Method in class com.datalogics.PDFL.PrintParams
 
setFarEastFontOpt(FarEastFont) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Far East Font setting.
setFileSpecification(FileSpecification) - Method in class com.datalogics.PDFL.LaunchAction
The FileSpecification for this action.
setFileSpecification(FileSpecification) - Method in class com.datalogics.PDFL.RemoteGoToAction
The FileSpecification for this action.
setFillColor(Color) - Method in class com.datalogics.PDFL.GraphicState
The fill color of the GraphicState.
setFillColor(Color, double) - Method in class com.datalogics.PDFL.Redaction
Set the color used to fill the "normal" appearance.
setFillNormal(boolean) - Method in class com.datalogics.PDFL.Redaction
Set Fill Normal Appearance option
setFillRedacted(boolean) - Method in class com.datalogics.PDFL.Redaction
Set Fill Redacted Appearance option
setFirstNumberInRange(int) - Method in class com.datalogics.PDFL.PageLabel
The first number used in the page label range
setFitType(String) - Method in class com.datalogics.PDFL.RemoteDestination
Set the fit type for the destination.
setFitType(String) - Method in class com.datalogics.PDFL.ViewDestination
Set the fit type for the view
setFixedPrint(boolean) - Method in class com.datalogics.PDFL.WatermarkParams
 
setFlags(EnumSet<AnnotationFlags>) - Method in class com.datalogics.PDFL.Annotation
The flags for the annotation.
setFlags(EnumSet<BookmarkFlags>) - Method in class com.datalogics.PDFL.Bookmark
Set the flags for the bookmark to the parameter values.
setFlags(EnumSet<DrawFlags>) - Method in class com.datalogics.PDFL.DrawParams
Drawing flags.
setFlattenInfoExternalDPI(float) - Method in class com.datalogics.PDFL.PrintParams
Set the resolution for flattening the edges of atomic regions.
setFont(Font) - Method in class com.datalogics.PDFL.TextRun
The font of this TextRun.
setFont(Font) - Method in class com.datalogics.PDFL.WatermarkTextParams
The Font to be used when generating a text-based watermark.
setFontFace(String) - Method in class com.datalogics.PDFL.FreeTextAnnotation
Set Font face for the text
setFontFace(String) - Method in class com.datalogics.PDFL.Redaction
Set Font face for the text
setFontSize(double) - Method in class com.datalogics.PDFL.FreeTextAnnotation
Set font size for text
setFontSize(double) - Method in class com.datalogics.PDFL.Redaction
Set font size for text
setFontSize(double) - Method in class com.datalogics.PDFL.TextState
The current font size (corresponding to the Tf operator).
setFontSize(float) - Method in class com.datalogics.PDFL.WatermarkTextParams
 
setFrequency(double) - Method in class com.datalogics.PDFL.Ink
The frequency for this ink.
setFrequency(double) - Method in class com.datalogics.PDFL.SeparationPlate
The frequency for this ink.
setFunction(List<Function>) - Method in class com.datalogics.PDFL.AxialShadingPattern
One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.
setGradientResolution(long) - Method in class com.datalogics.PDFL.PrintParams
 
setGraphicState(GraphicState) - Method in class com.datalogics.PDFL.Form
Set the Graphic State of this Form.
setGraphicState(GraphicState) - Method in class com.datalogics.PDFL.Image
Set the Graphic State of the current element.
setGraphicState(GraphicState) - Method in class com.datalogics.PDFL.Path
Set the Graphic State of the current path.
setGraphicState(GraphicState) - Method in class com.datalogics.PDFL.TextRun
Set the Graphic State of the text run.
setGrayCompressionScheme(FlattenerGrayCompression) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened gray images.
setGrayImageQuality(FlattenerQualitySetting) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Quality Setting for Flattened JPEG and JPEG2000 gray Images.
setH(double) - Method in class com.datalogics.PDFL.Matrix
 
setH(double) - Method in class com.datalogics.PDFL.Point
The horizontal coordinate of the point.
setHalftoneGrayImages(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setHeight(double) - Method in class com.datalogics.PDFL.RectSegment
The height of the rectangle.
setHighlight(HighlightStyle) - Method in class com.datalogics.PDFL.LinkAnnotation
The Highlighstyle for this link.
setHorizAlign(HorizontalAlignment) - Method in class com.datalogics.PDFL.WatermarkParams
The horizontal alignment to be used when adding the watermark to a page.
setHorizontalResolution(double) - Method in class com.datalogics.PDFL.PageImageParams
 
setHorizValue(float) - Method in class com.datalogics.PDFL.WatermarkParams
 
setHostBasedCM(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setHScale(double) - Method in class com.datalogics.PDFL.TextState
The current horizontal scaling (corresponding to the Tz operator), as a percentage of the normal glyph width.
setICCProfile(ColorProfile) - Method in class com.datalogics.PDFL.DrawParams
Sets the ICC Profile of the colorspace to be used for rendering to a known value.
setICCProfile(ColorProfile) - Method in class com.datalogics.PDFL.PageImageParams
Sets the ICC Profile of the colorspace to be used for rendering to a known value.
setICCProfileCustomPath(String) - Method in class com.datalogics.PDFL.DrawParams
Sets the ICC Profile of the colorspace to be used for rendering from a custom file path.
setICCProfileCustomPath(String) - Method in class com.datalogics.PDFL.PageImageParams
Sets the ICC Profile of the colorspace to be used for rendering from a custom file path.
setIgnoreCharGaps(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables converting large character gaps to space characters, so that the word finder reports a character space only when a space character appears in the original PDF content.
setIgnoreFontErrors(boolean) - Method in class com.datalogics.PDFL.PDFAConvertParams
If we encounter any errors like unembeddable fonts etc.
setIgnoreLineGaps(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables treating vertical movements as line breaks, so that the word finder determines a line break only when a line break character or special tag information appears in the original PDF content.
setImageColorSpace(ColorSpace) - Method in class com.datalogics.PDFL.PageImageParams
 
setIncBaseFonts(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncCIDFonts(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncEmbeddedFonts(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncOtherResources(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncProcsets(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncTrueTypeFonts(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIncType1Fonts(Inclusion) - Method in class com.datalogics.PDFL.PrintParams
 
setIndex(int) - Method in class com.datalogics.PDFL.CollectionSchemaField
SetIndex allows to set field index.
setInFileName(String) - Method in class com.datalogics.PDFL.PrintUserParams
 
setInfo(String, String) - Method in class com.datalogics.PDFL.Document
Sets metadata information in a PDF document.
setInkAlias(String) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setInkBlack(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setInkType(InkTypes) - Method in class com.datalogics.PDFL.Ink
The ink type of this ink for trapping.
setInkType(InkTypes) - Method in class com.datalogics.PDFL.SeparationPlate
The ink type of this ink for trapping.
setIntent(String) - Method in class com.datalogics.PDFL.Image
SetIntent allows to set color rendering intent for the image.
setIntent(List<String>) - Method in class com.datalogics.PDFL.OptionalContentConfig
Sets the intent list for an OptionalContentConfig.
setIntent(List<String>) - Method in class com.datalogics.PDFL.OptionalContentGroup
Sets the intent list for an optional-content group.
setIntentCMYK(RenderIntent) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setIntentGray(RenderIntent) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setIntentRGB(RenderIntent) - Method in class com.datalogics.PDFL.ColorConvertParams
 
setIntentToMatch(RenderIntent) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setInteriorColor(Color) - Method in class com.datalogics.PDFL.Annotation
The interior color with which to fill the annotation's line endings.
setInternalColor(Color) - Method in class com.datalogics.PDFL.Redaction
Set the color used as the replacement background.
setInternalDPI(int) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
Resolution for flattening the interior of an atomic region.
setInvertPlates(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, invert the plates.
setIsEmbedded(boolean) - Method in class com.datalogics.PDFL.Document
The document is embedded in a compound document (OLE, OpenDoc).
setIsInkAction(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setIsMap(boolean) - Method in class com.datalogics.PDFL.URIAction
The IsMap property include mouse coordinates with URI.
setIsOptimized(boolean) - Method in class com.datalogics.PDFL.Document
The document is optimized.
setIsProcessColor(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setIsProcessColor(boolean) - Method in class com.datalogics.PDFL.Ink
True if this is a process color, false if this is a spot color.
setJPEGQuality(int) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setKeywords(String) - Method in class com.datalogics.PDFL.Document
The keywords of the PDF document.
setLanguage(Language) - Method in class com.datalogics.PDFL.LanguageSetting
The language being specified.
setLanguages(List<LanguageSetting>) - Method in class com.datalogics.PDFL.OCRParams
The list of languages to use.
setLastHeight(int) - Method in class com.datalogics.PDFL.PrintParams
 
setLastWidth(int) - Method in class com.datalogics.PDFL.PrintParams
 
setLeft(double) - Method in class com.datalogics.PDFL.Rect
the X coordinate of the lower left corner of the rectangle.
setLicenseKey(String) - Static method in class com.datalogics.PDFL.Library
A string containing a license, as an alternative to using a license file.
setLineCap(LineCap) - Method in class com.datalogics.PDFL.GraphicState
The line cap used by the current GraphicState.
setLineFlatness(double) - Method in class com.datalogics.PDFL.GraphicState
The line flatness corresponding to the i operator. Default is 1.0.
setLineJoin(LineJoin) - Method in class com.datalogics.PDFL.GraphicState
The line join style to be used by the current GraphicState.
setLineWidth(float) - Method in class com.datalogics.PDFL.PrintParams
 
setLLx(double) - Method in class com.datalogics.PDFL.Rect
the X coordinate of the lower left corner of the rectangle.
setLLy(double) - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the lower left corner of the rectangle.
setLogFileName(String) - Method in class com.datalogics.PDFL.LogParams
Sets file name to write the log to.
setLogFormat(String) - Method in class com.datalogics.PDFL.LogParams
Sets log format string. The string which allows to write the log in a custom format.
setLogOutputFlags(EnumSet<LogOutputFlags>) - Method in class com.datalogics.PDFL.LogParams
Sets LogOutputFlags. Allows to specify where to put DLE's log.
setLogParams(LogParams) - Method in class com.datalogics.PDFL.Library
Sets LogParams object with preferences for logging.
setMacQDPrinter(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setMajorVersion(short) - Method in class com.datalogics.PDFL.Document
The major PDF version number of the document.
setMajorVersion(int) - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
setMajorVersion(short) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Major Version for the optimized document.
setMarkedContentTag(String) - Method in class com.datalogics.PDFL.Container
The container's Marked Content Tag.
setMarkStyle(int) - Method in class com.datalogics.PDFL.PrintParams
 
setMatrix(Matrix) - Method in class com.datalogics.PDFL.DrawParams
A pointer to the matrix to concatenate onto the default page matrix.
setMatrix(Matrix) - Method in class com.datalogics.PDFL.Element
Set the transformation matrix for the element.
setMaxFontSizeMatch(double) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setMaxPageFlatteningTime(int) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The maximum allowed time that will be spent flattening a single page.
setMaxResolution(CompressImageType, int) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Max DPI for a given color model.
setMediaBox(Rect) - Method in class com.datalogics.PDFL.Page
Set the page's MediaBox.
setMinFontSizeMatch(double) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setMinorVersion(short) - Method in class com.datalogics.PDFL.Document
The minor PDF version number of the document.
setMinorVersion(int) - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
setMinorVersion(short) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Minor Version for the optimized document.
setMirrorprint(int) - Method in class com.datalogics.PDFL.PrintParams
 
setMirrorPrint(MirrorOptions) - Method in class com.datalogics.PDFL.SeparationParams
Options for mirroring.
setMiterLimit(double) - Method in class com.datalogics.PDFL.GraphicState
The miter limit corresponding to the M operator. Default is 10.0.
setMonochromeThreshold(short) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setMonoCompressionScheme(FlattenerMonoCompression) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The compression scheme used for flattened monochrome images.
setMustMatchAllAttrs(ColorConvertObjAttrs) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setMustMatchAllCSAttrs(ColorConvertCSpaceType) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setMustMatchAnyAttrs(ColorConvertObjAttrs) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setMustMatchAnyCSAttrs(ColorConvertCSpaceType) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setN(double) - Method in class com.datalogics.PDFL.ExponentialFunction
The exponential factor N.
setName(String) - Method in class com.datalogics.PDFL.CollectionSchemaField
SetName allows to change field name.
setName(String) - Method in class com.datalogics.PDFL.OptionalContentConfig
Set the name of the optional content group
setName(String) - Method in class com.datalogics.PDFL.OptionalContentGroup
Set the name of the optional content group
setNCopies(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the number of copies to print.
setNeedsSave(boolean) - Method in class com.datalogics.PDFL.Document
The document has been modified and needs to be saved.
setNegative(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setNewWindow(boolean) - Method in class com.datalogics.PDFL.LaunchAction
A flag specifying whether to open the destination document in a new window.
setNewWindow(boolean) - Method in class com.datalogics.PDFL.RemoteGoToAction
A flag specifying whether to open the destination document in a new window.
setNoAnnots(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables extracting text from text annotations.
setNoEncodingGuess(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables guessing encoding of fonts that have unknown or custom encoding when there is no ToUnicode table.
setNoExtCharOffset(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating extended character offset information to improve text extraction performance.
setNoHyphenDetection(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables finding and removing soft hyphens in non-tagged PDF, so that the word finder trusts hard hyphens as non-soft hyphens.
setNoLigatureExp(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables the expansion of ligatures using the default ligatures.
setNormalAppearance(Form) - Method in class com.datalogics.PDFL.Annotation
 
setNoSkewedQuads(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables the creation of a quad per character for skewed words, words with a horizontally-aligned, but non-rectangular, bounding region.
setNoStyleInfo(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating character style information to improve text extraction performance and memory efficiency.
setNote(String) - Method in class com.datalogics.PDFL.Redaction
Set the text string to be used as the Popup Contents
setNoTextRenderMode3(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables extracting text with Text Rendering mode Tr = 3 ("Neither fill nor stroke text (invisible).").
setNoValidationErrors(boolean) - Method in class com.datalogics.PDFL.PDFAConvertParams
Permit validation errors to be ignored
setNoXYSort(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables generating an XY-ordered word list.
setNumberStyle(NumberStyle) - Method in class com.datalogics.PDFL.PageLabel
The numbering style for the page label range
setNumCollatedCopies(long) - Method in class com.datalogics.PDFL.PrintParams
 
setObjectCompression(ObjectCompressionType) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Object Compression for the optimized document.
setOCContext(OptionalContentContext) - Method in class com.datalogics.PDFL.SeparationParams
The optional content context to use for visibility state information, or NULL to use the document's current states in the default context.
setOCGStates(List<OptionalContentGroup>, List<Boolean>) - Method in class com.datalogics.PDFL.OptionalContentContext
Sets the ON-OFF states for the given optional-content groups (OCGs) in the given optional-content context.
setOffArray(List<OptionalContentGroup>) - Method in class com.datalogics.PDFL.OptionalContentConfig
Set the list of OptionalContentGroups in the OFF array.
setOnArray(List<OptionalContentGroup>) - Method in class com.datalogics.PDFL.OptionalContentConfig
Set the list of OptionalContentGroups in the ON array.
setOpacity(double) - Method in class com.datalogics.PDFL.Annotation
The optional constant opacity value that shall be used in painting a Markup annotation.
setOpacity(float) - Method in class com.datalogics.PDFL.WatermarkParams
 
setOpacityForOtherThanStroking(double) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the opacity value for other-than-stroke operations.
setOpacityForStroking(double) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the opacity value for stroke operations.
setOpen(boolean) - Method in class com.datalogics.PDFL.Bookmark
Set if the bookmark is open or closed.
setOptimizeForSpeed(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setOption(OptimizerOption, boolean) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value of a single Optimizer option.
setOptionalContentContext(OptionalContentContext) - Method in class com.datalogics.PDFL.DrawParams
The optional-content context to use for visibility state information, or NULL to use the document's current states in the default context.
setOptionalContentContext(OptionalContentContext) - Method in class com.datalogics.PDFL.PrintParams
An optional-content context that determines what contents are visible.
setOptionalContentMembershipDict(OptionalContentMembershipDict) - Method in class com.datalogics.PDFL.Annotation
The OptionalContentMembershipDict property for this Annotation.
setOptionalContentMembershipDict(OptionalContentMembershipDict) - Method in class com.datalogics.PDFL.Container
The OptionalContentMembershipDict property for this Container.
setOptionalContentMembershipDict(OptionalContentMembershipDict) - Method in class com.datalogics.PDFL.Form
The OptionalContentMembershipDict property for this Form.
setOutFileName(String) - Method in class com.datalogics.PDFL.PrintUserParams
 
setOutputType(OutputType) - Method in class com.datalogics.PDFL.PrintParams
 
setOverlayFont(Font) - Method in class com.datalogics.PDFL.Redaction
Set Overlay Text Font
setOverlayText(String) - Method in class com.datalogics.PDFL.Redaction
Set the optional overlay text of the redaction.
setOverprintMode(OverprintMode) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.
setPageDrawFlags(EnumSet<DrawFlags>) - Method in class com.datalogics.PDFL.PageImageParams
 
setPageLabels(List<PageLabel>) - Method in class com.datalogics.PDFL.Document
The list of PageLabel objects used in the document.
setPageMarksToEmit(EnumSet<PageMarkFlags>) - Method in class com.datalogics.PDFL.SeparationParams
The page marks to emit for this plate.
setPageMode(PageMode) - Method in class com.datalogics.PDFL.Document
The PageMode of the PDF document.
setPageNo(int) - Method in class com.datalogics.PDFL.Redaction
Sets the page number where the redaction occurs.
setPageNumber(int) - Method in class com.datalogics.PDFL.RemoteDestination
Set the page number of the destination (page numbers start at 0)
setPageNumber(int) - Method in class com.datalogics.PDFL.ViewDestination
Set the page number of the destination starting at 0
setPagePaperSource(short) - Method in class com.datalogics.PDFL.PageRange
The paper source of a printer device for a particular PageRange.
setPageRanges(List<PageRange>) - Method in class com.datalogics.PDFL.PrintParams
Set the ranges of pages to print.
setPageSegmentationMode(PageSegmentationMode) - Method in class com.datalogics.PDFL.OCRParams
The page segmentation mode.
setPageSpec(PageSpec) - Method in class com.datalogics.PDFL.PageRange
 
setPaintOp(EnumSet<PathPaintOpFlags>) - Method in class com.datalogics.PDFL.Path
Sets the fill and stroke attributes of a path.
setPaperHeight(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Height of paper in points.
setPaperSource(int) - Method in class com.datalogics.PDFL.PrintUserParams
Paper source property.
setPaperWhite(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setPaperWidth(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Width of paper in points.
setPathToSettingsFile(String) - Method in class com.datalogics.PDFL.XPSConvertParams
The path to the .joboptions file to use.
setPDFADocument(Document) - Method in class com.datalogics.PDFL.PDFAConvertResult
Set the PDF/A compliant version of the document.
setPDFASaveFlags(EnumSet<SaveFlags>) - Method in class com.datalogics.PDFL.PDFAConvertResult
Set the SaveFlags that must be used when saving the PDF/A compliant document.
setPDFXDocument(Document) - Method in class com.datalogics.PDFL.PDFXConvertResult
Set the PDF/X compliant version of the document.
setPDFXSaveFlags(EnumSet<SaveFlags>) - Method in class com.datalogics.PDFL.PDFXConvertResult
Set the SaveFlags that must be used when saving the PDF/X compliant document.
setPercentageVals(boolean) - Method in class com.datalogics.PDFL.WatermarkParams
 
setPerformance(Performance) - Method in class com.datalogics.PDFL.OCRParams
The desired engine performance.
setPixelHeight(int) - Method in class com.datalogics.PDFL.PageImageParams
 
setPixelWidth(int) - Method in class com.datalogics.PDFL.PageImageParams
 
setPlates(List<SeparationPlate>) - Method in class com.datalogics.PDFL.SeparationParams
A list of plates to use for separations.
setPoint(Point) - Method in class com.datalogics.PDFL.LineTo
The new current point.
setPoint(Point) - Method in class com.datalogics.PDFL.MoveTo
The new current point.
setPoint(Point) - Method in class com.datalogics.PDFL.RectSegment
The lower left corner of the rectangle.
setPoint1(Point) - Method in class com.datalogics.PDFL.CurveTo
The first control point.
setPoint1(Point) - Method in class com.datalogics.PDFL.CurveToY
The first control point.
setPoint2(Point) - Method in class com.datalogics.PDFL.CurveTo
The second control point.
setPoint2(Point) - Method in class com.datalogics.PDFL.CurveToV
The second control point.
setPoint3(Point) - Method in class com.datalogics.PDFL.CurveTo
The new current point.
setPoint3(Point) - Method in class com.datalogics.PDFL.CurveToV
The new current point.
setPoint3(Point) - Method in class com.datalogics.PDFL.CurveToY
The new current point.
setPortName(String) - Method in class com.datalogics.PDFL.PrintUserParams
 
setPostScriptLevel(int) - Method in class com.datalogics.PDFL.SeparationParams
The PostScript printing level.
setPreciseQuad(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, the bounding box or bounding quad will be set based on actual glyph bounding box.
setPrefix(String) - Method in class com.datalogics.PDFL.PageLabel
The prefix string for the page label range
setPreserveBlack(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setPreserveCMYKPrimaries(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setPreserveOverprint(boolean) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, attempt to preserve overprint.
setPreserveRedundantChars(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables detecting and removing redundant characters.
setPreserveSpaces(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, the word finder preserves space characters during word breaking.
setPreviewOption(SeparationPreviewOptions) - Method in class com.datalogics.PDFL.Ink
How to handle the colorant for a separation preview.
setPreviewOption(SeparationPreviewOptions) - Method in class com.datalogics.PDFL.SeparationPlate
How to handle the colorant for a separation preview.
setPrintAnnots(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the printing annotations setting, 1 turns it on, 0 turns it off.
setPrinterHasFarEastFonts(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, do not include Far East fonts.
setPrintWhat(PrintWhat) - Method in class com.datalogics.PDFL.PrintParams
 
setPrintWhatAnnot(EnumSet<PrintWhatAnnotFlags>) - Method in class com.datalogics.PDFL.PrintParams
 
setProducer(String) - Method in class com.datalogics.PDFL.Document
The producer of the PDF document.
setProfileDesc(String) - Method in class com.datalogics.PDFL.PDFAConvertParams
The Output Intent of a PDF/A document may be any valid CMYK Profile for CMYK Conversion, and any valid RGB profile for RGB conversion.
setProfileDesc(String) - Method in class com.datalogics.PDFL.PDFXConvertParams
The Output Intent of a PDF/X document may be any valid CMYK Profile For PDF/X-1a or any valid CMYK or RGB Profile for PDF/X-3.
setProfileDescription(String) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The Page Level Transparency Blending ColorSpace Profile Description.
setProgressProc(RenderProgressProc) - Method in class com.datalogics.PDFL.DrawParams
Set the progress callback.
setProhibit(boolean) - Method in class com.datalogics.PDFL.LanguageSetting
Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
setPromoteGrayToCMYK(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setPsLevel(int) - Method in class com.datalogics.PDFL.PrintParams
 
setPsLevel(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Postscript level.
setQuadding(HorizontalAlignment) - Method in class com.datalogics.PDFL.FreeTextAnnotation
A code specifiying the form of quadding (justification) to be used in displaying the annotation's text.
setQuads(List<Quad>) - Method in class com.datalogics.PDFL.Redaction
A list of quads to mark.
setQuads(List<Quad>) - Method in class com.datalogics.PDFL.TextMarkupAnnotation
A list of quads to mark.
setQuality(int) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
The percentage of vector information that is to be preserved.
setRaiseExceptionIfNotUsableColor(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setRange(List<Double>) - Method in class com.datalogics.PDFL.Function
The range of the function.
setRange(List<Double>) - Method in class com.datalogics.PDFL.ICCBasedColorSpace
An array of 2 * NumComponents numbers [ min0 max0 min1 max1 ...
setRange(List<Double>) - Method in class com.datalogics.PDFL.NamedFunction
The range of the function.
setRasterizationResolution(int) - Method in class com.datalogics.PDFL.PDFAConvertParams
Permit user to select rasterization resolution When this value is zero, we will rasterize at 72 DPI (Legacy Behaviour).
setRecompressionType(CompressImageType, CompressionType) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the recompression Type for a given color model.
setRect(Rect) - Method in class com.datalogics.PDFL.Annotation
The size and location of the annotation on its page
setReleaseVersion(int) - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
setRemoteDestination(RemoteDestination) - Method in class com.datalogics.PDFL.RemoteGoToAction
The RemoteDestination for this action.
setRemoveAllAnnotations(boolean) - Method in class com.datalogics.PDFL.PDFAConvertParams
Some of the standards like PDF/A prohibit the presence of some types of Annotations and Actions in order to comply with those standards.
setRemoveAllAnnotations(boolean) - Method in class com.datalogics.PDFL.PDFXConvertParams
Some of the standards like PDF/X prohibit the presence of some types of Annotations and Actions in order to comply with those standards.
setRenderIntent(RenderIntent) - Method in class com.datalogics.PDFL.DrawParams
Default rendering intent is RelColorimetric (relative colorimetric).
setRenderIntent(RenderIntent) - Method in class com.datalogics.PDFL.GraphicState
A color rendering intent corresponding to the Intent key in the image dictionary.
setRenderIntent(RenderIntent) - Method in class com.datalogics.PDFL.PageImageParams
 
setRenderMode(TextRenderMode) - Method in class com.datalogics.PDFL.TextState
The current text rendering mode (corresponding to the Tr operator).
setRepeat(boolean) - Method in class com.datalogics.PDFL.Redaction
Set the repeat value
setRequiresFullSave(boolean) - Method in class com.datalogics.PDFL.Document
The document cannot be saved incrementally; when it is saved using Document.Save(), the SaveFlags.Full flag must be specified.
setResampleToResolution(CompressImageType, int) - Method in class com.datalogics.PDFL.PDFOptimizer
Set the value for the Resample To DPI for a given color model.
setResolution(double) - Method in class com.datalogics.PDFL.OCRParams
Each image will use this resolution by default.
setReverse(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setReverse(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets whether to reverses print order, 1 reverses it and 0 does regular order.
setReverseGray(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setRight(double) - Method in class com.datalogics.PDFL.Rect
the X coordinate of the upper right corner of the rectangle.
setRotate(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setRotateAndCenter(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setRotation(PageRotation) - Method in class com.datalogics.PDFL.Page
The number of degrees by which the page is rotated clockwise when displayed or printed.
setRotation(float) - Method in class com.datalogics.PDFL.WatermarkParams
 
setSaveVM(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setScale(float) - Method in class com.datalogics.PDFL.PrintParams
 
setScale(float) - Method in class com.datalogics.PDFL.WatermarkParams
 
setScaleToFit(boolean) - Method in class com.datalogics.PDFL.Redaction
Set the ScaleToFit value
setSegments(List<Segment>) - Method in class com.datalogics.PDFL.Path
Set the segments of the path.
setSetPageSize(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setShowOnPrint(boolean) - Method in class com.datalogics.PDFL.WatermarkParams
 
setShowOnScreen(boolean) - Method in class com.datalogics.PDFL.WatermarkParams
 
setShrinkToFit(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setShrinkToFit(boolean) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Shrink to fit setting, true turns it on, false turns it off.
setSmoothFlags(EnumSet<SmoothFlags>) - Method in class com.datalogics.PDFL.DrawParams
Smoothing flags.
setSmoothing(EnumSet<SmoothFlags>) - Method in class com.datalogics.PDFL.PageImageParams
 
setSmoothnessTolerance(double) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the smoothness tolerance, the quality of smooth shading.
setSoftMask(Image) - Method in class com.datalogics.PDFL.Image
Sets, for this image, the soft mask (also an image).
setSort(List<CollectionSortItem>) - Method in class com.datalogics.PDFL.Collection
SetSort allows to set field/fields to sort by as well as sort order (ascending or descending).
setStartPage(int) - Method in class com.datalogics.PDFL.PageRange
The starting page number.
setStartPage(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the page to start printing with, using zero-based numbering.
setStartPageIndex(int) - Method in class com.datalogics.PDFL.PageLabel
The start index for the page label range
setStartPoint(Point) - Method in class com.datalogics.PDFL.LineAnnotation
The starting coordinate of the line, in user space.
setStartPointEndingStyle(LineEndingStyle) - Method in class com.datalogics.PDFL.LineAnnotation
 
setStartPointEndingStyle(LineEndingStyle) - Method in class com.datalogics.PDFL.PolyLineAnnotation
 
setStartResult(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Spooler ID for StartDoc.
setStateOfOCG(OptionalContentGroup, boolean) - Method in class com.datalogics.PDFL.OptionalContentContext
Sets the ON-OFF state for the given optional content group (OCG) in this optional content context.
setStrokeColor(Color) - Method in class com.datalogics.PDFL.GraphicState
The stroke color of the GraphicState.
setSubject(String) - Method in class com.datalogics.PDFL.Document
The subject of the PDF document.
setSubVersion(int) - Method in class com.datalogics.PDFL.FormsExtensionVersionRec
 
setSuppressCJKSubstitution(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setSuppressCJKSubstitution(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, suppress CJK substitution.
setSuppressCSA(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setSuppressErrors(boolean) - Method in class com.datalogics.PDFL.Document
Do not display errors.
setSuppressOPPWhenNoSpots(int) - Method in class com.datalogics.PDFL.PrintParams
 
setText(String) - Method in class com.datalogics.PDFL.ProgressMonitor
Display a text string in the progress monitor.
setText(String) - Method in class com.datalogics.PDFL.TextRun
The text of this TextRun.
setText(String) - Method in class com.datalogics.PDFL.WatermarkTextParams
The text to be used when generating a text-based watermark.
setTextAlign(HorizontalAlignment) - Method in class com.datalogics.PDFL.WatermarkTextParams
The alignment to be used when justifying a text-based watermark.
setTextColor(Color) - Method in class com.datalogics.PDFL.FreeTextAnnotation
setTextColor(Color) - Method in class com.datalogics.PDFL.Redaction
Set the color used for the overlay text.
setTextKnockout(boolean) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Specifies whether text knockout is enabled in the graphics state.
setTextRise(double) - Method in class com.datalogics.PDFL.TextState
The current text rise (corresponding to the Ts operator), in unscaled text space units.
setThinLineHeuristics(boolean) - Method in class com.datalogics.PDFL.PageImageParams
 
setTIFFBlackIsOne(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setTIFFByteOrder(TIFFByteOrder) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setTIFFCMYKAlpha(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setTitle(String) - Method in class com.datalogics.PDFL.Annotation
The title of the annotation.
setTitle(String) - Method in class com.datalogics.PDFL.Bookmark
The title of the bookmark.
setTitle(String) - Method in class com.datalogics.PDFL.Document
The title of the PDF document.
setTitle(String) - Method in class com.datalogics.PDFL.OptionalContentOrderArray
The title string of this Array.
setTop(double) - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the upper right corner of the rectangle.
setTransferFunction(List<Function>) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the transfer function.
setTransparencyLevel(int) - Method in class com.datalogics.PDFL.SeparationParams
The transparency flattening quality level.
setTransparencyQuality(long) - Method in class com.datalogics.PDFL.PrintParams
 
setTransQuality(int) - Method in class com.datalogics.PDFL.PrintUserParams
Sets the Transparency flattening quality control.
setTrapType(int) - Method in class com.datalogics.PDFL.PrintParams
 
setTrimBox(Rect) - Method in class com.datalogics.PDFL.Page
Set the page's TrimBox.
setTrustNBSpace(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it disables treating non-breaking space characters as regular space characters in non-tagged PDF files, so that the word finder preserves the space without breaking the word.
setTTasCIDT2(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setTTasT42(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUndercolorRemoval(Function) - Method in class com.datalogics.PDFL.ExtendedGraphicState
Sets the undercolor removal function.
setUnknownToStdEnc(boolean) - Method in class com.datalogics.PDFL.WordFinderConfig
When true, it assumes any font with unknown or custom encoding to be Standard Roman.
setUpdateRect(Rect) - Method in class com.datalogics.PDFL.DrawParams
A rectangle represented by the coordinates of its four sides, which specifies the area to draw.
setURI(String) - Method in class com.datalogics.PDFL.URIAction
The URI string for this action.
setURx(double) - Method in class com.datalogics.PDFL.Rect
the X coordinate of the upper right corner of the rectangle.
setURy(double) - Method in class com.datalogics.PDFL.Rect
the Y coordinate of the upper right corner of the rectangle.
setUseBlackPointCompensation(boolean) - Method in class com.datalogics.PDFL.ColorConvertActions
 
setUseCMYKWorkingColorSpace(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, color manage DeviceCMYK.
setUseCustomPaperSize(boolean) - Method in class com.datalogics.PDFL.PrintUserParams
Sets whether to force the use of the paper size provided in the PaperWidth and PaperHeight parameters and not search for best fit size provided by printer.
setUseDeviceNForImageSeparations(boolean) - Method in class com.datalogics.PDFL.PageImageParams
Sets the UseDeviceNForImageSeparations setting, which indicates when GetImageSeparations() is called if a DeviceN colorspace will be used for rasterization. When false, if only Process colorants are provided to GetImageSeparations() then it's rendered using DeviceCMYK. When true, then it's rendered using DeviceN. NOTE: This member is only applicable when calling the GetImageSeparations() method, only when Colorants used are only Process.
setUseExecForm(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUseFontAliasNames(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUseFullResolutionJP2KData(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUseMaxVM(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUserUnit(float) - Method in class com.datalogics.PDFL.Page
Sets the size of default user space units for the page.
setUseSubFileDecode(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setUseTextOutlines(boolean) - Method in class com.datalogics.PDFL.FlattenTransparencyParams
If true, output text outlines instead of native text.
setUseWesternStylePageMarks(boolean) - Method in class com.datalogics.PDFL.SeparationParams
If true, use the western style for page marks.
setV(double) - Method in class com.datalogics.PDFL.Matrix
 
setV(double) - Method in class com.datalogics.PDFL.Point
The vertical coordinate of the point.
setValidateImplementationLimitsOfDocument(boolean) - Method in class com.datalogics.PDFL.PDFAConvertParams
Validate PDF Implementation Limits (as defined in the PDF Specification of the PDF/A target) of the Document.
setVertAlign(VerticalAlignment) - Method in class com.datalogics.PDFL.WatermarkParams
The vertical alignment to be used when adding the watermark to a page.
setVerticalResolution(double) - Method in class com.datalogics.PDFL.PageImageParams
 
setVertices(List<Point>) - Method in class com.datalogics.PDFL.PolygonAnnotation
The vertices that define the polygon annotation, in user space.
setVertices(List<Point>) - Method in class com.datalogics.PDFL.PolyLineAnnotation
The vertices that define the polyline annotation, in user space.
setVertValue(float) - Method in class com.datalogics.PDFL.WatermarkParams
 
setVisible(boolean) - Method in class com.datalogics.PDFL.CollectionSchemaField
SetVisible allows to set field's default visibility. Its value true by default.
setWatermarkDrawOption(WatermarkDrawOption) - Method in class com.datalogics.PDFL.WatermarkParams
The draw option to be used when adding the watermark to a page.
setWesternMarksStyle(boolean) - Method in class com.datalogics.PDFL.PrintParams
 
setWhichMarks(EnumSet<PageMarkFlags>) - Method in class com.datalogics.PDFL.PrintParams
 
setWidth(double) - Method in class com.datalogics.PDFL.GraphicState
The width used for drawing by the current GraphicState.
setWidth(double) - Method in class com.datalogics.PDFL.RectSegment
The width of the rectangle.
setWordSpacing(double) - Method in class com.datalogics.PDFL.TextState
The current word spacing (corresponding to the Tw operator), in unscaled text space units.
setWriteSeparationColorsToTIFF(boolean) - Method in class com.datalogics.PDFL.ImageSaveParams
 
setXMPMetadata(String) - Method in class com.datalogics.PDFL.Document
The XMP metadata associated with a document.
setXMPMetadata(String) - Method in class com.datalogics.PDFL.PDFDict
The XMP metadata associated with this dictionary.
setXMPMetadataArrayItem(String, String, String, int, String) - Method in class com.datalogics.PDFL.Document
Sets the value of an XMP metadata array item, associated with a document, based on an index.
setXMPMetadataProperty(String, String, String, String) - Method in class com.datalogics.PDFL.Document
Sets the value of an XMP metadata property associated with a document.
setZoom(double) - Method in class com.datalogics.PDFL.RemoteDestination
Set the zoom factor for the destination.
setZoom(double) - Method in class com.datalogics.PDFL.ViewDestination
Set the zoom factor for the destination.
setZOrderTop(boolean) - Method in class com.datalogics.PDFL.WatermarkParams
 
Shading - Class in com.datalogics.PDFL
Represents a region shaded with color, as defined by a shading dictionary.
ShadingPattern - Class in com.datalogics.PDFL
A shading pattern consists of a smoothly varying gradient between two colors.
SMALL_FMT - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the small forms tray
SmoothFlags - Enum in com.datalogics.PDFL
 
splitTextRunAtCharacter(int) - Method in class com.datalogics.PDFL.Text
Splits the TextRun containing the character at the specified location into two contiguous TextRuns.
SquareAnnotation - Class in com.datalogics.PDFL
The square annotation allows a user to display a rectangle on a PDF page.
SquareAnnotation(Page, Rect) - Constructor for class com.datalogics.PDFL.SquareAnnotation
Create a new SquareAnnotation at the end of a page's annotation array.
SquareAnnotation(Page, Rect, int) - Constructor for class com.datalogics.PDFL.SquareAnnotation
Create a new SquareAnnotation at a specific index in the page's annotation array.
Style - Class in com.datalogics.PDFL
Provides access to data about fonts, font sizes, and colors used in a word.
StyleTransition - Class in com.datalogics.PDFL
Represents a style change in a word.
swigReleaseOwnership() - Method in class com.datalogics.PDFL.CancelProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.PDFObjectEnumProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.PrintCancelProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.PrintProgressProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.ProgressMonitor
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.RenderProgressProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.ReportProc
 
swigReleaseOwnership() - Method in class com.datalogics.PDFL.WordProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.CancelProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.PDFObjectEnumProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.PrintCancelProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.PrintProgressProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.ProgressMonitor
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.RenderProgressProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.ReportProc
 
swigTakeOwnership() - Method in class com.datalogics.PDFL.WordProc
 

T

TempStoreType - Enum in com.datalogics.PDFL
 
terminate() - Method in class com.datalogics.PDFL.Library
Terminate the library with regard to this handle.
Text - Class in com.datalogics.PDFL
A container that represents a series of text elements and characters.
Text() - Constructor for class com.datalogics.PDFL.Text
 
TextFlags - Enum in com.datalogics.PDFL
 
TextMarkupAnnotation - Class in com.datalogics.PDFL
Annotations that appears as highlighted content when added to a PDF file.
TextRenderMode - Enum in com.datalogics.PDFL
Text rendering mode determines whether text shown will have glyph outlines stroked, filled, used as a clipping path boundary, or feature some combination of those three values.
TextRun - Class in com.datalogics.PDFL
Represents one or more contiguous characters in a text object.
TextRun(String, Font, GraphicState, TextState, Matrix) - Constructor for class com.datalogics.PDFL.TextRun
 
TextState - Class in com.datalogics.PDFL
The text state includes parameters that affect text.
TextState() - Constructor for class com.datalogics.PDFL.TextState
Create a default text state
TIFFByteOrder - Enum in com.datalogics.PDFL
TIFF Byte Order values describing the byte order used within a file.
toRect() - Method in class com.datalogics.PDFL.Quad
Returns a rectangle describing the same area as the quad.
toString() - Method in class com.datalogics.PDFL.Action
 
toString() - Method in class com.datalogics.PDFL.Annotation
 
toString() - Method in class com.datalogics.PDFL.AxialShadingPattern
Return a string representation of the AxialShadingPattern.
toString() - Method in class com.datalogics.PDFL.Bookmark
 
toString() - Method in class com.datalogics.PDFL.Clip
 
toString() - Method in class com.datalogics.PDFL.ClosePath
 
toString() - Method in class com.datalogics.PDFL.Color
a string representing the color.
toString() - Method in class com.datalogics.PDFL.ColorSpace
Convert a colorSpace to a string.
toString() - Method in class com.datalogics.PDFL.Content
 
toString() - Method in class com.datalogics.PDFL.CurveTo
 
toString() - Method in class com.datalogics.PDFL.CurveToV
 
toString() - Method in class com.datalogics.PDFL.CurveToY
 
toString() - Method in class com.datalogics.PDFL.ExponentialFunction
A string value describing the function.
toString() - Method in class com.datalogics.PDFL.FileSpecification
 
toString() - Method in class com.datalogics.PDFL.Function
Convert the function to a displayable string.
toString() - Method in class com.datalogics.PDFL.LineTo
 
toString() - Method in class com.datalogics.PDFL.Matrix
 
toString() - Method in class com.datalogics.PDFL.MoveTo
 
toString() - Method in class com.datalogics.PDFL.NamedFunction
Convert the function to a displayable string.
toString() - Method in class com.datalogics.PDFL.OptionalContentContext
 
toString() - Method in class com.datalogics.PDFL.OptionalContentGroup
 
toString() - Method in class com.datalogics.PDFL.OptionalContentMembershipDict
 
toString() - Method in class com.datalogics.PDFL.PageLabel
 
toString() - Method in class com.datalogics.PDFL.Pattern
Convert a pattern to a string.
toString() - Method in class com.datalogics.PDFL.PDFArray
 
toString() - Method in class com.datalogics.PDFL.PDFBoolean
 
toString() - Method in class com.datalogics.PDFL.PDFDict
 
toString() - Method in class com.datalogics.PDFL.PDFInteger
 
toString() - Method in class com.datalogics.PDFL.PDFName
 
toString() - Method in class com.datalogics.PDFL.PDFObject
 
toString() - Method in class com.datalogics.PDFL.PDFReal
 
toString() - Method in class com.datalogics.PDFL.PDFStream
 
toString() - Method in class com.datalogics.PDFL.PDFString
 
toString() - Method in class com.datalogics.PDFL.Point
 
toString() - Method in class com.datalogics.PDFL.PostScriptCalculatorFunction
A string value describing the function.
toString() - Method in class com.datalogics.PDFL.Quad
Returns a string representation of the quad by calling each point's ToString function.
toString() - Method in class com.datalogics.PDFL.Rect
 
toString() - Method in class com.datalogics.PDFL.RectSegment
 
toString() - Method in class com.datalogics.PDFL.RemoteDestination
 
toString() - Method in class com.datalogics.PDFL.Segment
 
toString() - Method in class com.datalogics.PDFL.ShadingPattern
Convert the shading pattern to a string.
toString() - Method in class com.datalogics.PDFL.Style
Return a string representing the Style's value.
toString() - Method in class com.datalogics.PDFL.StyleTransition
Returns a string representation of the StyleTransition.
toString() - Method in class com.datalogics.PDFL.ViewDestination
 
TRACTOR - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the tractor feed
transform(Matrix) - Method in class com.datalogics.PDFL.Point
Transform the Point Object by the values in the Matrix parameter.
transform(Matrix) - Method in class com.datalogics.PDFL.Quad
Create a new quad from the results of a Transform on each point of the Quad.
transform(Matrix) - Method in class com.datalogics.PDFL.Rect
Transform the coordinates of the rectangle by the given Matrix Object.
translate(double, double) - Method in class com.datalogics.PDFL.Element
Translate an element by (tx,ty) units using the matrix [ 1 0 0 1 tx ty ].
translate(double, double) - Method in class com.datalogics.PDFL.Image
Translate an image by (tx,ty) units using the matrix [ 1 0 0 1 tx ty ].
translate(double, double) - Method in class com.datalogics.PDFL.Matrix
Translate a matrix by (tx,ty) units.

U

UnderlineAnnotation - Class in com.datalogics.PDFL
A type of text markup annotation, for underlining text.
UnderlineAnnotation(Page, List<Quad>) - Constructor for class com.datalogics.PDFL.UnderlineAnnotation
Create a new UnderlineAnnotation at the end of a page's annotation array.
UnderlineAnnotation(Page, int, List<Quad>) - Constructor for class com.datalogics.PDFL.UnderlineAnnotation
Create a new UnderlineAnnotation at a specific index in the page's annotation array.
unlink() - Method in class com.datalogics.PDFL.Bookmark
Unlinks the bookmark from the bookmark tree that contains it and adjusts the tree appropriately.
unsecure() - Method in class com.datalogics.PDFL.Document
Remove security handler from the PDF document.
updateContent() - Method in class com.datalogics.PDFL.Page
Sets the page's Content back into the Page, using the same compression filters with which the content was previously encoded.
updateFromFile(String) - Method in class com.datalogics.PDFL.FileAttachment
Allows to update attachment from another file.
UPPER - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from the upper tray
URIAction - Class in com.datalogics.PDFL
A text string, typically a hyperlink.
URIAction(String, boolean) - Constructor for class com.datalogics.PDFL.URIAction
General constructor
USE_CROP_BOX - Static variable in class com.datalogics.PDFL.PrintUserParams
When paper height and width are initialized to this value the crop box of each individual page will be used to determine the paper size.
USE_MEDIA_BOX - Static variable in class com.datalogics.PDFL.PrintUserParams
When paper height and width are initialized to this value the printed product more closely resembles what comes out of most PDF Viewers.
USE_SYSTEM_DEFAULT - Static variable in class com.datalogics.PDFL.PaperSource
Use the default paper source
useDefaultPrinter(Document) - Method in class com.datalogics.PDFL.PrintUserParams
Set the print parameters to the defaults.
USER - Static variable in class com.datalogics.PDFL.PaperSource
Use paper from device specific trays by setting PaperSource to a value larger than User

V

valueOf(String) - Static method in enum com.datalogics.PDFL.AcroFormExportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.AcroFormImportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.AddPageFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.AnnotationFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.BlendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.BookmarkFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CollectionSplitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CollectionViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ColorConvertActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ColorConvertCSpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ColorConvertObjAttrs
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ColorProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CompressImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CompressionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.CompressQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.DrawFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.Duplex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ElementCloneFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.EmbedFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.EncryptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FarEastFont
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FlattenerColorCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FlattenerGrayCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FlattenerMonoCompression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FlattenerQualitySetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FontCreateFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FontFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.FontRescanFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.HighlightStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.Inclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.InkTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.LibraryFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.LineCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.LineEndingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.LineJoin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.LogOutputFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.MirrorOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.NumberStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ObjectCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.OptimizerOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.OptionalContentBaseState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.OptionalContentDrawingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.OverprintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageDeleteFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageInsertFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageMarkFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageRenderWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageRotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageSegmentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PageTilingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PathOperators
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PathPaintOpFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDDocFormsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDETextFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFAConvertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFlattenerColorCompSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFlattenerGrayscaleCompSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFlattenerMonochromeCompSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFlattenerQualitySetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFObjectComparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFOptimizationCompressQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFOptimizerCompressImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFOptimizerCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFOptimizerObjectCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFOptimizerOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFProcessorPDFAConversionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFProcessorPDFXConversionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFStreamOpenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PDFXConvertType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.Performance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PermissionFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PermissionRequestOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PrintProgressStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PrintWhat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.PrintWhatAnnotFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.RenderIntent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.RenderProgressStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.ReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.SaveFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.SchemaFieldSubtype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.SeparationFontOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.SeparationPreviewOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.SmoothFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.TempStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.TextFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.TextRenderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.TIFFByteOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.VisibilityPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.WatermarkDrawOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.WordAttributeFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.WordFinderVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.WritingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datalogics.PDFL.XFAFormExportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datalogics.PDFL.AcroFormExportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.AcroFormImportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.AddPageFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.AnnotationFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.BlendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.BookmarkFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CollectionSplitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CollectionViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ColorConvertActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ColorConvertCSpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ColorConvertObjAttrs
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ColorProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CompressImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CompressionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.CompressQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.DrawFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.Duplex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ElementCloneFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.EmbedFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FarEastFont
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FlattenerColorCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FlattenerGrayCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FlattenerMonoCompression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FlattenerQualitySetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FontCreateFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FontFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.FontRescanFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.HighlightStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.Inclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.InkTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.LibraryFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.LineCap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.LineEndingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.LineJoin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.LogOutputFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.MirrorOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.NumberStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ObjectCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.OptimizerOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.OptionalContentBaseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.OptionalContentDrawingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.OverprintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageDeleteFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageInsertFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageMarkFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageRenderWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageRotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageSegmentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PageTilingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PathOperators
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PathPaintOpFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDDocFormsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDETextFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFAConvertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFlattenerColorCompSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFlattenerGrayscaleCompSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFlattenerMonochromeCompSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFlattenerQualitySetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFObjectComparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFOptimizationCompressQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFOptimizerCompressImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFOptimizerCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFOptimizerObjectCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFOptimizerOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFProcessorPDFAConversionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFProcessorPDFXConversionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFStreamOpenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PDFXConvertType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.Performance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PermissionFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PermissionRequestOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PrintProgressStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PrintWhat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.PrintWhatAnnotFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.RenderIntent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.RenderProgressStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.ReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.SaveFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.SchemaFieldSubtype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.SeparationFontOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.SeparationPreviewOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.SmoothFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.TempStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.TextFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.TextRenderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.TIFFByteOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.VisibilityPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.WatermarkDrawOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.WordAttributeFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.WordFinderVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.WritingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datalogics.PDFL.XFAFormExportType
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalAlignment - Enum in com.datalogics.PDFL
Specification of vertical alignment options.
ViewDestination - Class in com.datalogics.PDFL
Represents a particular view of a page in a document.
ViewDestination(Document, int, String, Rect, double) - Constructor for class com.datalogics.PDFL.ViewDestination
General purpose constructor: construct with all elements
VisibilityPolicy - Enum in com.datalogics.PDFL
 

W

watermark(Page, WatermarkParams) - Method in class com.datalogics.PDFL.Document
Adds a Page as a watermark to a page range in the given document.
watermark(WatermarkTextParams, WatermarkParams) - Method in class com.datalogics.PDFL.Document
Adds a text-based watermark to a page range in the given document.
WatermarkDrawOption - Enum in com.datalogics.PDFL
 
WatermarkParams - Class in com.datalogics.PDFL
Watermark settings control the appearance of a watermark in a PDF.
WatermarkParams() - Constructor for class com.datalogics.PDFL.WatermarkParams
 
WatermarkTextParams - Class in com.datalogics.PDFL
Watermark settings to control the appearance of text in a text-based watermark.
WatermarkTextParams() - Constructor for class com.datalogics.PDFL.WatermarkTextParams
 
Word - Class in com.datalogics.PDFL
A word in a PDF file.
WordAttributeFlags - Enum in com.datalogics.PDFL
Flags returned by Word::GetAttributes.
WordFinder - Class in com.datalogics.PDFL
A class used to extract words from a document.
WordFinder(Document, WordFinderVersion, WordFinderConfig) - Constructor for class com.datalogics.PDFL.WordFinder
Create a word finder
WordFinderConfig - Class in com.datalogics.PDFL
A word finder configuration that customizes the way the extraction is performed. In the default configuration, all options are false.
WordFinderConfig() - Constructor for class com.datalogics.PDFL.WordFinderConfig
A word finder configuration that customizes the way the extraction is performed. In the default configuration, all options are false.
WordFinderVersion - Enum in com.datalogics.PDFL
This refers to versions of the WordFinder algorithm.
WordProc - Class in com.datalogics.PDFL
Callback function class for EnumWords.
WordProc() - Constructor for class com.datalogics.PDFL.WordProc
Callback function class for EnumWords.
WritingMode - Enum in com.datalogics.PDFL
The direction of writing

X

XFAFormExportType - Enum in com.datalogics.PDFL
 
XPSConvertParams - Class in com.datalogics.PDFL
Class that works with XPS conversion parameters.
XPSConvertParams() - Constructor for class com.datalogics.PDFL.XPSConvertParams
Set up default parameters for XPS conversion.
XPSConvertParams(String) - Constructor for class com.datalogics.PDFL.XPSConvertParams
Set up parameters for XPS conversion.
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links