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 |
CosPdfDictionary
A class for accessing an object's dictionary.
|
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 |
CosPdfDictionary.get_Item(String key)
Gets or sets the element with the specified key.
|
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> |
CosPdfDictionary.getValues()
Gets an
ICollection containing the values in the CosPdfDictionary . |
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>> |
CosPdfDictionary.iterator()
Returns an enumerator that iterates through the collection.
|
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 |
CosPdfDictionary.add(String key,
ICosPdfPrimitive value)
Set
ICosPdfPrimitive to dictionary. |
void |
DictionaryEditor.add(String key,
ICosPdfPrimitive value)
Set
ICosPdfPrimitive to dictionary. |
void |
CosPdfDictionary.addItem(String s,
ICosPdfPrimitive iCosPdfPrimitive)
Add item.
|
void |
CosPdfDictionary.set_Item(String key,
ICosPdfPrimitive value)
Gets or sets the element with the specified key.
|
void |
DictionaryEditor.set_Item(String key,
ICosPdfPrimitive value)
Gets or sets the element with the specified key.
|
boolean |
CosPdfDictionary.tryGetValue(String key,
ICosPdfPrimitive[] value)
For access to simple data type like string, name, bool, number.
|
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 |
CosPdfDictionary.add(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Set
ICosPdfPrimitive to dictionary. |
void |
DictionaryEditor.add(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Set
ICosPdfPrimitive to dictionary. |
void |
CosPdfDictionary.addItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> stringICosPdfPrimitiveKeyValuePair)
Add item pair.
|
boolean |
CosPdfDictionary.contains(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Determines whether the
CosPdfDictionary contains a specific value. |
boolean |
DictionaryEditor.contains(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Determines whether the
DictionaryEditor contains a specific value. |
boolean |
CosPdfDictionary.containsItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> stringICosPdfPrimitiveKeyValuePair)
Return true if contains item
|
boolean |
CosPdfDictionary.remove(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Removes the first occurrence of a specific object from the
CosPdfDictionary . |
boolean |
DictionaryEditor.remove(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> item)
Removes the first occurrence of a specific object from the
DictionaryEditor . |
boolean |
CosPdfDictionary.removeItem(com.aspose.ms.System.Collections.Generic.KeyValuePair<String,ICosPdfPrimitive> stringICosPdfPrimitiveKeyValuePair)
Remove Item
|
Copyright © 2025 Aspose. All Rights Reserved.