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 |
Modifier and Type | Method and Description |
---|---|
void |
Page.addVectorGraphics(SubPathCollection pathsToAdd)
Adds vector graphics inside given rectangle to the page.
|
void |
Page.addVectorGraphics(SubPathCollection pathsToAdd,
Rectangle rectangle)
Adds vector graphics inside given rectangle to the page.
|
void |
Page.deleteVectorGraphics(SubPathCollection pathsToDelete)
Deletes vector graphics from the page.
|
Modifier and Type | Method and Description |
---|---|
SubPathCollection |
VectorGraphicsAbsorber.getSubPaths()
Gets collection of search occurrences that are presented with
SubPath objects. |
static SubPathCollection |
InternalHelper.new_SubPathCollection() |
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.VectorGraphicsAbsorber_copyVectorGraphicToPage(SubPathCollection pathsToAdd,
Page page,
Rectangle rectangle) |
Copyright © 2023 Aspose. All Rights Reserved.