|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contents | |
---|---|
org.pdfclown.documents | Document-level objects [PDF:1.6:3.6]. |
org.pdfclown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
org.pdfclown.documents.contents.xObjects | External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. |
org.pdfclown.tools | Specialized tools for performing common operations on PDF files. |
Uses of Contents in org.pdfclown.documents |
---|
Methods in org.pdfclown.documents that return Contents | |
---|---|
Contents |
Page.getContents()
|
Uses of Contents in org.pdfclown.documents.contents |
---|
Methods in org.pdfclown.documents.contents that return Contents | |
---|---|
Contents |
Contents.clone(Document context)
|
Contents |
IContentContext.getContents()
Gets the contents collection representing the content stream associated with this content context. |
Contents |
ContentScanner.getContents()
Gets the content objects collection this scanner is inspecting. |
static Contents |
Contents.wrap(PdfDirectObject baseObject,
IContentContext contentContext)
|
Constructors in org.pdfclown.documents.contents with parameters of type Contents | |
---|---|
ContentScanner(Contents contents)
Instantiates a top-level content scanner. |
Uses of Contents in org.pdfclown.documents.contents.xObjects |
---|
Methods in org.pdfclown.documents.contents.xObjects that return Contents | |
---|---|
Contents |
FormXObject.getContents()
|
Uses of Contents in org.pdfclown.tools |
---|
Methods in org.pdfclown.tools with parameters of type Contents | |
---|---|
Map<Rectangle2D,List<ITextString>> |
TextExtractor.extract(Contents contents)
Extracts text strings from the specified contents. |
BufferedImage |
Renderer.render(Contents contents,
Dimension2D size)
Renders the specified contents into an image context. |
BufferedImage |
Renderer.render(Contents contents,
Dimension2D size,
Rectangle2D area)
Renders the specified contents into an image context. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |