service CombinedCharacters in module com::sun::star::text::textfield::

(Global Index)

Syntax

service CombinedCharacters;

Description

specifies service of a text field to combine 1 to 6 characters that are treated as one normal character.

See also

TextField

Included Services

com::sun::star::text::TextField

Description

A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.


Property Summary

Content contains the characters to be combined.

Property Details



Content

Syntax

string Content;

Description

contains the characters to be combined.

Top of Page