|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSString | |
org.pdfbox.cos | These are the low level objects that make up a PDF document. |
org.pdfbox.examples.persistence | These examples will show how to use the persistence features of the PDFBox. |
org.pdfbox.pdfparser | The pdfparser package contains classes to parse PDF documents and objects within the document. |
org.pdfbox.pdfwriter | This is the persistence layer used to write the PDFBox documents to a stream. |
org.pdfbox.pdmodel.common | High level PD classes that are used throughout several packages are placed in the PDModel common package. |
org.pdfbox.pdmodel.common.filespecification | The file specification package defines classes that are used for the PDF File Specification logic. |
org.pdfbox.pdmodel.interactive.documentnavigation.destination | The destination package allows destinations into a pdf document to be specified. |
org.pdfbox.pdmodel.interactive.form | The interactive package contains classes that deal with interactive annotations such as textfields and buttons. |
Uses of COSString in org.pdfbox.cos |
Methods in org.pdfbox.cos that return COSString | |
static COSString |
COSString.createFromHexString(String hex)
This will create a COS string from a string of hex characters. |
Methods in org.pdfbox.cos with parameters of type COSString | |
Object |
ICOSVisitor.visitFromString(COSString obj)
Notification of visit to string object. |
Uses of COSString in org.pdfbox.examples.persistence |
Methods in org.pdfbox.examples.persistence with parameters of type COSString | |
void |
FieldsDoc.setField(COSDocument doc,
COSString name,
COSString value)
lookup and fill the field. |
void |
AppendAndFillDoc.setField(COSDocument doc,
String prefix,
COSString name,
COSString value)
lookup and fill the field. |
Uses of COSString in org.pdfbox.pdfparser |
Methods in org.pdfbox.pdfparser that return COSString | |
protected COSString |
BaseParser.parseCOSString()
This will parse a PDF string. |
Uses of COSString in org.pdfbox.pdfwriter |
Methods in org.pdfbox.pdfwriter with parameters of type COSString | |
Object |
COSWriter.visitFromString(COSString obj)
visitFromString method comment. |
Uses of COSString in org.pdfbox.pdmodel.common |
Constructors in org.pdfbox.pdmodel.common with parameters of type COSString | |
PDTextStream(COSString str)
Constructor. |
Uses of COSString in org.pdfbox.pdmodel.common.filespecification |
Constructors in org.pdfbox.pdmodel.common.filespecification with parameters of type COSString | |
PDSimpleFileSpecification(COSString fileName)
Constructor. |
Uses of COSString in org.pdfbox.pdmodel.interactive.documentnavigation.destination |
Constructors in org.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSString | |
PDNamedDestination(COSString dest)
Constructor. |
Uses of COSString in org.pdfbox.pdmodel.interactive.form |
Methods in org.pdfbox.pdmodel.interactive.form that return COSString | |
protected COSString |
PDVariableText.getDefaultAppearance()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |