org.anadix.html
Class BasefontTag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.BasefontTag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class BasefontTag
extends HtmlElement

Deprecated. Defines a default font, color, or size for the text in a page. See w3schools.

Version:
$Id: $
Author:
tomason

Method Summary
 String getColor()
          Deprecated.
 String getFace()
          Deprecated.
 String getIdAttribute()
          Specifies a unique id for an element
 String getSize()
          Deprecated.
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdAttribute

public String getIdAttribute()
Specifies a unique id for an element

Returns:
a unique id for an element

getSize

public String getSize()
Deprecated. Use styles instead. Specifies the default size of text in a document

Returns:
the default size of text in a document

getColor

public String getColor()
Deprecated. Use styles instead. Specifies the default color for text in a document

Returns:
the default color for text in a document

getFace

public String getFace()
Deprecated. Use styles instead. Specifies the default font for text in a document

Returns:
the default font for text in a document


Copyright © 2012. All Rights Reserved.