BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.html
Class BorderstyleType

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.MarkupElement
              |
              +--weblogic.html.BorderstyleType

public class BorderstyleType
extends MarkupElement

This class encapsulates valid values for BORDERSTYLE attributes. Not all values are valid in all browsers. The BORDERSTYLE attribute is an extension for some browsers. You should understand how your browser interprets the BORDERSTYLE attribute before using the values.

Version:
2.1
Author:
Copyright (c) 1996 by WebLogic, Inc.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
TableElement.setBorderstyle(weblogic.html.BorderstyleType)

Field Summary
static BorderstyleType all
          Draws boxes around the frame of a table and all cells without regard to their contents.
static BorderstyleType frame
          Draws a frame around a table, but not around individual cells.
static BorderstyleType none
          Draws no borders.
static BorderstyleType nonempty
          Produces a frame around a table and individual borders around non-empty cells.
 
Fields inherited from class weblogic.html.MarkupElement
BeginAddress, BeginAddressStr, BeginBlockquote, BeginBlockquoteStr, BeginBody, BeginBodyStr, BeginBold, BeginBoldStr, BeginCenter, BeginCenterStr, BeginComment, BeginCommentStr, BeginDiv, BeginDivStr, BeginHeadStr, BeginHtml, BeginHtmlStr, BeginItalic, BeginItalicStr, BeginLiteral, BeginLiteralStr, BeginParagraph, BeginParagraphStr, BeginScriptStr, BeginTitle, BeginTitleStr, Break, BreakStr, contents, CR, CRStr, EndAddress, EndAddressStr, EndBlockquote, EndBlockquoteStr, EndBody, EndBodyStr, EndBold, EndBoldStr, EndCenter, EndCenterStr, EndComment, EndCommentStr, EndDiv, EndDivStr, EndFont, EndFontStr, EndHeadStr, EndHtml, EndHtmlStr, EndItalic, EndItalicStr, EndLiteral, EndLiteralStr, EndParagraph, EndParagraphStr, EndScriptStr, EndTitle, EndTitleStr, HorizontalLine, HorizontalLineStr, HorizontalRule, NoBreak, NoBreakStr, WordBreak, WordBreakStr
 
Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
BorderstyleType(java.lang.String str)
          Constructor.
 
Methods inherited from class weblogic.html.MarkupElement
BeginFont, BeginFontFace, BeginFontSize, BeginHeader, EndHeader, output, output, output, setContents
 
Methods inherited from class weblogic.html.HtmlElement
asAnchorElement, asBigElement, asBlockquoteElement, asBoldElement, asCenteredElement, asCiteElement, asCodeElement, asCommentElement, asDefineTermElement, asEmphasisElement, asFontElement, asFontElement, asFontElement, asHtmlContainer, asItalicElement, asKeyboardElement, asLiteralElement, asParagraphElement, asSampleElement, asSmallElement, asStrikeElement, asStrongElement, asSubscriptElement, asSuperscriptElement, asTeletypeElement, asUnderlineElement, asVariableElement, getVersion, setAnchorMode, setCodeset, toString, toString, widthAsLiteral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nonempty

public static BorderstyleType nonempty
Produces a frame around a table and individual borders around non-empty cells.

all

public static BorderstyleType all
Draws boxes around the frame of a table and all cells without regard to their contents.

frame

public static BorderstyleType frame
Draws a frame around a table, but not around individual cells.

none

public static BorderstyleType none
Draws no borders.
Constructor Detail

BorderstyleType

public BorderstyleType(java.lang.String str)
Constructor.

Documentation is available at
http://www.weblogic.com/docs51