|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhraseHolder
Name: PhraseHolder
Description: An interface for classes holding phrases.
Method Summary | |
---|---|
void |
addChunk(BaseDocumentTag item,
com.lowagie.text.Chunk chunk)
Adds the given chunk to the root phrase. |
void |
addChunk(BaseDocumentTag item,
String chunk,
DocumentFont font)
Adds the given chunk to the root phrase. |
Methods inherited from interface org.ujac.print.CommonAttributesHolder |
---|
getLeading, getLineSpacing |
Method Detail |
---|
void addChunk(BaseDocumentTag item, String chunk, DocumentFont font) throws DocumentHandlerException
item
- The document item.chunk
- The chunk to add to the root phrase.font
- The font to use.
DocumentHandlerException
- In case the document processing failed.void addChunk(BaseDocumentTag item, com.lowagie.text.Chunk chunk) throws DocumentHandlerException
item
- The document item.chunk
- The chunk to add to the root phrase.
DocumentHandlerException
- In case the document processing failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |