|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementContainer
Name: ElementContainer
Description: An interface for classes who are capable of containing elements.
Method Summary | |
---|---|
void |
addElement(BaseDocumentTag item,
com.lowagie.text.Element element)
Adds a element to the container. |
boolean |
isTopLevel()
Tells whether the element container is a top level container or not. |
Methods inherited from interface org.ujac.print.CommonAttributesHolder |
---|
getLeading, getLineSpacing |
Method Detail |
---|
void addElement(BaseDocumentTag item, com.lowagie.text.Element element) throws DocumentHandlerException
item
- The document item.element
- The element to be added.
DocumentHandlerException
- If something went wrong when adding the element.boolean isTopLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |