|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourcesProvider | |
---|---|
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.pd | The higher level building blocks of a PDF document. |
Uses of IResourcesProvider in de.intarsys.pdf.content |
---|
Subinterfaces of IResourcesProvider in de.intarsys.pdf.content | |
---|---|
interface |
IContentStreamProvider
An interface for all owners of PDF content streams. |
Uses of IResourcesProvider in de.intarsys.pdf.content.common |
---|
Methods in de.intarsys.pdf.content.common that return IResourcesProvider | |
---|---|
IResourcesProvider |
CSCreator.getResourcesProvider()
The IResourcesProvider associated with this. |
Methods in de.intarsys.pdf.content.common with parameters of type IResourcesProvider | |
---|---|
static CSCreator |
CSCreator.createFromContent(CSContent content,
IResourcesProvider resourcesProvider)
Create a CSCreator on an existing CSContent . |
static CSCreator |
CSCreator.createNewDetached(IResourcesProvider provider)
Create a CSCreator on a newly created CSContent . |
Uses of IResourcesProvider in de.intarsys.pdf.pd |
---|
Classes in de.intarsys.pdf.pd that implement IResourcesProvider | |
---|---|
class |
PDForm
A form object. |
class |
PDPage
A single concrete page in a PDF document. |
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |