Método Aspose::Pdf::Forms::OptionCollection::get
OptionCollection::get(const System::String&) method
Obtiene la opción de la colección por nombre de opción.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | const System::String& | Nombre Option. |
ReturnValue
Opción recuperada.
Ver también
- Typedef SharedPtr
- Class Option
- Class String
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
OptionCollection::get(int32_t) method
Obtiene la opción por índice.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int32_t | Option índice. El índice debe estar en el rango [1..n] donde n es la cantidad de opciones. |
ReturnValue
Opción recuperada.
Ver también
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++