Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.vector |
The Aspose.Pdf.Vector is a root namespace for graphics operations.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.addGraphics(GraphicElementCollection elements)
Adds graphics to the page.
|
void |
Page.addGraphics(GraphicElementCollection elements,
Rectangle rectangle)
Adds graphics to the page.
|
void |
Page.deleteGraphics(GraphicElementCollection elementsToDelete)
Deletes graphics from the page.
|
Modifier and Type | Method and Description |
---|---|
GraphicElementCollection |
GraphicsAbsorber.getElements()
Gets collection of search occurrences that are presented with
GraphicElement objects. |
GraphicElementCollection |
XFormPlacement.getElements()
Gets graphic elements inside this XForm.
|
Modifier and Type | Method and Description |
---|---|
static XFormPlacement |
InternalHelper.getParent(GraphicElementCollection elementsToDelete) |
static void |
InternalHelper.graphicAppender_addGraphicToPage(Page page,
GraphicElementCollection elements,
Rectangle rectangle) |
Copyright © 2024 Aspose. All Rights Reserved.