org.mortbay.html
Class Break
Break Tag.
static String | Line - Line Break tag type
|
static String | Para - Paragraph Break tag type
|
static String | Rule - Rule Break tag type
|
static Break | line - Static instance of line break
|
static Break | para - Static instance of paragraph break
|
static Break | rule - Static instance of rule break
|
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
Break() - Default constructor (Line Break).
|
Break(String type) - Constructor.
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
Line
public static final String Line
Line Break tag type
Para
public static final String Para
Paragraph Break tag type
Rule
public static final String Rule
Rule Break tag type
line
public static final Break line
Static instance of line break
para
public static final Break para
Static instance of paragraph break
rule
public static final Break rule
Static instance of rule break
Break
public Break()
Default constructor (Line Break).
Break
public Break(String type)
Constructor.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.