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 | Class and Description |
---|---|
class |
BackgroundArtifact
Class descibes background artifact.
|
class |
FooterArtifact
Describes footer artifact.
|
class |
HeaderArtifact
Class describes Heaader artifact.
|
class |
WatermarkArtifact
Class describes watermark artifact.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ArtifactCollection.copyToTArray(Artifact[] artifacts,
int i)
C copy artifacts into array.
|
void |
ArtifactCollection.delete(Artifact artifact)
Deletes specified artifact.
|
boolean |
ArtifactCollection.remove(Artifact item)
Deletes specified artifact.
|
boolean |
ArtifactCollection.removeItem(Artifact artifact)
Not Supported yet.
|
void |
ArtifactCollection.update(Artifact artifact)
Update artifact inside the collection.
|
Copyright © 2023 Aspose. All Rights Reserved.