|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resources | |
---|---|
it.stefanochizzolini.clown.documents | Document-level objects [PDF:1.6:3.6]. |
it.stefanochizzolini.clown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
it.stefanochizzolini.clown.documents.contents.xObjects | External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. |
it.stefanochizzolini.clown.documents.interaction.forms | Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. |
Uses of Resources in it.stefanochizzolini.clown.documents |
---|
Methods in it.stefanochizzolini.clown.documents that return Resources | |
---|---|
Resources |
Page.getResources()
|
Resources |
Document.getResources()
Gets the default resource collection [PDF:1.6:3.6.2]. |
Methods in it.stefanochizzolini.clown.documents with parameters of type Resources | |
---|---|
void |
Document.setResources(Resources value)
|
Constructors in it.stefanochizzolini.clown.documents with parameters of type Resources | |
---|---|
Page(Document context,
Dimension2D size,
Resources resources)
Creates a new page within the given document context, using custom resources. |
Uses of Resources in it.stefanochizzolini.clown.documents.contents |
---|
Methods in it.stefanochizzolini.clown.documents.contents that return Resources | |
---|---|
Resources |
Resources.clone(Document context)
|
Resources |
IContentContext.getResources()
Gets the resources associated with the object, either explicitly (directly associated to the object) or (if not explicitly available) implicitly (inherited from a higher-level object). |
Uses of Resources in it.stefanochizzolini.clown.documents.contents.xObjects |
---|
Methods in it.stefanochizzolini.clown.documents.contents.xObjects that return Resources | |
---|---|
Resources |
FormXObject.getResources()
Gets the resources associated to the form. |
Methods in it.stefanochizzolini.clown.documents.contents.xObjects with parameters of type Resources | |
---|---|
void |
FormXObject.setResources(Resources value)
Sets the resources associated to the form. |
Constructors in it.stefanochizzolini.clown.documents.contents.xObjects with parameters of type Resources | |
---|---|
FormXObject(Document context,
Resources resources)
Creates a new form within the given document context, using custom resources. |
Uses of Resources in it.stefanochizzolini.clown.documents.interaction.forms |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.forms that return Resources | |
---|---|
Resources |
Form.getResources()
Gets the default resources used by fields. |
Methods in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type Resources | |
---|---|
void |
Form.setResources(Resources value)
Sets the default resources used by fields. |
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |