Reference for changes in Java interface
This section lists all changes in the Java interface between 3-Heights® PDF Toolbox API and the PDF Toolbox SDK. Interface elements are ordered alphabetically by PDF Toolbox SDK namespace.
info
For the full API reference for the PDF Toolbox SDK, see Java API reference.
com.pdf_tools.internal.NativeObject
[Class] com.pdf_tools.internal.NativeObject → com.pdf_tools.fourheights.pdftoolbox.internal.NativeObject |
---|
|
Base namespace
com.pdf_tools.fourheights.pdftoolbox.ConformanceException
[Class] com.pdf_tools.fourheights.pdftoolbox.ConformanceException |
---|
Extends PdfToolboxException .Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.CONFORMANCE . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.CorruptException
[Class] com.pdf_tools.fourheights.pdftoolbox.CorruptException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.CORRUPT . See Exceptions. |
com.pdf_tools.ErrorCode
[Enum.] com.pdf_tools.ErrorCode → com.pdf_tools.fourheights.pdftoolbox.ErrorCode |
---|
Removed. See Exceptions. |
com.pdf_tools.ErrorCodeException
[Class] com.pdf_tools.ErrorCodeException → com.pdf_tools.fourheights.pdftoolbox.PdfToolboxException |
---|
Removed method getCode . In all affected methods, the ErrorCodeExceptionwithErrorCode.IO has been substituted by a java.io.IOException . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.LicenseException
[Class] com.pdf_tools.fourheights.pdftoolbox.LicenseException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.LICENSE . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.PasswordException
[Class] com.pdf_tools.fourheights.pdftoolbox.PasswordException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.PASSWORD . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.Sdk
[Class] com.pdf_tools.fourheights.pdftoolbox.Sdk |
---|
|
com.pdf_tools.pdf.StringMap
[Class] com.pdf_tools.pdf.StringMap → com.pdf_tools.fourheights.pdftoolbox.pdf.StringMap |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed. |
com.pdf_tools.fourheights.pdftoolbox.UnknownFormatException
[Class] com.pdf_tools.fourheights.pdftoolbox.UnknownFormatException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.UNKNOWN_FORMAT . See Exceptions. |
com.pdf_tools.fourheights.pdftoolbox.UnsupportedFeatureException
[Class] com.pdf_tools.fourheights.pdftoolbox.UnsupportedFeatureException |
---|
Extends PdfToolboxException. Substitutes the removed method ErrorCodeException.getCode with value ErrorCode.UNSUPPORTED_FEATURE . See Exceptions. |
geometry namespace
com.pdf_tools.pdf.Rotation
[Enum.] com.pdf_tools.pdf.Rotation → com.pdf_tools.fourheights.pdftoolbox.geometry.Rotation |
---|
Renamed enum value NO_ROTATION → NONE . |
com.pdf_tools.pdf.TextAlignment
[Enum.] com.pdf_tools.pdf.TextAlignment → com.pdf_tools.fourheights.pdftoolbox.geometry.HorizontalAlignment |
---|
pdf.geometry.integer namespace
com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size
[Struct] com.pdf_tools.fourheights.pdftoolbox.geometry.integer.Size |
---|
Image and ImageMask to substitute the removed methods Image.getWidth , Image.getHeight , ImageMask.getWidth , and ImageMask.getHeight . See Image size and image mask size. |
geometry.real namespace
com.pdf_tools.Point
[Struct] com.pdf_tools.Point → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Point |
---|
New base class com.pdf_tools.fourheights.pdftoolbox.internal.NativeBase . See Structs extend NativeBase. |
com.pdf_tools.Rectangle
[Struct] com.pdf_tools.Rectangle → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Rectangle |
---|
|
com.pdf_tools.Size
[Struct] com.pdf_tools.Size → com.pdf_tools.fourheights.pdftoolbox.geometry.real.Size |
---|
New base classcom.pdf_tools.fourheights.pdftoolbox.internal.NativeBase . See Structs extend NativeBase. |
com.pdf_tools.pdf.Transformation
[Class → Struct] com.pdf_tools.pdf.Transformation → com.pdf_tools.fourheights.pdftoolbox.geometry.real.AffineTransform |
---|
|
pdf namespace
com.pdf_tools.pdf.Conformance
[Enum.] com.pdf_tools.pdf.Conformance → com.pdf_tools.fourheights.pdftoolbox.pdf.Conformance |
---|
|
com.pdf_tools.pdf.CopyOption
[Enum.] com.pdf_tools.pdf.CopyOption |
---|
Removed. Substituted by [pdf.PageCopyOptions ] and pdf.navigation.OutlineCopyOptions . See Copy options. |
com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.CopyStrategy |
---|
Values:
CopyOption . See Copy options. |
com.pdf_tools.pdf.Document
[Class] com.pdf_tools.pdf.Document → com.pdf_tools.fourheights.pdftoolbox.pdf.Document |
---|
|
com.pdf_tools.pdf.EncryptionParams
[Struct → Class] com.pdf_tools.pdf.EncryptionParams → com.pdf_tools.fourheights.pdftoolbox.pdf.Encryption |
---|
New constructor Encryption(String userPassword, String ownerPassword, Permission permissions) . |
com.pdf_tools.pdf.FileReference
[Class] com.pdf_tools.pdf.FileReference → com.pdf_tools.fourheights.pdftoolbox.pdf.FileReference |
---|
|
com.pdf_tools.pdf.FileReferenceList
[Class] com.pdf_tools.pdf.FileReferenceList → com.pdf_tools.fourheights.pdftoolbox.pdf.FileReferenceList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |
com.pdf_tools.pdf.Metadata
[Class] com.pdf_tools.pdf.Metadata → com.pdf_tools.fourheights.pdftoolbox.pdf.Metadata |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.NameConflictResolution |
---|
Values:
CopyOption . See Copy options. |
com.pdf_tools.pdf.Page
[Class] com.pdf_tools.pdf.Page → com.pdf_tools.fourheights.pdftoolbox.pdf.Page |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.PageCopyOptions |
---|
Members:
|
com.pdf_tools.pdf.PageList
[Class] com.pdf_tools.pdf.PageList → com.pdf_tools.fourheights.pdftoolbox.pdf.PageList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |
com.pdf_tools.pdf.Permission
[Enum.] com.pdf_tools.pdf.Permission → com.pdf_tools.fourheights.pdftoolbox.pdf.Permission |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.RemovalStrategy |
---|
Values:
CopyOption . See Copy options. |
pdf.annotations namespace
com.pdf_tools.pdf.Annotation
[Class] com.pdf_tools.pdf.Annotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Annotation |
---|
|
com.pdf_tools.pdf.AnnotationLineEnding
[Enum.] com.pdf_tools.pdf.AnnotationLineEnding → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineEnding |
---|
|
com.pdf_tools.pdf.AnnotationList
[Class] com.pdf_tools.pdf.AnnotationList → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.AnnotationList |
---|
Removed implementation of the AutoCloseable interface. See AutoCloseable implementation removed |
com.pdf_tools.pdf.AnnotationPopup
[Class] com.pdf_tools.pdf.AnnotationPopup → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Popup |
---|
Renamed method getRectangle → getBoundingBox . |
com.pdf_tools.pdf.CircleAnnotation
[Class] com.pdf_tools.pdf.CircleAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.EllipseAnnotation |
---|
|
com.pdf_tools.pdf.CustomStampAnnotation
[Class] com.pdf_tools.pdf.CustomStampAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.CustomStamp |
---|
New method static CustomStampAnnotation create(pdf.Document targetDocument, geometry.real.Rectangle boundingBox) . See Creation and copying methods. See StampAnnotation for inherited changes. |
com.pdf_tools.pdf.DrawingAnnotation
[Class] com.pdf_tools.pdf.DrawingAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.DrawingAnnotation |
---|
See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.FileAttachmentAnnotation
[Class] com.pdf_tools.pdf.FileAttachmentAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachment |
---|
New method static FileAttachmentAnnotation create(pdf.Document targetDocument, geometry.real.Point topleft, pdf.FileReference attachedFile, pdf.content.Pain tpaint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.FileAttachmentIcon
[Enum.] com.pdf_tools.pdf.FileAttachmentIcon → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FileAttachmentIcon |
---|
com.pdf_tools.pdf.FreeDrawingAnnotation
[Class] com.pdf_tools.pdf.FreeDrawingAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.InkAnnotation |
---|
|
com.pdf_tools.pdf.FreeTextAnnotation
[Class] com.pdf_tools.pdf.FreeTextAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.FreeText |
---|
New method static FreeText create(pdf.Document targetDocument, geometry.real.Rectangle boundingBox, String content, pdf.content.Paint paint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.HighlightAnnotation
[Class] com.pdf_tools.pdf.HighlightAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Highlight |
---|
See TextMarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.LineAnnotation
[Class] com.pdf_tools.pdf.LineAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.LineAnnotation |
---|
New method static LineAnnotation create(pdf.Document targetDocument, geometry.real.Point start, geometry.real.Point end, pdf.content.Stroke stroke) . See Creation and copying methods. See DrawingAnnotation for inherited changes. |
com.pdf_tools.pdf.MarkupAnnotation
[Class] com.pdf_tools.pdf.MarkupAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupAnnotation |
---|
See Annotation for inherited changes. |
com.pdf_tools.pdf.MarkupInfo
[Class] com.pdf_tools.pdf.MarkupInfo → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfo |
---|
com.pdf_tools.pdf.MarkupInfoList
[Class] com.pdf_tools.pdf.MarkupInfoList → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.MarkupInfoList |
---|
com.pdf_tools.pdf.PolyDrawingAnnotation
[Class] com.pdf_tools.pdf.PolyDrawingAnnotation |
---|
Removed. SeeAnnotations. |
com.pdf_tools.pdf.PolyLineAnnotation
[Class] com.pdf_tools.pdf.PolyLineAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolyLineAnnotation |
---|
|
com.pdf_tools.pdf.PolygonAnnotation
[Class] com.pdf_tools.pdf.PolygonAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.PolygonAnnotation |
---|
|
com.pdf_tools.pdf.ShapeDrawingAnnotation
[Class] com.pdf_tools.pdf.ShapeDrawingAnnotation |
---|
Removed. See Annotations. |
com.pdf_tools.pdf.SquareAnnotation
[Class] com.pdf_tools.pdf.SquareAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.RectangleAnnotation |
---|
|
com.pdf_tools.pdf.SquigglyAnnotation
[Class] com.pdf_tools.pdf.SquigglyAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Squiggly |
---|
See HighlightAnnotation for inherited changes. |
com.pdf_tools.pdf.StampAnnotation
[Class] com.pdf_tools.pdf.StampAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Stamp |
---|
See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.StickyNoteAnnotation
[Class] com.pdf_tools.pdf.StickyNoteAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StickyNote |
---|
New method static StickyNotecreate(pdf.Document targetDocument, geometry.real.Point topleft, String content, pdf.content.Paint paint) . See Creation and copying methods. See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.StrikeThroughAnnotation
[Class] com.pdf_tools.pdf.StrikeThroughAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.StrikeThrough |
---|
See TextMarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.TextInsertAnnotation
[Class] com.pdf_tools.pdf.TextInsertAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextInsert |
---|
See TextMarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.TextMarkupAnnotation
[Class] com.pdf_tools.pdf.TextMarkupAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextMarkup |
---|
See MarkupAnnotation for inherited changes. |
com.pdf_tools.pdf.TextStampAnnotation
[Class] com.pdf_tools.pdf.TextStampAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStamp |
---|
New method static TextStampcreate(pdf.Document targetDocument, geometry.real.Point topleft, Double height, TextStampType type, String content) . See Creation and copying methods. See StampAnnotation for inherited changes. |
com.pdf_tools.pdf.TextStampType
[Enum.] com.pdf_tools.pdf.TextStampType → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.TextStampType |
---|
com.pdf_tools.pdf.UnderlineAnnotation
[Class] com.pdf_tools.pdf.UnderlineAnnotation → com.pdf_tools.fourheights.pdftoolbox.pdf.annotations.Underline |
---|
See TextMarkupAnnotation for inherited changes. |
pdf.content namespace
com.pdf_tools.pdf.BlendMode
[Enum.] com.pdf_tools.pdf.BlendMode → com.pdf_tools.fourheights.pdftoolbox.pdf.content.BlendMode |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedGrayColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedGrayColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedRgbColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedRgbColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedCmykColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.CalibratedCmykColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.pdf.ColorSpace
[Class] com.pdf_tools.pdf.ColorSpace → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ColorSpace |
---|
|
com.pdf_tools.pdf.ColorSpaceType
[Enum.] com.pdf_tools.pdf.ColorSpaceType |
---|
Removed. See Color space classes. |
com.pdf_tools.pdf.Content
[Class] com.pdf_tools.pdf.Content → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Content |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.ContentElement
[Class] com.pdf_tools.pdf.ContentElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentElement |
---|
|
com.pdf_tools.pdf.ContentExtractor
[Class] com.pdf_tools.pdf.ContentExtractor → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentExtractor |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.ContentGenerator
[Class] com.pdf_tools.pdf.ContentGenerator → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ContentGenerator |
---|
|
com.pdf_tools.pdf.DeviceColorSpaceType
[Enum.] com.pdf_tools.pdf.DeviceColorSpaceType → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ProcessColorSpaceType |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceGrayColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceGrayColorSpace |
---|
Extends pdf.content.ColorSpace .Substitutes the removed enumColorSpaceType. See Color space classes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceCmykColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceCmykColorSpace |
---|
Extends pdf.content.ColorSpace .Substitutes the removed enumColorSpaceType. See Color space classes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceRgbColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.DeviceRgbColorSpace |
---|
Extends pdf.content.ColorSpace .Substitutes the removed enumColorSpaceType. See Color space classes. |
com.pdf_tools.pdf.FillParams
[Struct → class] com.pdf_tools.pdf.FillParams → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Fill |
---|
|
com.pdf_tools.pdf.Font
[Class] com.pdf_tools.pdf.Font → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Font |
---|
|
com.pdf_tools.pdf.Group
[Class] com.pdf_tools.pdf.Group → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Group |
---|
|
com.pdf_tools.pdf.GroupElement
[Class] com.pdf_tools.pdf.GroupElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.GroupElement |
---|
New method static GroupElement copyWithoutContent(pdf.Document targetDocument, GroupElement groupElement) . See Creation and copying methods. See ContentElement for inherited changes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.IccBasedColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.IccBasedColorSpace |
---|
|
com.pdf_tools.pdf.Image
[Class] com.pdf_tools.pdf.Image → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Image |
---|
|
com.pdf_tools.pdf.ImageElement
[Class] com.pdf_tools.pdf.ImageElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageElement |
---|
See ContentElement for inherited changes. |
com.pdf_tools.pdf.ImageMask
[Class] com.pdf_tools.pdf.ImageMask → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMask |
---|
|
com.pdf_tools.pdf.ImageMaskElement
[Class] com.pdf_tools.pdf.ImageMaskElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ImageMaskElement |
---|
See ContentElement for inherited changes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.content.IndexedColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.IndexedColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.pdf.InsideRule
[Enum.] com.pdf_tools.pdf.InsideRule → com.pdf_tools.fourheights.pdftoolbox.pdf.content.InsideRule |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.content.LabColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.LabColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.pdf.LineCapStyle
[Class] com.pdf_tools.pdf.LineCapStyle → com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineCapStyle |
---|
com.pdf_tools.pdf.LineJoinStyle
[Enum.] com.pdf_tools.pdf.LineJoinStyle → com.pdf_tools.fourheights.pdftoolbox.pdf.content.LineJoinStyle |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.content.NChannelColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.NChannelColorSpace |
---|
Extends pdf.content.ColorSpace .Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.pdf.Paint
[Class] com.pdf_tools.pdf.Paint → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Paint |
---|
|
com.pdf_tools.pdf.Path
[Class] com.pdf_tools.pdf.Path → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Path |
---|
|
com.pdf_tools.pdf.PathElement
[Class] com.pdf_tools.pdf.PathElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathElement |
---|
See ContentElement for inherited changes. |
com.pdf_tools.pdf.PathGenerator
[Class] com.pdf_tools.pdf.PathGenerator → com.pdf_tools.fourheights.pdftoolbox.pdf.content.PathGenerator |
---|
com.pdf_tools.fourheights.pdftoolbox.pdf.content.SeparationColorSpace
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.content.SeparationColorSpace |
---|
Extends pdf.content.ColorSpace . Substitutes the removed enum ColorSpaceType . See Color space classes. |
com.pdf_tools.pdf.ShadingElement
[Class] com.pdf_tools.pdf.ShadingElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.ShadingElement |
---|
See ContentElement for inherited changes. |
com.pdf_tools.pdf.StrokeParams
[Struct → class] com.pdf_tools.pdf.StrokeParams → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Stroke |
---|
|
com.pdf_tools.pdf.Text
[Class] com.pdf_tools.pdf.Text → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Text |
---|
|
com.pdf_tools.pdf.TextElement
[Class] com.pdf_tools.pdf.TextElement → com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextElement |
---|
See ContentElement for inherited changes. |
[Class] com.pdf_tools.pdf.TextFragment → com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextFragment |
---|
|
com.pdf_tools.pdf.TextGenerator
[Class] com.pdf_tools.pdf.TextGenerator → com.pdf_tools.fourheights.pdftoolbox.pdf.content.TextGenerator |
---|
|
com.pdf_tools.pdf.TransparencyParams
[Struct → Class] com.pdf_tools.pdf.TransparencyParams → com.pdf_tools.fourheights.pdftoolbox.pdf.content.Transparency |
---|
|
com.pdf_tools.pdf.UngroupingSet
[Enum.] com.pdf_tools.pdf.UngroupingSet → com.pdf_tools.fourheights.pdftoolbox.pdf.content.UngroupingSelection |
---|
pdf.forms namespace
com.pdf_tools.pdf.CheckBoxField
[Class] com.pdf_tools.pdf.CheckBoxField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CheckBox |
---|
New method static CheckBoxcreate(pdf.Document targetDocument) . See Creation and copying methods. See FormField for inherited changes. |
com.pdf_tools.pdf.ChoiceField
[Class] com.pdf_tools.pdf.ChoiceField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceField |
---|
See FormField for inherited changes. |
com.pdf_tools.pdf.ChoiceItem
[Class] com.pdf_tools.pdf.ChoiceItem → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItem |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.ChoiceItemList
[Class] com.pdf_tools.pdf.ChoiceItemList → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ChoiceItemList |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.ComboBoxField
[Class] com.pdf_tools.pdf.ComboBoxField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ComboBox |
---|
New method static ComboBoxcreate(pdf.Document targetDocument) . See Creation and copying methods. See ChoiceField for inherited changes. |
com.pdf_tools.pdf.CombTextField
[Class] com.pdf_tools.pdf.CombTextField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.CombTextField |
---|
|
com.pdf_tools.pdf.FormField
[Class] com.pdf_tools.pdf.FormField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Field |
---|
See FormFieldNode for inherited changes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy
[Enum.] com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FormFieldCopyStrategy |
---|
Values:
|
com.pdf_tools.pdf.FormFieldNode
[Class] com.pdf_tools.pdf.FormFieldNode → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNode |
---|
|
com.pdf_tools.pdf.FormFieldNodeMap
[Class] com.pdf_tools.pdf.FormFieldNodeMap → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.FieldNodeMap |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.GeneralTextField
[Class] com.pdf_tools.pdf.GeneralTextField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.GeneralTextField |
---|
|
com.pdf_tools.pdf.ListBoxField
[Class] com.pdf_tools.pdf.ListBoxField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.ListBox |
---|
New method static ListBox create(pdf.Document targetDocument) . See Creation and copying methods. See ChoiceField for inherited changes. |
com.pdf_tools.pdf.PushButtonField
[Class] com.pdf_tools.pdf.PushButtonField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.PushButton |
---|
com.pdf_tools.pdf.RadioButton
[Class] com.pdf_tools.pdf.RadioButton → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButton |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.RadioButtonField
[Class] com.pdf_tools.pdf.RadioButtonField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonGroup |
---|
|
com.pdf_tools.pdf.RadioButtonList
[Class] com.pdf_tools.pdf.RadioButtonList → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.RadioButtonList |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.SignatureField
[Class] com.pdf_tools.pdf.SignatureField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureField |
---|
|
com.pdf_tools.pdf.SignatureFieldList
[Class] com.pdf_tools.pdf.SignatureFieldList → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SignatureFieldList |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.SubForm
[Class] com.pdf_tools.pdf.SubForm → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.SubForm |
---|
New method static SubForm create(pdf.Document targetDocument) . See Creation and copying methods. See FormFieldNode for inherited changes. |
com.pdf_tools.pdf.TextField
[Class] com.pdf_tools.pdf.TextField → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.TextField |
---|
Removed methods getMaxLength and setMaxLength . SeeMaxLength in text fields. See FormFieldNode for inherited changes. |
com.pdf_tools.pdf.Widget
[Class] com.pdf_tools.pdf.Widget → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.Widget |
---|
|
com.pdf_tools.pdf.WidgetList
[Class] com.pdf_tools.pdf.WidgetList → com.pdf_tools.fourheights.pdftoolbox.pdf.forms.WidgetList |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
pdf.navigation namespace
com.pdf_tools.pdf.Destination
[Class] com.pdf_tools.pdf.Destination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Destination |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.DirectDestination
[Class] com.pdf_tools.pdf.DirectDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.DirectDestination |
---|
See Destination for inherited changes. |
com.pdf_tools.pdf.EmbeddedPdfLink
[Class] com.pdf_tools.pdf.EmbeddedPdfLink → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.EmbeddedPdfLink |
---|
|
com.pdf_tools.pdf.FitHeightDestination
[Class] com.pdf_tools.pdf.FitHeightDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitHeightDestination |
---|
|
com.pdf_tools.pdf.FitPageDestination
[Class] com.pdf_tools.pdf.FitPageDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitPageDestination |
---|
|
com.pdf_tools.pdf.FitRectangleDestination
[Class] com.pdf_tools.pdf.FitRectangleDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitRectangleDestination |
---|
|
com.pdf_tools.pdf.FitWidthDestination
[Class] com.pdf_tools.pdf.FitWidthDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.FitWidthDestination |
---|
|
com.pdf_tools.pdf.InternalLink
[Class] com.pdf_tools.pdf.InternalLink → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.InternalLink |
---|
See Link for inherited changes. |
com.pdf_tools.pdf.Link
[Class] com.pdf_tools.pdf.Link → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.Link |
---|
|
com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LinkList |
---|
A list that contains Link objects. |
com.pdf_tools.pdf.LocationZoomDestination
[Class] com.pdf_tools.pdf.LocationZoomDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.LocationZoomDestination |
---|
|
- Removed constructor. See Constructors.
-
New method
static ZoomDestination create(pdf.Document targetDocument, pdf.Page page, Double left, Double top,Double zoom)
. See Creation and copying methods. See DirectDestination for inherited changes.
com.pdf_tools.pdf.NamedDestination
[Class] com.pdf_tools.pdf.NamedDestination → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestination |
---|
New method static NamedDestination create(pdf.Document targetDocument, String name, DirectDestination target) . See Creation and copying methods. See Destination for inherited changes. |
com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy
[Enum] com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.NamedDestinationCopyStrategy |
---|
Values:
CopyOption . See Copy options. |
com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions
[Class] com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineCopyOptions |
---|
|
com.pdf_tools.pdf.OutlineItem
[Class] com.pdf_tools.pdf.OutlineItem → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItem |
---|
|
com.pdf_tools.pdf.OutlineItemLists
[Class] com.pdf_tools.pdf.OutlineItemList → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.OutlineItemList |
---|
Removed implementation of the AutoCloseable interface. See Removal of AutoCloseable implementation. |
com.pdf_tools.pdf.PageDisplay
[Struct] com.pdf_tools.pdf.PageDisplay → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageDisplay |
---|
|
com.pdf_tools.pdf.PageLayout
[Enum.] com.pdf_tools.pdf.PageLayout → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.PageLayout |
---|
com.pdf_tools.pdf.ViewerNavigationPane
[Enum.] com.pdf_tools.pdf.ViewerNavigationPane → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerNavigationPane |
---|
com.pdf_tools.pdf.ViewerSettings
[Class] com.pdf_tools.pdf.ViewerSettings → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.ViewerSettings |
---|
New method static ViewerSettings copy(pdf.Document targetDocument, ViewerSettings viewerSettings) . See Creation and copying methods. |
com.pdf_tools.pdf.WebLink
[Class] com.pdf_tools.pdf.WebLink → com.pdf_tools.fourheights.pdftoolbox.pdf.navigation.WebLink |
---|
|
sys namespace
com.pdf_tools.FileStream
[Class] com.pdf_tools.FileStream → com.pdf_tools.fourheights.pdftoolbox.sys.FileStream |
---|
com.pdf_tools.MemoryStream
[Class] com.pdf_tools.MemoryStream → com.pdf_tools.fourheights.pdftoolbox.sys.MemoryStream |
---|
com.pdf_tools.Stream
[Class] com.pdf_tools.Stream → com.pdf_tools.fourheights.pdftoolbox.sys.Stream |
---|