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 |
---|---|
boolean |
CollectionItem.tryGetDateTimeValue(String name,
CollectionItem.Value<com.aspose.ms.System.DateTime>[] value)
Tries to get the value of type DateTime from the collection item by the specified name.
|
boolean |
CollectionItem.tryGetDoubleValue(String name,
CollectionItem.Value<Double>[] value)
Tries to get the double value for the specified name from the collection item.
|
boolean |
CollectionItem.tryGetIntValue(String name,
CollectionItem.Value<Integer>[] value)
Tries to get the integer value for a specified name from the collection item.
|
boolean |
CollectionItem.tryGetTextValue(String name,
CollectionItem.Value<String>[] value)
Tries to get the text value with the specified name from the collection item.
|
Copyright © 2025 Aspose. All Rights Reserved.