vqServer API Class vq.utils.htmljava.lang.Object | +----vq.utils.html |
![]() ![]() ![]() ![]() |
public html()
public static java.lang.String rquote(java.lang.String theString)
theString
- the string to quote
public static java.lang.String rimage(java.lang.String source, java.lang.String border)
source
- the URI of the image
border
- the border width of the image
public static java.lang.String rimage(java.lang.String source, int width, int height, int border)
source
- the URI of the image
width
- the width of the image
height
- the height of the image
border
- the border width of the image
public static java.lang.String rimage(java.lang.String source, int width, int height, int border, java.lang.String alt)
source
- the URI of the image
width
- the width of the image
height
- the height of the image
border
- the border width of the image
alt
- the alternate text of the image
public static java.lang.String rlink(java.lang.String prompt, java.lang.String target)
prompt
- the hyperlinked text
target
- the target of the link
public static java.lang.String pad(java.lang.String theString, int theLength)
theString
- the source string
theLength
- the desired length of the string after padding
vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000. |
![]() ![]() ![]() ![]() |