public static class CollectionItem.Value<T> extends Object
Represents a class for a value of collection item.
Modifier and Type | Method and Description |
---|---|
T |
getData()
Gets a collection item value.
|
String |
getPrefix()
Gets a prefix string that shall be concatenated with the text string presented
to the user.
|
public final String getPrefix()
Gets a prefix string that shall be concatenated with the text string presented to the user. This entry is ignored when an interactive PDF processor sorts the items in the collection. Default: none
public final T getData()
Gets a collection item value.
Copyright © 2025 Aspose. All Rights Reserved.