Aspose.Words.Drawing.Ole module
Contents
[
Hide
]The Aspose.Words.Drawing.Ole namespace contains classes to work with OLE / ActiveX controls and forms in Microsoft Word documents.
Classes
| Class | Description |
|---|---|
| CheckBoxControl | The CheckBox control toggles a value. |
| CommandButtonControl | The CommandButton control runs a macro that performs an action when a user clicks it. |
| Forms2OleControl | Represents Microsoft Forms 2.0 OLE control. To learn more, visit the Working with Ole Objects documentation article. |
| Forms2OleControlCollection | Represents collection of Forms2OleControl objects. To learn more, visit the Working with Ole Objects documentation article. |
| MorphDataControl | The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. |
| OleControl | Represents OLE ActiveX control. To learn more, visit the Working with Ole Objects documentation article. |
| OptionButtonControl | The OptionButton control enables a single choice in a limited set of mutually exclusive choices. |
| TextBoxControl | The TextBox control displays text from an organized set of data or user input. |
Enumerations
| Enumeration | Description |
|---|---|
| Forms2OleControlType | Enumerates types of Forms 2.0 controls. |