Package | Description |
---|---|
com.aspose.pdf.vector |
The Aspose.Pdf.Vector is a root namespace for graphics operations.
|
com.aspose.pdf.vector.extraction |
Modifier and Type | Class and Description |
---|---|
class |
SubPath
Represents vector graphics object on the page.
|
class |
XFormPlacement
Represents XForm placement.
|
Modifier and Type | Method and Description |
---|---|
GraphicElement |
GraphicElementCollection.get_Item(int index)
Gets the
GraphicElement element at the specified index. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<GraphicElement> |
GraphicElementCollection.iterator()
Returns an enumerator for the entire collection.
|
com.aspose.ms.System.Collections.Generic.List<GraphicElement> |
GraphicElementCollection.toList()
Returns the inner collection for unrestricted enumeration.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicElementCollection.add(GraphicElement item)
Adds a new
GraphicElement to the collection. |
static void |
InternalHelper.clear(GraphicElement el) |
boolean |
GraphicElementCollection.contains(GraphicElement item)
Determines whether an element is in the collection.
|
void |
GraphicElementCollection.copyTo(GraphicElement[] array,
int arrayIndex)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
|
static GraphicState |
InternalHelper.getGraphicState(GraphicElement xFormPlacement) |
static com.aspose.ms.System.Collections.Generic.List<Operator> |
InternalHelper.getOperatorsInternal(GraphicElement el) |
boolean |
GraphicElementCollection.remove(GraphicElement item)
Deletes the
GraphicElement element. |
Modifier and Type | Method and Description |
---|---|
GraphicElement |
SubPathContainer.getGraphElement()
Gets contained graphic element.
|
Modifier and Type | Method and Description |
---|---|
String |
SvgExtractor.extract(GraphicsAbsorber absorber,
com.aspose.ms.System.Predicate<GraphicElement> filter,
Page page)
Exracts svg image to string from graphic elements represents by
absorber with a predicate filter. |
void |
SvgExtractor.extract(GraphicsAbsorber absorber,
com.aspose.ms.System.Predicate<GraphicElement> filter,
Page page,
String svgFilePath)
Exracts svg image to file from graphic elements represents by
absorber with a predicate filter. |
String |
SvgExtractor.extract(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GraphicElement> elements,
Page page)
Extracts graphic elements into a SVG string.
|
void |
SvgExtractor.extract(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<GraphicElement> elements,
Page page,
String svgFilePath)
Extracts graphic elements into a single SVG file.
|
Constructor and Description |
---|
SubPathContainer(GraphicElement graphicElement)
Instantiates a container class for graphic elements.
|
SubPathContainer(int id,
GraphicElement graphicElement)
Instantiates a container class for graphic elements.
|
SubPathContainer(int id,
GraphicElement graphicElement,
Rectangle rect)
Instantiates a container class for graphic elements.
|
Copyright © 2025 Aspose. All Rights Reserved.