:: com :: sun :: star :: frame :: status ::

unpublished struct ItemStatus
Usage Restrictions
not published
Description
describes a state of a property.
Since
OOo 2.0

Elements' Summary
State numerical value which describes the current state of an item.  
aStateData optional data which can be used by an implementation to send additional information. The content is dependent on the specific implementation.  
Elements' Details
State
short State;
Description
numerical value which describes the current state of an item.
See also
ItemState
aStateData
any aStateData;
Description
optional data which can be used by an implementation to send additional information. The content is dependent on the specific implementation.
Top of Page