:: 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
A ::com::sun::star::text::TextFieldMaster specifies important data for its ::com::sun::star::text::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