Constructor
Create the paragraph with the given element as it's contents
Parameters: newElement - Element to use as contents throws: HtmlException - If the parameter is invalid
Constructor
Create a paragraph with the given name
Parameters: newString - Name of the new paragraph throws: HtmlException - If the parameter is invalid
Display the paragraph
Parameters: out - PrintWriter to the client Parameters: depth - the number of tabs to indent throws: HtmlException - If the paragraph cannot be displayed
Set the horizontal alignment of the contents of this paragraph
Parameters: newAlignment - New alignment as a string. Must be "left", "right"or "center" throws: HtmlException - If the parameter is invalid
Fields inherited from com.jcorporate.expresso.services.html.HtmlElement