:: com :: sun :: star :: form :: runtime ::

unpublished struct FeatureState
Usage Restrictions
not published
Description
encapsulates the state of a FormFeature
Since
OOo 2.2
See also
XFormOperations

Elements' Summary
Enabled determines whether the respective feature is enabled (i.e. available) in the current state of the form.  
State determines the state of the feature. The concrete semantics depends on the concrete FormFeature.  
Elements' Details
Enabled
boolean Enabled;
Description
determines whether the respective feature is enabled (i.e. available) in the current state of the form.
State
any State;
Description
determines the state of the feature. The concrete semantics depends on the concrete FormFeature.
Top of Page