Uses of Class
org.apache.pdfbox.cos.COSString
-
Packages that use COSString Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.debugger.flagbitspane org.apache.pdfbox.debugger.signaturepane org.apache.pdfbox.debugger.stringpane org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdfwriter.compress org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.preflight.parser org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of COSString in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSString Modifier and Type Method Description static COSStringCOSString. parseHex(java.lang.String hex)This will create a COS string from a string of hex characters.Methods in org.apache.pdfbox.cos with parameters of type COSString Modifier and Type Method Description voidICOSVisitor. visitFromString(COSString obj)Notification of visit to string object. -
Uses of COSString in org.apache.pdfbox.debugger.flagbitspane
Fields in org.apache.pdfbox.debugger.flagbitspane declared as COSString Modifier and Type Field Description private COSStringPanoseFlag. byteValue -
Uses of COSString in org.apache.pdfbox.debugger.signaturepane
Methods in org.apache.pdfbox.debugger.signaturepane with parameters of type COSString Modifier and Type Method Description private javax.swing.JTextPaneSignaturePane. createTextView(COSString cosString)private java.lang.StringSignaturePane. getTextString(COSString cosString)Constructors in org.apache.pdfbox.debugger.signaturepane with parameters of type COSString Constructor Description SignaturePane(COSString cosString) -
Uses of COSString in org.apache.pdfbox.debugger.stringpane
Methods in org.apache.pdfbox.debugger.stringpane with parameters of type COSString Modifier and Type Method Description private javax.swing.JComponentStringPane. createHexView(COSString cosString)private javax.swing.JTextPaneStringPane. createTextView(COSString cosString)private java.lang.StringStringPane. getTextString(COSString cosString)Constructors in org.apache.pdfbox.debugger.stringpane with parameters of type COSString Constructor Description StringPane(COSString cosString) -
Uses of COSString in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSString Modifier and Type Method Description private COSStringBaseParser. parseCOSHexString()This will parse a PDF HEX string with fail fast semantic meaning that we stop if a not allowed character is found.protected COSStringBaseParser. parseCOSString()This will parse a PDF string. -
Uses of COSString in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSString Modifier and Type Method Description voidCOSWriter. visitFromString(COSString obj)static voidCOSWriter. writeString(COSString string, java.io.OutputStream output)This will output the given byte getString as a PDF object. -
Uses of COSString in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSString Modifier and Type Method Description private voidCOSWriterObjectStream. writeCOSString(java.io.OutputStream output, COSString cosString)Write the givenCOSStringto the given stream. -
Uses of COSString in org.apache.pdfbox.pdmodel.common.filespecification
Fields in org.apache.pdfbox.pdmodel.common.filespecification declared as COSString Modifier and Type Field Description private COSStringPDSimpleFileSpecification. fileConstructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSString Constructor Description PDSimpleFileSpecification(COSString fileName)Constructor. -
Uses of COSString in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption that return COSString Modifier and Type Method Description COSStringPDEncryption. getRecipientStringAt(int i)returns the COSString contained in the Recipients field at position i.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSString Modifier and Type Method Description private voidSecurityHandler. decryptString(COSString string, long objNum, long genNum)This will decrypt a string.voidSecurityHandler. encryptString(COSString string, long objNum, int genNum)This will encrypt a string. -
Uses of COSString in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSString Modifier and Type Method Description voidFDFField. setRichText(COSString rv)This will set the rich text value. -
Uses of COSString in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Constructors in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSString Constructor Description PDNamedDestination(COSString dest)Constructor. -
Uses of COSString in org.apache.pdfbox.pdmodel.interactive.form
Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSString Constructor Description PDDefaultAppearanceString(COSString defaultAppearance, PDResources defaultResources)Constructor for reading an existing DA string. -
Uses of COSString in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser that return COSString Modifier and Type Method Description protected COSStringPreflightParser. parseCOSString()Check that the hexa string contains only an even number of Hexadecimal characters. -
Uses of COSString in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util with parameters of type COSString Modifier and Type Method Description static java.util.CalendarDateConverter. toCalendar(COSString text)Returns the Calendar for a given COS string containing a date, ornullif it cannot be parsed.
-