| Package | Description |
|---|---|
| com.aspose.pdf.dataeditor |
The com.aspose.pdf.dataeditor contains tools for editing data within a document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CosPdfBoolean
This class represents boolean type.
|
class |
CosPdfName
This class represents Pdf Name object.
|
class |
CosPdfNumber
This class represents Pdf Number type.
|
class |
CosPdfPrimitive
This class represents base public type
CosPdfPrimitive. |
class |
CosPdfString
This class represents Pdf String object.
|
| Modifier and Type | Method and Description |
|---|---|
ICosPdfPrimitive |
DictionaryEditor.get_Item(String key)
Gets or sets the element with the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<ICosPdfPrimitive> |
DictionaryEditor.getValues()
Gets an
ICollection containing the values in the DictionaryEditor. |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive>> |
DictionaryEditor.iterator()
Returns an enumerator that iterates through the collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryEditor.add(String key,
ICosPdfPrimitive value)
Set
ICosPdfPrimitive to dictionary. |
void |
DictionaryEditor.set_Item(String key,
ICosPdfPrimitive value)
Gets or sets the element with the specified key.
|
boolean |
DictionaryEditor.tryGetValue(String key,
ICosPdfPrimitive[] value)
For access to simple data type like string, name, bool, number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryEditor.add(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Set
ICosPdfPrimitive to dictionary. |
boolean |
DictionaryEditor.contains(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Determines whether the
DictionaryEditor contains a specific value. |
boolean |
DictionaryEditor.remove(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Removes the first occurrence of a specific object from the
DictionaryEditor. |
Copyright © 2024 Aspose. All Rights Reserved.