|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.pdf.PdfHelper
public class PdfHelper
Convenience methods when creating PDF documents
Constructor Summary | |
---|---|
PdfHelper()
|
Method Summary | |
---|---|
static int |
getAlignment(java.lang.String align)
Returns the correct alingment field value based on the given String |
static java.lang.String |
getPhraseContent(Column col,
java.lang.Object val)
Returns a content String in the format specified by the given column description. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfHelper()
Method Detail |
---|
public static java.lang.String getPhraseContent(Column col, java.lang.Object val)
col
- Column descriptionval
- Value to format and place in the phrase that will be returned.
public static int getAlignment(java.lang.String align)
align
- String describing alignment.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |