pdftools_toolbox.pdf.forms.choice_item
Classes
|
An item in a list box field or combo box field |
- class pdftools_toolbox.pdf.forms.choice_item.ChoiceItem(handle)[source]
Bases:
_NativeObject
An item in a list box field or combo box field
- property display_name: str | None
Displayed name
This is the name of the item as displayed in a PDF viewer.
- Returns:
Optional[str]
- Raises:
StateError – if the object has already been closed
- property export_name: str | None
Export name
This is the name of the item used when exporting.
- Returns:
Optional[str]
- Raises:
StateError – if the object has already been closed