Aspose::Pdf::Forms::OptionCollection class
Contents
[
Hide
]OptionCollection class
Class representing collection of options of the choice field.
class OptionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Forms::Option>>
Methods
Method | Description |
---|---|
Add(const System::SharedPtr<Option>&) override | Adds item in collection, throws NotImplementedException |
. | |
Clear() override | Removes all items from collection. |
Contains(const System::SharedPtr<Option>&) const override | Checks if item exists in collection, throws NotImplementedException |
. | |
CopyTo(System::ArrayPtr<System::SharedPtr<Option>>, int32_t) override | Copies options into array. |
get(int32_t) | Gets option by index. |
get(System::String) | Gets option from colleciton by option name. |
get_Count() const override | Gets number of options. |
get_IsReadOnly() const override | Gets a value indicating if collection is readonly. |
get_IsSynchronized() | Returns true of object is synchronized. |
get_SyncRoot() const | Synchronization object of the collection. |
GetEnumerator() override | Returns enumerator for options in collection. |
idx_get(int32_t) | Gets option by index. |
idx_get(System::String) | Gets option by its name. |
Remove(const System::SharedPtr<Option>&) override | Removes item from collection, throws NotImplementedException |
. |
See Also
- Class ICollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++