Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Method and Description |
---|---|
TextPrint |
TextStyle.create(java.lang.String text)
Returns a TextPrint of the given text in this text style
|
protected TextPrint |
FactoryPrint.label(java.lang.String text)
Deprecated.
Returns a TextPrint with the given text.
|
protected TextPrint |
FactoryPrint.label(java.lang.String text,
int align)
Deprecated.
Returns a TextPrint with the given text and alignment.
|
protected TextPrint |
FactoryPrint.text(java.lang.Object obj)
Deprecated.
Returns a TextPrint whose text represents the given parameter.
|
protected TextPrint |
FactoryPrint.text(java.lang.Object obj,
int align)
Deprecated.
Returns a TextPrint whose text represents the given parameter.
|
protected TextPrint |
FactoryPrint.text(java.lang.String text)
Deprecated.
Returns a TextPrint with the given text.
|
protected TextPrint |
FactoryPrint.text(java.lang.String text,
int align)
Deprecated.
Returns a TextPrint with the given text and alignment.
|