Uses of Class
net.sf.paperclips.TextPrint

Packages that use TextPrint
Package
Description
Core classes for creating printable documents.
  • Uses of TextPrint in net.sf.paperclips

    Methods in net.sf.paperclips that return TextPrint
    Modifier and Type
    Method
    Description
    TextStyle.create(String text)
    Returns a TextPrint of the given text in this text style
    protected TextPrint
    FactoryPrint.label(String text)
    Deprecated.
    Returns a TextPrint with the given text.
    protected TextPrint
    FactoryPrint.label(String text, int align)
    Deprecated.
    Returns a TextPrint with the given text and alignment.
    protected TextPrint
    FactoryPrint.text(Object obj)
    Deprecated.
    Returns a TextPrint whose text represents the given parameter.
    protected TextPrint
    FactoryPrint.text(Object obj, int align)
    Deprecated.
    Returns a TextPrint whose text represents the given parameter.
    protected TextPrint
    FactoryPrint.text(String text)
    Deprecated.
    Returns a TextPrint with the given text.
    protected TextPrint
    FactoryPrint.text(String text, int align)
    Deprecated.
    Returns a TextPrint with the given text and alignment.