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

com :: sun :: star :: text :: textfield ::

service URL

Description
specifies service of text field that displays a URL
See also
com::sun::star::text::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.

Properties' 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

Properties' Details

Format
 
short Format;
Description
Speciefies how the URL is formated on output.
URL
 
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
 
string Representation;
Description
contains the content that will be displayed to the user.

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

TargetFrame
 
string TargetFrame;
Description
Specifies the frame name in that the URL will be opened

Top of Page