public class GraphicsAbsorber extends Object
Represents an absorber object of graphics elements.
Performs graphics search and provides access to search results via GraphicsAbsorber.Elements
(getElements()
) collection.
Constructor and Description |
---|
GraphicsAbsorber() |
Modifier and Type | Method and Description |
---|---|
GraphicElementCollection |
getElements()
Gets collection of search occurrences that are presented with
GraphicElement objects. |
void |
resumeUpdate()
Resume update forPage#getContents and all @link XForm#getContents
Was made for performance increase, see also.
|
void |
suppressUpdate()
Suppresses update for Page#getContents and all @link XForm#getContents
Was made for performance increase, see also.
|
void |
visit(Page page)
Performs search on the specified page.
|
public final GraphicElementCollection getElements()
Gets collection of search occurrences that are presented with GraphicElement
objects.
public final void visit(Page page)
Performs search on the specified page.
page
- PDF document page object.public final void suppressUpdate()
Suppresses update for Page#getContents and all @link XForm#getContents Was made for performance increase, see also.
public final void resumeUpdate()
Resume update forPage#getContents and all @link XForm#getContents Was made for performance increase, see also.
Copyright © 2024 Aspose. All Rights Reserved.