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

A

a - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'a' matrix element.
add(Quadrilateral) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
add(int, Quadrilateral) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
add(Annotation) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
add(int, Annotation) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
add(MarkupInfo) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
add(int, MarkupInfo) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
add(TextFragment) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
add(int, TextFragment) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
add(FileReference) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
add(int, FileReference) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
add(ChoiceItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
add(int, ChoiceItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
add(RadioButton) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
add(int, RadioButton) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
add(SignatureField) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
add(int, SignatureField) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
add(Widget) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
add(int, Widget) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
add(Link) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
add(int, Link) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
add(OutlineItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
add(int, OutlineItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
add(Page) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
add(int, Page) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
addAll(Collection<? extends Quadrilateral>) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
addAll(int, Collection<? extends Quadrilateral>) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
addAll(Collection<? extends Annotation>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
addAll(int, Collection<? extends Annotation>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
addAll(Collection<? extends MarkupInfo>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
addAll(int, Collection<? extends MarkupInfo>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
addAll(Collection<? extends TextFragment>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
addAll(int, Collection<? extends TextFragment>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
addAll(Collection<? extends FileReference>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
addAll(int, Collection<? extends FileReference>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
addAll(Collection<? extends ChoiceItem>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
addAll(int, Collection<? extends ChoiceItem>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
addAll(Collection<? extends RadioButton>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
addAll(int, Collection<? extends RadioButton>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
addAll(Collection<? extends SignatureField>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
addAll(int, Collection<? extends SignatureField>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
addAll(Collection<? extends Widget>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
addAll(int, Collection<? extends Widget>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
addAll(Collection<? extends Link>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
addAll(int, Collection<? extends Link>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
addAll(Collection<? extends OutlineItem>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
addAll(int, Collection<? extends OutlineItem>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
addAll(Collection<? extends Page>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
addAll(int, Collection<? extends Page>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
addArc(Rectangle, double, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Add an elliptical arc to the current path.
addCircle(Point, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Append a circle to the current path as a complete subpath.
addEllipse(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Add an ellipse to the current path as a complete subpath.
addNewButton(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
Create a radio button
addNewItem(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceField
Creates a new choice item.
addNewWidget(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Create a new widget and add to the form field
addNewWidget(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButton
Create radio button widget
addPie(Rectangle, double, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Add an elliptical piece of pie to the current path as a complete subpath.
addRectangle(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Append a rectangle to the current path as a complete subpath.
AffineTransform - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
AffineTransform() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Constructor.
AffineTransform(double, double, double, double, double, double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
 
Annotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A page annotation
AnnotationList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
 
appendContentElement(ContentElement) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint a content element

B

b - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'b' matrix element.
bezierTo(Point, Point, Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Draw a bezier curve.
BlendMode - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
bottom - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
The Bottom value.
bottomLeft - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 
bottomRight - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 

C

c - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'c' matrix element.
CalibratedGrayColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
CalibratedRgbColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
CheckBox - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A check box field
ChoiceField - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A choice field
ChoiceItem - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
An item in a list box field or combo box field
ChoiceItemList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
clear() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
clipWithPath(Path, InsideRule) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Intersect clip path with path.
clipWithText(Text) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Intersect clip path with text.
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Close the stream
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Close the object
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Close the object
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Close the object
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
Close the object
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Close the file stream This closes also the underlying RandomAccessFile
close() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
 
close() - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
 
closeSubpath() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Close the current subpath.
ColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
com.pdf_tools.fourheights.pdftoolbox - package com.pdf_tools.fourheights.pdftoolbox
 
com.pdf_tools.fourheights.pdftoolbox.geometry - package com.pdf_tools.fourheights.pdftoolbox.geometry
 
com.pdf_tools.fourheights.pdftoolbox.geometry.integer - package com.pdf_tools.fourheights.pdftoolbox.geometry.integer
 
com.pdf_tools.fourheights.pdftoolbox.geometry.real - package com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
com.pdf_tools.fourheights.pdftoolbox.internal - package com.pdf_tools.fourheights.pdftoolbox.internal
 
com.pdf_tools.fourheights.pdftoolbox.pdf - package com.pdf_tools.fourheights.pdftoolbox.pdf
 
com.pdf_tools.fourheights.pdftoolbox.pdf.annotations - package com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
 
com.pdf_tools.fourheights.pdftoolbox.pdf.content - package com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
com.pdf_tools.fourheights.pdftoolbox.pdf.forms - package com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
com.pdf_tools.fourheights.pdftoolbox.pdf.navigation - package com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 
com.pdf_tools.fourheights.pdftoolbox.sys - package com.pdf_tools.fourheights.pdftoolbox.sys
 
ComboBox - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A combo box field
CombTextField - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A fixed pitch text field
concatenate(AffineTransform) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Concatenate transform with other transform.
Conformance - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf
 
ConformanceException - Exception in com.pdf_tools.fourheights.pdftoolbox
The document has an invalid conformance level.
ConformanceException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.ConformanceException
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
contains(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
containsAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
containsKey(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
containsKey(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
containsValue(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
containsValue(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
Content - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
Represents the content of a page or a group.
ContentElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ContentExtractor - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ContentExtractor(Content) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor
Create a new content extractor
ContentGenerator - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ContentGenerator(Content, boolean) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Create a new content generator for appending or prepending to the content of a group.
continuous - Variable in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
 
copy(Stream) - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Copy the content of another stream
copy(Document, Annotation) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
Copy an annotation
copy(Document, ColorSpace) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ColorSpace
Copy a color space
copy(Document, ContentElement) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement
Copy a content element
copy(Document, IccBasedColorSpace) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.IccBasedColorSpace
Copy an ICC-based color space
copy(Document, FileReference) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
Copy a file reference object
copy(Document, FieldNode) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
Copy a form field node
copy(Document, Metadata) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
Copy a metadata object
copy(Document, Link) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
Copy a link from an input document to a output document.
copy(Document, OutlineItem, OutlineCopyOptions) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
Copy an outline item
copy(Document, ViewerSettings) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
Copy viewer settings
copy(Document, Page, PageCopyOptions) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
Copy a page
copy(Document, PageList, PageCopyOptions) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
Copy a page list
copy(Stream) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Copy the content of another stream
copyFromPage(Document, Page, PageCopyOptions) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
Create a group object from a page.
CopyStrategy - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf
 
copyWithoutContent(Document, GroupElement) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.GroupElement
Copy a group element without copying its content
CorruptException - Exception in com.pdf_tools.fourheights.pdftoolbox
The file is corrupt and cannot be opened.
CorruptException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.CorruptException
 
create(Document, Rectangle) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.CustomStamp
Create a custom stamp annotation.
create(Document, Rectangle, Stroke, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.EllipseAnnotation
Create an ellipse annotation.
create(Document, Point, FileReference, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
Create a file attachment annotation.
create(Document, Rectangle, String, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FreeText
Create a free-text annotation.
create(Document, Path, Stroke) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.InkAnnotation
Create a ink annotation.
create(Document, Point, Point, Stroke) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
Create a line annotation.
create(Document, Path, Stroke, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolygonAnnotation
Create a polygon annotation.
create(Document, Path, Stroke) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation
Create a poly-line annotation.
create(Document, Rectangle, Stroke, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.RectangleAnnotation
Create a rectangle annotation.
create(Document, Point, String, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StickyNote
Create a sticky note annotation.
create(Document, Stream, boolean) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
Create a new font object from font file data.
create(Document, Size) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
Create an empty group object.
create(Document, Stream) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.IccBasedColorSpace
Create an new ICC-based color space from an ICC color profile.
create(Document, Stream) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image
Create an image object from image data.
create(Document, Stream) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMask
Create an image mask object from image data.
create(Document, ColorSpace, double[], Transparency) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint
Create an new paint.
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
Create a text
create(Stream, Conformance, Encryption) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
Create a new PDF document.
create(Document, Stream, String, String, String, OffsetDateTime) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
Create a new file reference object
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox
Create a check box form field
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
Create a combo box form field
create(Document, int) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CombTextField
Create a comb text form field
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Create a general text form field
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox
Create a list box form field
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
Create a radio button form field
create(Document) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SubForm
Create a sub form
create(Document, Stream) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
Create a new metadata object
create(Document, Rectangle, FileReference) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink
Create a link to an embedded PDF document
create(Document, Page, boolean) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitHeightDestination
Create a new FitHeightDestination
create(Document, Page, boolean) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitPageDestination
Create a new FitPageDestination
create(Document, Page, Rectangle) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitRectangleDestination
Create a new FitRectangleDestination
create(Document, Page, boolean) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitWidthDestination
Create a new FitWidthDestination
create(Document, Rectangle, Destination) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.InternalLink
Create a document-internal link
create(Document, Page, Double, Double, Double) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination
Create a new LocationZoomDestination
create(Document, String, DirectDestination) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestination
Create a named destination
create(Document, String, Destination) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
Create a new outline item (bookmark).
create(Document, Rectangle, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink
Create an external link
create(Document, Size) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
Create an empty page
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.CustomStamp
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.DrawingAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.EllipseAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FreeText
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Highlight
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.InkAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolygonAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Popup
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.RectangleAnnotation
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Squiggly
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Stamp
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StickyNote
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StrikeThrough
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextInsert
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextMarkup
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStamp
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Underline
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedGrayColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedRgbColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Content
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceCmykColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceGrayColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceRgbColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.GroupElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.IccBasedColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMask
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMaskElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.IndexedColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.LabColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.NChannelColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Path
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.SeparationColorSpace
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ShadingElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextElement
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceField
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CombTextField
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.PushButton
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButton
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SubForm
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Widget
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Destination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.DirectDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitHeightDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitPageDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitRectangleDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitWidthDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.InternalLink
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestination
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.Sdk
 
createDynamicObject(long) - Static method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
createFromQuadrilaterals(Document, QuadrilateralList, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Highlight
Create a new highlight with defined area
createFromQuadrilaterals(Document, QuadrilateralList, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Squiggly
Create a new squiggly underline with defined area
createFromQuadrilaterals(Document, QuadrilateralList, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StrikeThrough
Create a new strike-through with defined area
createFromQuadrilaterals(Document, QuadrilateralList, Paint) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Underline
Create a new underline with defined area
createFromQuadrilaterals(Document, QuadrilateralList, FileReference) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink
Create a link to an embedded PDF document with defined link area
createFromQuadrilaterals(Document, QuadrilateralList, Destination) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.InternalLink
Create a document-internal link with defined link area
createFromQuadrilaterals(Document, QuadrilateralList, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink
Create an external link with defined link area
createFromSystem(Document, String, String, boolean) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
Create a new font object from an installed font.
createProcessColorSpace(Document, ProcessColorSpaceType) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ColorSpace
Get the canonical grayscale, RGB, or CMYK color space.
createRaw(Document, Point, Double, TextStampType, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStamp
Create a text stamp annotation.
CustomStamp - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A stamp annotation with custom content

D

d - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'd' matrix element.
Destination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination is a location in the document that can be used as a jump target, e.g.
DeviceCmykColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
DeviceGrayColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
DeviceRgbColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
DirectDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination that directly points to a specific location in the document.
Document - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
DrawingAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A drawing annotation

E

e - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'e' matrix element.
EllipseAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An ellipse drawing annotation
EmbeddedPdfLink - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A link to an embedded PDF document
Encryption - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
Encryption(String, String, EnumSet<Permission>) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
entrySet() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
entrySet() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeObject
 
equals(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
 
ExistsException - Exception in com.pdf_tools.fourheights.pdftoolbox
The specified item already exists.
ExistsException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.ExistsException
 

F

f - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The 'f' matrix element.
Field - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A form field
FieldNode - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
Base class for form fields and sub forms
FieldNodeMap - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
FileAttachment - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A file attachment annotation
FileAttachmentIcon - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
Specifies the type of icon displayed on a page for a FileAttachment.
FileReference - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
Description of a file
FileReferenceList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
FileStream - Class in com.pdf_tools.fourheights.pdftoolbox.sys
 
FileStream(File, String) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Create a new file stream from a file This constructor works exactly like the same constructor of the underlying java.io.RandomAccessFile ATTENTION: Opening the file in "rw" mode does not delete the current content of the file, so be sure that you delete it yourself if needed (which is mostly the case).
FileStream(String, String) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Create a new file stream from a filename This constructor works exactly like the same constructor of the underlying java.io.RandomAccessFile ATTENTION: Opening the file in "rw" mode does not delete the current content of the file, so be sure that you delete it yourself if needed (which is mostly the case).
FileStream(RandomAccessFile) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Create a new file stream from a RandomAccessFile ATTENTION: Opening a RandomAccessFile in "rw" mode does not delete the current content of the file, so be sure that you delete it yourself if needed (which is mostly the case).
Fill - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
Fill(Paint) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
FitHeightDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination fits the height of a page into the viewport.
FitPageDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination fits an entire page into the viewport.
FitRectangleDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination that fits a specified area of a page into the viewport.
FitWidthDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination fits the width of a page into the viewport.
Flag - Interface in com.pdf_tools.fourheights.pdftoolbox.internal
 
Font - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
FormFieldCopyStrategy - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
FreeText - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An annotation that displays text
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachmentIcon
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStampType
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.BlendMode
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.InsideRule
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineCapStyle
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineJoinStyle
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.ProcessColorSpaceType
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.UngroupingSelection
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageLayout
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerNavigationPane
 
fromValue(int) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
 

G

GeneralTextField - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A general text field
GenericException - Exception in com.pdf_tools.fourheights.pdftoolbox
A generic error occurred.
GenericException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.GenericException
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
get(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
get(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
get(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
getA() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getActiveArea() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
The link area (Getter)
getActivePane() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
The initially visible side pane when opening the document in a viewer.
getAlignment() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FreeText
The text alignment (Getter)
getAlignment() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
The text alignment (Getter)
getAlignmentBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement
the box for alignment (Getter)
getAllEmbeddedFiles() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
plain embedded, associated, and attached files (Getter)
getAllowMultiSelect() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox
Allow multiple items to be selected (Getter)
getAlpha() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 
getAnnotations() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the list of this page's annotations.
getAnnotations() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for annotations.
getAppearance() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.CustomStamp
The custom stamp's visual appearance (Getter)
getArtBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
The art box of the page.
getAscent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the ascent of the font.
getAssociatedFiles() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
document-associated files (Getter)
getAssociationRelationship() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's association relationship (Getter)
getAttachedFile() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
The embedded file (Getter)
getAuthor() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The author (Getter)
getAuthor() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The name of the person who created the document or resource.
getB() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getBaseFont() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the PostScript name of the font (Getter)
getBitsPerComponent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image
the number of bits per component.
getBleedBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
The bleed box of the page.
getBlendMode() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 
getBold() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the outline item is displayed in bold font.
getBottom() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
getBottomLeft() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
getBottomRight() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
The location on the page (Getter)
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Popup
The pop-up location (Getter)
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement
the bounding box (Getter)
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
the bounding box (Getter)
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Widget
The location on the page (Getter)
getBoundingBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
The location on the page (Getter)
getButtons() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
This field's buttons (Getter)
getC() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getCanEdit() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
Has an editable item (Getter)
getCapHeight() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the cap height of the font.
getCharacterSpacing() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The additional spacing between glyphs (Getter)
getCharacterWidth(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the width of a single glyph.
getChecked() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox
The state of the check box (Getter)
getCheckedExportName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox
The name of the checked ('on') state used when exporting (Getter)
getChildren() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SubForm
The child form fields (Getter)
getChildren() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
The child items of this outline item.
getChosenButton() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
This field's selected button (Getter)
getChosenItem() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
The selected combo box item (Getter)
getChosenItems() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox
The selected choice items (Getter)
getColor() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint
The color values of this paint.
getColorSpace() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image
the color space in which image samples are specified.
getColorSpace() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint
The color space of this paint.
getComponentCount() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ColorSpace
the number of components in the color space.
getConformance() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the claimed conformance of the document.
getContactInfo() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The contact information of the signer (Getter)
getContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The information content (Getter)
getContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the group content.
getContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the page content.
getContinuous() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
getCopyAssociatedFiles() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy associated files.
getCopyLogicalStructure() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
Copy the logical structure and tagging information.
getCopyLogicalStructure() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy the logical structure and tagging information.
getCopyOutlineItems() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy outline items (bookmarks).
getCreationDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The date of creation (Getter)
getCreationDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The date and time the document or resource was originally created.
getCreator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The original application that created the document.
getCustomEntries() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The custom entries in the document information dictionary (Getter)
getD() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getDashArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getDashPhase() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getData() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's stream (Getter)
getDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The date and time of signing (Getter)
getDescent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the descent of the font.
getDescription() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's description (Getter)
getDestination() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.InternalLink
The link target (Getter)
getDestination() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
The destination of the outline item.
getDisplayDocumentTitle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to display the document's title from the metadata instead of it's file name.
getDisplayName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem
Displayed name (Getter)
getDisplayName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
User interface name (Getter)
getDoNotExport() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Tells whether this field is exported (Getter)
getDoNotScroll() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field non scrollable (Getter)
getDoNotSpellCheck() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field for prevention from spell checking (Getter)
getE() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getEditableItemName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
The name of the editable item (Getter)
getEnd() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
The line's ending point (Getter)
getEndStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
The ending point's style (Getter)
getEndStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation
The ending point's style (Getter)
getExportName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem
Export name (Getter)
getExportName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
The name used when exporting (Getter)
getExportName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButton
The button's name used when exporting (Getter)
getF() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
getFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.EllipseAnnotation
The filling paint (Getter)
getFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolygonAnnotation
The filling paint (Getter)
getFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.RectangleAnnotation
The filling paint (Getter)
getFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement
This path element's parameters for filling the path or null if the path is not filled.
getFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
This text fragment's parameters for filling the text or null if the text is not filled
getFitActualContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitHeightDestination
If true, the viewport is fitted to the width of the actual content of the page, instead of the width of the page.
getFitActualContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitPageDestination
If true, the viewport is fitted to the actual content of the page, instead of the size of the page.
getFitActualContent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitWidthDestination
If true, the viewport is fitted to the width of the actual content of the page, instead of the width of the page.
getFlag() - Method in interface com.pdf_tools.fourheights.pdftoolbox.internal.Flag
 
getFlag() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Permission
 
getFontSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The font size (Getter)
getFontSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
The font size (Getter)
getFormFieldConflictResolution() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Resolution of conflicting form field names.
getFormFields() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The form fields of the document (Getter)
getFormFields() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for form fields and widgets.
getFullScreen() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will make the viewer try to enter full screen mode.
getGroup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.GroupElement
This group element's group object.
getHeight() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
getHeight() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
getHidden() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
The annotation's visibility (Getter)
getHidden() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Widget
The widget's visibility (Getter)
getHidden() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
The link's visibility (Getter)
getHideMenubar() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to hide it's menu bar.
getHideToolbar() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to hide it's toolbar.
getHorizontalScaling() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The horizontal scaling factor (Getter)
getIcon() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
The displayed icon (Getter)
getIdentity() - Static method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
The identity transform (Getter)
getImage() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageElement
This element's image.
getImageMask() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMaskElement
This element's image mask.
getInfo() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupAnnotation
The information content of this markup (Getter)
getInsideRule() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
getIsolated() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the transparency isolation behavior (Getter)
getIsOpen() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Popup
The pop-up's visibility state (Getter)
getIsOpen() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the item is expanded.
getIsSigned() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
Whether the field is signed (Getter)
getIsVisible() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The visibility of the signature field (Getter)
getItalic() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the outline item is displayed in italic font.
getItalicAngle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the italic angle of the font.
getItems() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceField
The list of choice items (Getter)
getKeywords() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
Keywords associated with the document or resource.
getKnockout() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the transparency knockout behavior (Getter)
getLeading() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font
the leading of the font.
getLeft() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
getLeft() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination
The location of the page that is displayed at the left border of the viewport (if possible).
getLength() - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Get the length of the stream in bytes
getLength() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Get the length of the stream in bytes
getLength() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Get the length of the stream in bytes
getLength() - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
Get the length of the stream in bytes
getLineCapStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getLineEndingFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
The line ending filling paint (Getter)
getLineEndingFill() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation
The line ending filling paint for both start and end (Getter)
getLineJoinStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getLineWidth() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getLinks() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the list of this page's links.
getLinks() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for links.
getLocation() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The location of signing (Getter)
getLocked() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupAnnotation
Whether the markup annotation can be modified (Getter)
getLocked() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
Whether the content can be modified (Getter)
getMarkupArea() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextMarkup
The markup area (Getter)
getMaxLength() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CombTextField
The maximal text length (Getter)
getMaxLength() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
The maximal text length (Getter)
getMediaBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
The media box of the page.
getMediaType() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's MIME type (Getter)
getMetadata() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the metadata of the document.
getMetadata() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the metadata of the page.
getMiterLimit() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getModificationDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The date of last modification (Getter)
getModificationDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's date of last modification (Getter)
getModificationDate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The date and time the document or resource was most recently modified.
getMultiline() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field as multi-line (Getter)
getName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file name (Getter)
getName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The name of the person or authority signing the document.
getName() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestination
The name by which the destination is referred to.
getNamedDestinations() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
Copy strategy for named destinations (Getter)
getNamedDestinations() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for named destinations (Getter)
getNewWindow() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink
The opening behavior (Getter)
getNoPrint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
The annotation's visibility when printing (Getter)
getNoPrint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Widget
The widget's visibility when printing (Getter)
getNoPrint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
The link's visibility when printing (Getter)
getNoRotate() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
The annotation's rotation behavior (Getter)
getNoZoom() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation
The annotation's scaling behavior (Getter)
getOcgConflictResolution() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Resolution of conflicting layer (OCC) information.
getOpenDestination() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The destination that is displayed when the document is opened.
getOptimizeResources() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Find and merge redundant resources.
getOutline() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The document outline, also known as "Bookmarks".
getOutputIntent() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the output intent of the document.
getOwnerPassword() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
getPage() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.DirectDestination
The page in the document that this destination is pointing to.
getPageDisplay() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
The positional arrangment for displaying pages when opening the document in a viewer.
getPageLayout() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
getPages() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the pages of the document.
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.DrawingAnnotation
The paint for line stroking and for the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
The paint for the icon and the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FreeText
The paint for the text background and the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StickyNote
The paint for the icon and the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextInsert
The paint for the annotation and the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextMarkup
The paint the annotation and the popup (Getter)
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMaskElement
The paint used to draw the image mask.
getPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
getPassword() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field as a password entry field (Getter)
getPath() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement
This path element's path object.
getPermissions() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The permissions in force for this document.
getPermissions() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
getPlainEmbeddedFiles() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
plain embedded files (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.DrawingAnnotation
The pop-up (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment
The pop-up (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Stamp
The pop-up (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StickyNote
The pop-up (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextInsert
The pop-up (Getter)
getPopup() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextMarkup
The pop-up (Getter)
getPopupPaint() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Stamp
The paint for the popup (Getter)
getProducer() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The application that created the PDF (Getter)
getProducerFullName() - Static method in class com.pdf_tools.fourheights.pdftoolbox.Sdk
 
GetRandomAccessFile() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Get the underlying RandomAccessFile
getReadOnly() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Flags this field as read-only (Getter)
getReason() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField
The reason for the signing (Getter)
getRectangle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitRectangleDestination
The rectangle that is displayed in the viewport.
getReplies() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupAnnotation
The replies to this markup (Getter)
getRequired() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Flags this field as mandatory (Getter)
getRight() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
getRise() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The rise of the baseline (Getter)
getSignatureFields() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The signature fields of the document (Getter)
getSignedSignatures() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Removal strategy for signed signature fields.
getSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the size of the group.
getSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image
The size of the image in samples.
getSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMask
The size of the image mask in samples.
getSize() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the visible size of the page (crop box).
getStart() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
The line's starting point (Getter)
getStartStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation
The starting point's style (Getter)
getStartStyle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation
The starting point's style (Getter)
getStroke() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement
This path element's parameters for stroking the path or null if the path is not stroked.
getStroke() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
This text fragment's parameters for stroking the text or null if the text is not stroked
getSubject() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The subject (Getter)
getSubject() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The subject of the document or resource.
getTarget() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Destination
The target destination (Getter)
getText() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextElement
This text element's text object.
getText() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The string painted by this text fragment
getText() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
This field's text (Getter)
getTextType() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStamp
The displayed text (Getter)
getTitle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The title of the document or resource.
getTitle() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
The title of the outline item.
getTop() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
getTop() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination
The location of the page that is displayed at the top of the viewport (if possible).
getTopLeft() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
getTopRight() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
getTransform() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement
the transform to be applied to the alignment rectangle (Getter)
getTransform() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
the transform to be applied to the bounding box rectangle (Getter)
getTransparency() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint
The transparency parameters of this paint or null if this paint is opaque.
getTrimBox() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
The trim box of the page.
getUngrouping() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor
Configures the extractor's behavior regarding the selection of groups to be un-grouped.
getUnsignedSignatures() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for unsigned signature fields.
getUri() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink
The link target (Getter)
getUserPassword() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachmentIcon
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStampType
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.BlendMode
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.InsideRule
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineCapStyle
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineJoinStyle
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.ProcessColorSpaceType
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.UngroupingSelection
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageLayout
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerNavigationPane
 
getValue() - Method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
 
getVersion() - Static method in class com.pdf_tools.fourheights.pdftoolbox.Sdk
 
getViewerSettings() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The settings to use when opening the document in a viewer.
getWidgets() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
This form field's widget annotations (Getter)
getWidgets() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButton
The button's widget annotations (Getter)
getWidgets() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the list of this page's form field widgets.
getWidth() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
getWidth() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
getWidth(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Get the width of a text string.
getWordSpacing() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment
The additional spacing between words (Getter)
getX() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
Gets Point.x
getXmp() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The XMP metadata (Getter)
getY() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
Gets Point.y
getZoom() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination
The zoom factor that is applied when jumping to the destination.
Group - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
GroupElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 

H

hashCode() - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeObject
 
height - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
The height (vertical size).
height - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
The Height value (vertical size).
Highlight - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An text highlighting annotation
HorizontalAlignment - Enum in com.pdf_tools.fourheights.pdftoolbox.geometry
 

I

IccBasedColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
Image - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ImageElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ImageMask - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
ImageMaskElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
IndexedColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
indexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
initialize(String, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.Sdk
 
InkAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A free-hand drawing annotation
InsideRule - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
InternalLink - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A document-wide link
invert() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Invert the transform
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
isEmpty() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
iterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 

K

keySet() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
keySet() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 

L

LabColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
lastIndexOf(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
left - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
The Left value.
LicenseException - Exception in com.pdf_tools.fourheights.pdftoolbox
The license is not valid.
LicenseException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.LicenseException
 
LineAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A line annotation
LineCapStyle - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
LineEnding - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
Specifies the type of line termination for line and poly-line annotations.
LineJoinStyle - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
lineTo(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Draw a line.
Link - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A link
LinkList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 
ListBox - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A list box field
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
listIterator() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
listIterator(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
LocationZoomDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A destination that points to a specific location on the target page, using a specified zoom factor.
lookup(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
Access a form field by path

M

MarkupAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A markup annotation
MarkupInfo - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
Information for a markup annotation
MarkupInfoList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
 
MemoryStream - Class in com.pdf_tools.fourheights.pdftoolbox.sys
 
MemoryStream(long, int) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream
MemoryStream(long) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream with block size 8192 Bytes
MemoryStream() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream with initial capacity 0 and block size 8192 Bytes
MemoryStream(byte[], int, int, int) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream by copying from a buffer
MemoryStream(byte[], int, int) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream with block size 8192 by copying from a buffer
MemoryStream(Stream, int) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory stream by copying a stream
MemoryStream(Stream) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Create a new memory with block size 8192 stream by copying a stream
Metadata - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
Represents the metadata of a document or an object in a document.
moveTo(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Move the current position.
moveTo(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Move the current position.

N

NameConflictResolution - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf
 
NamedDestination - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
A named destination that can be referred by name.
NamedDestinationCopyStrategy - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 
NativeBase - Class in com.pdf_tools.fourheights.pdftoolbox.internal
 
NativeBase() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.internal.NativeBase
 
NativeObject - Class in com.pdf_tools.fourheights.pdftoolbox.internal
 
NativeStream - Class in com.pdf_tools.fourheights.pdftoolbox.internal
 
NativeStream() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
 
NChannelColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
NotFoundException - Exception in com.pdf_tools.fourheights.pdftoolbox
 
NotFoundException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.NotFoundException
 

O

open(Stream, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
Open a PDF document.
openWithFdf(Stream, Stream, String) - Static method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
Open a PDF document together with an FDF file.
OutlineCopyOptions - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 
OutlineCopyOptions() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
 
OutlineItem - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
An outline item represents an entry in the outline tree of the document.
OutlineItemList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 

P

Page - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
PageCopyOptions - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
PageCopyOptions() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
 
PageDisplay - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 
PageDisplay() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
Constructor.
PageDisplay(PageLayout, boolean) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
 
pageLayout - Variable in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
 
PageLayout - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
Specifies the horizontal arrangement for displaying pages.
PageList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf
 
Paint - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
paintGroup(Group, Rectangle, Transparency) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint a group.
paintImage(Image, Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint an image.
paintImageMask(ImageMask, Rectangle, Paint) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint an image (stencil) mask.
paintPath(Path, Fill, Stroke) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint a path.
paintText(Text) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Paint text.
PasswordException - Exception in com.pdf_tools.fourheights.pdftoolbox
Invalid password specified.
PasswordException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.PasswordException
 
Path - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
Path() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Path
 
PathElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
PathGenerator - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
PathGenerator(Path) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator
Create a new path generator for appending to a path.
PdfToolboxException - Exception in com.pdf_tools.fourheights.pdftoolbox
 
PdfToolboxException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.PdfToolboxException
 
Permission - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf
 
Point - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
Point() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
Constructor.
Point(double, double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
 
PolygonAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A polygon annotation
PolyLineAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A drawing annotation that consists of several line segments
Popup - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A pop-up for a markup annotation
ProcessColorSpaceType - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
PushButton - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A push button field
put(String, FieldNode) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
put(String, String) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
putAll(Map<? extends String, ? extends FieldNode>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
putAll(Map<? extends String, ? extends String>) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 

Q

Quadrilateral - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
A quadrilateral is a polygon with four sides and four corners.
Quadrilateral() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
Constructor.
Quadrilateral(Point, Point, Point, Point) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 
QuadrilateralList - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
QuadrilateralList() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
Create an empty list of Quadrilaterals

R

RadioButton - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A button in a radio button group
RadioButtonGroup - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A radio button field
RadioButtonList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
read(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Read from the stream
read(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Read from the stream
read(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Read from the stream
read(byte[], int, int) - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
Read from the stream
Rectangle - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
Rectangle() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
Constructor.
Rectangle(double, double, double, double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
 
RectangleAnnotation - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A rectangle drawing annotation
RemovalStrategy - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
remove(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
remove(Object) - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
removeAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
restore() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Restore the graphics state.
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
retainAll(Collection<?>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
right - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
The Right value.
rotate(double, Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Rotate.
rotate(Rotation) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
Rotate the page by a multiple of 90 degrees.
Rotation - Enum in com.pdf_tools.fourheights.pdftoolbox.geometry
 

S

save() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Save the current graphics state
scale(double, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Scale.
Sdk - Class in com.pdf_tools.fourheights.pdftoolbox
 
seek(long) - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Set byte position
seek(long) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Set byte position
seek(long) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Set byte position
seek(long) - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
Set byte position
SeparationColorSpace - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
set(int, Quadrilateral) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
set(int, Annotation) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
set(int, MarkupInfo) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
set(int, TextFragment) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
set(int, FileReference) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
set(int, ChoiceItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
set(int, RadioButton) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
set(int, SignatureField) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
set(int, Widget) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
set(int, Link) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
set(int, OutlineItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
set(int, Page) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
setA(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setActivePane(ViewerNavigationPane) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
The initially visible side pane when opening the document in a viewer.
setAlignment(HorizontalAlignment) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
The text alignment (Setter)
setAllowMultiSelect(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox
Allow multiple items to be selected (Setter)
setAlpha(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 
setAnnotations(CopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for annotations.
setAssociationRelationship(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference
The file's association relationship (Setter)
setAuthor(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The author (Setter)
setAuthor(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The name of the person who created the document or resource.
setB(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setBlendMode(BlendMode) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 
setBold(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the outline item is displayed in bold font.
setBorderStyle(Stroke) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link
The link's border (Setter)
setBottom(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
setBottomLeft(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
setBottomRight(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
setC(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setCanEdit(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
Has an editable item (Setter)
setCharacterSpacing(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current character spacing.
setChecked(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox
The state of the check box (Setter)
setChosenButton(RadioButton) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup
This field's selected button (Setter)
setChosenItem(ChoiceItem) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
The selected combo box item (Setter)
setContent(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The information content (Setter)
setContinuous(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
setCopyAssociatedFiles(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy associated files.
setCopyLogicalStructure(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
Copy the logical structure and tagging information.
setCopyLogicalStructure(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy the logical structure and tagging information.
setCopyOutlineItems(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy outline items (bookmarks).
setCreationDate(OffsetDateTime) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The date and time the document or resource was originally created.
setCreator(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The original application that created the document.
setD(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setDashArray(double...) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setDashPhase(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setDestination(Destination) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
The destination of the outline item.
setDisplayDocumentTitle(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to display the document's title from the metadata instead of it's file name.
setDisplayName(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem
Displayed name (Setter)
setDisplayName(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
User interface name (Setter)
setDoNotExport(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Tells whether this field is exported (Setter)
setDoNotScroll(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field non scrollable (Setter)
setDoNotSpellCheck(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field for prevention from spell checking (Setter)
setE(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setEditableItemName(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox
The name of the editable item (Setter)
setExportName(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem
Export name (Setter)
setExportName(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode
The name used when exporting (Setter)
setF(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
setFill(Paint) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
The paint for filling (Setter)
setFont(Font) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current font.
setFontSize(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current font size.
setFontSize(Double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
The font size (Setter)
setFormFieldConflictResolution(NameConflictResolution) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Resolution of conflicting form field names.
setFormFields(FormFieldCopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for form fields and widgets.
setFullScreen(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will make the viewer try to enter full screen mode.
setHeight(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
setHeight(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
setHideMenubar(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to hide it's menu bar.
setHideToolbar(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
If true then opening the document will instruct the viewer to hide it's toolbar.
setHorizontalScaling(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current horizontal scaling.
setInsideRule(InsideRule) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
setIsolated(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the transparency isolation behavior (Setter)
setIsOpen(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the item is expanded.
setItalic(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
If true, the outline item is displayed in italic font.
setKeywords(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
Keywords associated with the document or resource.
setKnockout(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group
the transparency knockout behavior (Setter)
setLeading(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current leading.
setLeft(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
setLength(long) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Set the length of the stream in bytes
setLineCapStyle(LineCapStyle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setLineJoinStyle(LineJoinStyle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setLineWidth(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setLinks(CopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for links.
setLocked(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
Whether the content can be modified (Setter)
setMaxLength(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CombTextField
The maximal text length (Setter)
setMaxLength(Integer) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
The maximal text length (Setter)
setMetadata(Metadata) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the metadata of the document.
setMetadata(Metadata) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
the metadata of the page.
setMiterLimit(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setMultiline(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field as multi-line (Setter)
setNamedDestinations(NamedDestinationCopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
Copy strategy for named destinations (Setter)
setNamedDestinations(NamedDestinationCopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for named destinations (Setter)
setNewWindow(Boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink
The opening behavior (Setter)
setOcgConflictResolution(NameConflictResolution) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Resolution of conflicting layer (OCC) information.
setOpenDestination(Destination) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The destination that is displayed when the document is opened.
setOptimizeResources(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Find and merge redundant resources.
setOutputIntent(IccBasedColorSpace) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
the output intent of the document.
setOwnerPassword(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
setPageDisplay(PageDisplay) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings
The positional arrangment for displaying pages when opening the document in a viewer.
setPageLayout(PageLayout) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay
setPaint(Paint) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill
 
setPaint(Paint) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
setPassword(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField
Flags this text field as a password entry field (Setter)
setPermissions(EnumSet<Permission>) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
setReadOnly(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Flags this field as read-only (Setter)
setRequired(boolean) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field
Flags this field as mandatory (Setter)
setRight(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
setRise(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current rise of the baseline.
setSignedSignatures(RemovalStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Removal strategy for signed signature fields.
setStroke(Stroke) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
The stroke properties (Setter)
setSubject(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo
The subject (Setter)
setSubject(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The subject of the document or resource.
setText(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField
This field's text (Setter)
setTitle(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata
The title of the document or resource.
setTitle(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem
The title of the outline item.
setTop(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
setTopLeft(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
setTopRight(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
setTransform(AffineTransform) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement
the transform to be applied to the alignment rectangle (Setter)
setUngrouping(UngroupingSelection) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor
Configures the extractor's behavior regarding the selection of groups to be un-grouped.
setUnsignedSignatures(CopyStrategy) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
Copy strategy for unsigned signature fields.
setUri(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink
The link target (Setter)
setUserPassword(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption
 
setViewerSettings(ViewerSettings) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Document
The settings to use when opening the document in a viewer.
setWidth(int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
setWidth(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
setWordSpacing(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
the current word spacing.
setX(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
Sets Point.x
setY(double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
Sets Point.y
ShadingElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
show(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Show a text string.
showLine(String) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Show a text string and go to the next line.
SignatureField - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A digital signature field
SignatureFieldList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
Size - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.integer
 
Size() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
Constructor.
Size(int, int) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
Size - Class in com.pdf_tools.fourheights.pdftoolbox.geometry.real
 
Size() - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
Constructor.
Size(double, double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
size() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
skew(double, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Skew.
Squiggly - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A squiggly text underlining annotation
Stamp - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A stamp annotation
StickyNote - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A sticky note annotation
Stream - Interface in com.pdf_tools.fourheights.pdftoolbox.sys
Unified stream interface for reading and writing
StrikeThrough - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An annotation for striking through text
StringMap - Class in com.pdf_tools.fourheights.pdftoolbox
 
Stroke - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
Stroke(Paint, double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke
 
SubForm - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A form field that contains other fields
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
subList(int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 

T

tell() - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Get current byte position
tell() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Get current byte position
tell() - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Get current byte position
tell() - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
Get current byte position
Text - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
TextElement - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
TextField - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A text field
TextFragment - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
TextGenerator - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
TextGenerator(Text, Font, double, Point) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator
Create a new text generator for appending text to a text content object.
TextInsert - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An annotation that marks a point to insert text
TextMarkup - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An annotation that marks up part(s) of a text
TextStamp - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
A text stamp annotation
TextStampType - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
Specifies the text displayed for predefined TextStamps.
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.QuadrilateralList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList
 
toArray() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
toArray(T[]) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.PageList
 
top - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle
The Top value.
topLeft - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 
topRight - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Quadrilateral
 
transform(AffineTransform) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator
Modify the current transform matrix by concatenating the specified matrix.
transformPoint(Point) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Transforms the given point.
transformQuadrilateral(Quadrilateral) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Transform a given quadrilateral
transformRectangle(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Transform the given rectangle
translate(double, double) - Method in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform
Translate.
Transparency - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.content
 
Transparency(double) - Constructor for class com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency
 

U

Underline - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.annotations
An text underlining annotation
UngroupingSelection - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.content
Used to control the behavior of content extraction.
UnknownFormatException - Exception in com.pdf_tools.fourheights.pdftoolbox
The format is not known.
UnknownFormatException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.UnknownFormatException
 
UnsupportedFeatureException - Exception in com.pdf_tools.fourheights.pdftoolbox
The document contains an unsupported feature.
UnsupportedFeatureException(String) - Constructor for exception com.pdf_tools.fourheights.pdftoolbox.UnsupportedFeatureException
 
updateSize(Rectangle) - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.Page
Update the page size to a specified rectangle.

V

valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachmentIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStampType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.BlendMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.InsideRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineCapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineJoinStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.ProcessColorSpaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.UngroupingSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerNavigationPane
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachmentIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStampType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.BlendMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.InsideRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineCapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineJoinStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.ProcessColorSpaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.content.UngroupingSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap
 
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerNavigationPane
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.pdf_tools.fourheights.pdftoolbox.StringMap
 
ViewerNavigationPane - Enum in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
Specifies an informational side pane in a viewer used for document navigation or displaying document wide information.
ViewerSettings - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
 

W

WebLink - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.navigation
An external link
Widget - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
A form field widget
WidgetList - Class in com.pdf_tools.fourheights.pdftoolbox.pdf.forms
 
width - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
The width (horizontal size).
width - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size
The Width value (horizontal size).
write(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.internal.NativeStream
Write to the stream
write(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.FileStream
Write to the stream
write(byte[], int, int) - Method in class com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream
Write to the stream
write(byte[], int, int) - Method in interface com.pdf_tools.fourheights.pdftoolbox.sys.Stream
Write to the stream

X

x - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
The X value (horizontal coordinate).

Y

y - Variable in class com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point
The Y value (vertical coordinate).
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links