!--a11y-->
Web Dynpro AbstractActiveComponent API –
IWDAbstractActiveComponent 
The AbstractActiveComponent class that implements the interface IWDAbstractActiveComponent represents the abstract basis class for all active UI elements, such as Office Integration UI elements or Adobe Acrobat UI elements. From a technical perspective, these are ActiveX controls and therefore allow greater interaction by the user. In addition, this interface supports the active UI elements with internal services. All properties are passed to the UI element interfaces IWDInteractiveForm and IWDOfficeControl. For example, this allows you to define the height and width of an interactive PDF form.
·
height
Determines the height of the UI element that you can specify in CSS sizes,
such as em, ex, pixels or percentage values.
·
width
Determines the width of the UI element that you can specify in CSS sizes, such
as em, ex, pixels or percentage values.
Name |
Interface |
Type |
Initial Value |
Bindable |
Value Required |
IWDUIElement |
boolean |
true |
bindable |
No |
|
height |
IWDAbstractActiveComponent |
String |
300px |
bindable |
No |
IWDUIElement |
String (Translatable Text) |
|
bindable |
No |
|
IWDUIElement |
WDVisibility |
visible |
bindable |
No |
|
width |
IWDAbstractActiveComponent |
String |
300px |
bindable |
No |
Method Name |
Parameter |
Return Value |
Description |
bindHeight |
(String path) |
|
Binds the value of the height property to the content element specified by the path. |
bindingOfHeight |
|
String |
Returns the path of the context element to which the height property is bound. Returns NULL if no binding exists. |
bindingOfWidth |
|
String |
Returns the path of the context element to which the width property is bound. Returns NULL if no binding exists. |
bindWidth |
(String path) |
|
width
|
getHeight |
|
String |
Returns the value of the height property. |
getWidth |
|
String |
Returns the value of the width property. |
setHeight |
(int height) |
(String height) |
Sets the value of the height property. |
setWidth |
(int width) |
(String width) |
Sets the value of the width property. |
Additional methods described in the following APIs are available using inheritance:

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.
