info.informatica.html.tag
Class BaseFont

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

public class BaseFont
extends HTMLTag
implements BodyTag

HTML BASE font.

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()
          Gets the name of the tag.
 int getSize()
           
 
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()
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

getSize

public int getSize()
            throws TagParsingException,
                   TagValidationException
Throws:
TagParsingException
TagValidationException