Uses of Class
org.sejda.sambox.cos.COSString
Packages that use COSString
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
The destination package allows destinations into a pdf document to be specified.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of COSString in org.sejda.sambox.cos
Methods in org.sejda.sambox.cos that return COSStringModifier and TypeMethodDescriptionstatic COSStringCOSString.newInstance(byte[] value) Factory method for aCOSStringfrom a byte arraystatic COSStringFactory method creating aCOSStringfrom a string of hex characters.static COSStringCOSString.parseLiteral(String literal) Factory method creating aCOSStringfrom a literal string.Methods in org.sejda.sambox.cos with parameters of type COSString -
Uses of COSString in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return COSString -
Uses of COSString in org.sejda.sambox.pdmodel.common.filespecification
Constructors in org.sejda.sambox.pdmodel.common.filespecification with parameters of type COSString -
Uses of COSString in org.sejda.sambox.pdmodel.encryption
Methods in org.sejda.sambox.pdmodel.encryption that return COSStringModifier and TypeMethodDescriptionPDEncryption.getRecipientStringAt(int i) returns the COSString contained in the Recipients field at position i. -
Uses of COSString in org.sejda.sambox.pdmodel.interactive.form
Methods in org.sejda.sambox.pdmodel.interactive.form that return COSStringModifier and TypeMethodDescriptionstatic COSStringDefaultAppearanceHelper.getDefaultAppearance(COSBase defaultAppearance) static COSStringDefaultAppearanceHelper.getDefaultAppearance(PDField field) -
Uses of COSString in org.sejda.sambox.util
Methods in org.sejda.sambox.util with parameters of type COSStringModifier and TypeMethodDescriptionstatic CalendarDateConverter.toCalendar(COSString text) Returns the Calendar for a given COS string containing a date, ornullif it cannot be parsed.