info.informatica.html.tag
Class Font

java.lang.Object
  extended by info.informatica.doc.DocumentFragment
      extended by info.informatica.html.tag.HTMLTag
          extended by info.informatica.html.tag.Font
All Implemented Interfaces:
info.informatica.doc.DocumentElement, AttributeListener, BodyTag, Comparable<info.informatica.doc.DocumentFragment>

Deprecated.

public class Font
extends HTMLTag
implements BodyTag

Font tag.

Version:
1.00
Author:
amengual at informatica dot info

Nested Class Summary
 
Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp
 
Method Summary
 String getName()
          Deprecated. Gets the name of the tag.
 
Methods inherited from class info.informatica.html.tag.HTMLTag
align, endTag, getAlignment, getAttributes, getBlockPosition, getId, getParent, getStyle, getStyleClass, getTagData, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, setTagData, setTagData, startTag, toString, toString, toString, toXml, vAlign
 
Methods inherited from class info.informatica.doc.DocumentFragment
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface info.informatica.html.tag.BodyTag
getStyle, getStyleClass
 

Method Detail

getName

public String getName()
Deprecated. 
Description copied from class: HTMLTag
Gets the name of the tag.

Must return the lowercase name of this tag.

Specified by:
getName in class HTMLTag
Returns:
a String with the tag name