Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: text :: FieldMaster ::

service DDE

Description
specifies service of a DDE field master.
See also
com::sun::star::text::TextField


Included Services

com::sun::star::text::TextFieldMaster
Description
A TextFieldMaster specifies important data for its DependentTextField s.

Properties' Summary

DDECommandElement contains the element string of the DDE command.
DDECommandFile contains the file string of the DDE command.
DDECommandType contains the type string of the DDE command.
IsAutomaticUpdate determins whether DDE link is updated automatically.

Properties' Details

DDECommandElement
 
string DDECommandElement;
Description
contains the element string of the DDE command.
DDECommandFile
 
string DDECommandFile;
Description
contains the file string of the DDE command.
DDECommandType
 
string DDECommandType;
Description
contains the type string of the DDE command.
IsAutomaticUpdate
 
boolean IsAutomaticUpdate;
Description
determins whether DDE link is updated automatically.

Top of Page