CollectionItem.Value<T>

Inheritance: java.lang.Object, com.aspose.pdf.CollectionItem.Value

public static class CollectionItem.Value<T> extends Object

Represents a class for a value of collection item.

Methods

MethodDescription
getDataGets a collection item value.
getPrefixGets a prefix string that shall be concatenated with the text string presented to the user.

getData

public final T getData()

Gets a collection item value.

Returns: T instance

getPrefix

public final String getPrefix()

Gets a prefix string that shall be concatenated with the text string presented to the user.

Returns: String value