service DDE in module com::sun::star::text::FieldMaster::

(Global Index)

Syntax

service DDE;

Description

specifies service of a DDE field master.

See also

TextField

Included Services

com::sun::star::text::TextFieldMaster

Description

A TextFieldMaster specifies important data for its DependentTextField s.


Property 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.

Property Details



DDECommandElement

Syntax

string DDECommandElement;

Description

contains the element string of the DDE command.


DDECommandFile

Syntax

string DDECommandFile;

Description

contains the file string of the DDE command.


DDECommandType

Syntax

string DDECommandType;

Description

contains the type string of the DDE command.


IsAutomaticUpdate

Syntax

boolean IsAutomaticUpdate;

Description

determins whether DDE link is updated automatically.

Top of Page