Aspose::Pdf::CollectionItem::Value class
Value class
Represents a class for a value of colection item.
template<typename T>class Value : public System::Object
Methods
| Method | Description |
|---|
| get_Data() const | Gets a collection item value. |
| get_Prefix() const | 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. |
| SetTemplateWeakPtr(uint32_t) override | Set n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
See Also