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

(Global Index)

Syntax

service URL;

Description

specifies service of text field that displays a URL

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

Format Speciefies how the URL is formated on output.

URL contains the unparsed original URL, for example, http://me:pass @www.sun.de:8080/pub/test/foo.txt?a=b#xyz

Representation contains the content that will be displayed to the user.

TargetFrame Specifies the frame name in that the URL will be opened

Property Details



Format

Syntax

short Format;

Description

Speciefies how the URL is formated on output.


URL

Syntax

string URL;

Description

contains the unparsed original URL, for example, http://me:pass @www.sun.de:8080/pub/test/foo.txt?a=b#xyz


Representation

Syntax

string Representation;

Description

contains the content that will be displayed to the user.

If this string is empty, the URL will be shown.


TargetFrame

Syntax

string TargetFrame;

Description

Specifies the frame name in that the URL will be opened

Top of Page