Aspose::Pdf::Forms::RadioButtonField::AddOption metod
RadioButtonField::AddOption(const System::String&, const System::SharedPtr<Rectangle>&) method
Lägg till alternativ för radioknapp med specificerad rektangel.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(const System::String &optionName, const System::SharedPtr<Rectangle> &rect)
| Parameter | Typ | Beskrivning |
|---|---|---|
| optionName | const System::String& | Namn på nytt alternativ. |
| rect | const System::SharedPtr<Rectangle>& | Ny objektrektangel. |
Se även
- Class String
- Typedef SharedPtr
- Class Rectangle
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
RadioButtonField::AddOption(System::String) method
Lägg till alternativ till radioknappen.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| optionName | System::String | Namn på alternativet som kommer att läggas till. |
Se även
- Class String
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++