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.tagged.logicalstructure |
The com.aspose.pdf.tagged.logicalstructure is a namespace for PDF Logical Structure classes.
|
com.aspose.pdf.tagged.logicalstructure.elements |
The com.aspose.pdf.tagged.logicalstructure.elements is a namespace for PDF Logical Structure classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundArtifact
Class describes background artifact.
|
class |
BatesNArtifact
Class describes Bates Numbering artifact.
|
class |
FooterArtifact
Describes footer artifact.
|
class |
HeaderArtifact
Class describes Heaader artifact.
|
class |
PaginationArtifact
Represents an abstract base class for pagination artifacts in a document.
|
class |
WatermarkArtifact
Class describes watermark artifact.
|
Modifier and Type | Method and Description |
---|---|
static Artifact |
InternalHelper.deepClone(Artifact item) |
Artifact |
ArtifactCollection.get_Item(int index)
Gets artifact by index.
|
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
ArtifactCollection.findByValue(String name,
String expectedValue)
Finds artifacts by custom value.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Artifact> |
ArtifactCollection.iterator()
Gets enumerator for the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactCollection.add(Artifact artifact)
Adds artifacts to the collection.
|
void |
ArtifactCollection.addItem(Artifact artifact) |
boolean |
ArtifactCollection.containsItem(Artifact artifact)
Not Supported yet.
|
static void |
InternalHelper.copyTo(ArtifactCollection ar,
Artifact[] array,
int index) |
void |
ArtifactCollection.copyToTArray(Artifact[] artifacts,
int i)
C copy artifacts into array.
|
static Artifact |
InternalHelper.deepClone(Artifact item) |
void |
ArtifactCollection.delete(Artifact artifact)
Deletes specified artifact.
|
static com.aspose.pdf.engine.data.IPdfDictionary |
InternalHelper.getEngineDict(Artifact value) |
static ArtifactCollection |
InternalHelper.getOwner(Artifact artifact) |
boolean |
ArtifactCollection.remove(Artifact item)
Deletes specified artifact.
|
boolean |
ArtifactCollection.removeItem(Artifact artifact)
Not Supported yet.
|
static void |
InternalHelper.setPieceInfo(Artifact artifact,
com.aspose.pdf.engine.data.IPdfDictionary pieceInfo) |
void |
ArtifactCollection.update(Artifact artifact)
Update artifact inside the collection.
|
Modifier and Type | Method and Description |
---|---|
MCRElement |
StructTreeRootElement.tag(Artifact artifact)
Bind a structure element to the Artifact.
|
Modifier and Type | Method and Description |
---|---|
abstract MCRElement |
Element.tag(Artifact artifact)
Bind a structure element to the Artifact.
|
MCRElement |
MCRElement.tag(Artifact artifact)
Bind a structure element to the Artifact.
|
MCRElement |
OBJRElement.tag(Artifact artifact)
Bind a structure element to the Artifact.
|
MCRElement |
StructureElement.tag(Artifact artifact)
Bind a structure element to the Artifact.
|
Copyright © 2025 Aspose. All Rights Reserved.