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. |
Modifier and Type | Method and Description |
---|---|
ArtifactCollection |
Page.getArtifacts()
Gets collection of artifacts on the page.
|
Constructor and Description |
---|
Artifact(ArtifactCollection owner,
com.aspose.pdf.Artifact.ArtifactContext context,
com.aspose.ms.System.Collections.Generic.List<Operator> _contents,
com.aspose.pdf.engine.data.IPdfDictionary _properties)
This constructor is used when artifact is read from the page.
|