|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSContent | |
---|---|
de.intarsys.pdf.content | The "content" package contains functionality to work on PDF content streams. |
de.intarsys.pdf.content.common | Some common implementations on PDF content stream. |
de.intarsys.pdf.parser | Everything related to reading PDF and COS data from data streams. |
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
de.intarsys.pdf.writer | Serializing a PDF document. |
Uses of CSContent in de.intarsys.pdf.content |
---|
Methods in de.intarsys.pdf.content that return CSContent | |
---|---|
static CSContent |
CSContent.createFromBytes(byte[] data)
Create CSContent from a byte array containing a PDF content
stream. |
static CSContent |
CSContent.createFromCos(COSArray streams)
Create CSContent from an array of COSStream , together
defining a PDF content stream. |
static CSContent |
CSContent.createFromCos(COSStream stream)
Create CSContent from a COSStream containing a PDF
content stream. |
static CSContent |
CSContent.createNew()
Create a new CSContent . |
CSContent |
IContentStreamProvider.getContentStream()
The CSContent contained in this. |
Methods in de.intarsys.pdf.content with parameters of type CSContent | |
---|---|
void |
ICSInterpreter.process(CSContent content,
PDResources resources)
Process content using resources if needed. |
void |
CSInterpreter.process(CSContent pContent,
PDResources pResources)
|
void |
CSDeviceBasedInterpreter.process(CSContent pContent,
PDResources resourceDict)
|
void |
IContentStreamProvider.setContentStream(CSContent content)
Assign the new CSContent to this. |
Uses of CSContent in de.intarsys.pdf.content.common |
---|
Methods in de.intarsys.pdf.content.common that return CSContent | |
---|---|
CSContent |
CSCreator.getContent()
The CSContent we are working on. |
Methods in de.intarsys.pdf.content.common with parameters of type CSContent | |
---|---|
void |
CSCreator.copy(CSContent otherContent)
Copy all operations from otherContent to this . |
static CSCreator |
CSCreator.createFromContent(CSContent content,
IResourcesProvider resourcesProvider)
Create a CSCreator on an existing CSContent . |
void |
CSPrettyPrinter.print(CSContent content)
|
Uses of CSContent in de.intarsys.pdf.parser |
---|
Methods in de.intarsys.pdf.parser that return CSContent | |
---|---|
CSContent |
CSContentParser.parseStream(byte[] data)
parse a content stream. |
CSContent |
CSContentParser.parseStream(IRandomAccess input)
parse a content stream. |
Uses of CSContent in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return CSContent | |
---|---|
CSContent |
PDPage.getContentStream()
The CSContent defining the visual content of the page. |
CSContent |
PDForm.getContentStream()
|
CSContent |
PDAcroFormNode.getDefaultAppearanceContent()
The CSContent fragment defining the default appearance to be used
for variable text fields. |
Methods in de.intarsys.pdf.pd with parameters of type CSContent | |
---|---|
void |
PDPage.addContentStream(CSContent contentStream)
Add a CSContent stream to this. |
void |
PDPage.setContentStream(CSContent contentStream)
Assign a new visual appearance to the page. |
void |
PDForm.setContentStream(CSContent content)
|
void |
PDAcroFormNode.setDefaultAppearanceContent(CSContent pContent)
Set the content stream fragment to be used as the default appearance with variable text fields. |
Uses of CSContent in de.intarsys.pdf.writer |
---|
Methods in de.intarsys.pdf.writer with parameters of type CSContent | |
---|---|
void |
COSWriter.writeContentStream(CSContent contentStream)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |