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

service URL

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Summary
short
Format
Specifies how the URL is formated on output.  
string
URL
contains the unparsed original URL, for example, http://me:pass@www.sun.de:8080/pub/test/foo.txt?a=b#xyz  
string
Representation
contains the content that will be displayed to the user.  
string
TargetFrame
Specifies the frame name in that the URL will be opened  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
Properties' Details
Format
short Format;
Description
Specifies 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