Example usage for com.lowagie.text Phrase subclass-usage

List of usage examples for com.lowagie.text Phrase subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text Phrase subclass-usage.

Usage

From source file fr.opensagres.odfdom.converter.pdf.internal.stylable.StylablePhrase.java

public class StylablePhrase extends Phrase implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private IStylableContainer parent;

    private Style lastStyleApplied = null;

From source file org.apache.poi.xwpf.converter.internal.itext.stylable.StylablePhrase.java

public class StylablePhrase extends Phrase implements IStylableContainer {

    private static final long serialVersionUID = 664309269352903329L;

    private final IStylableFactory ownerDocument;

From source file org.areasy.common.doclet.document.elements.CustomDeprecatedPhrase.java

/**
 * Custom phrase with 'deprecated' text. A phrase object
 * is required because it may contain link chunks.
 *
 * @version $Id: CustomDeprecatedPhrase.java,v 1.2 2008/05/14 09:36:47 swd\stefan.damian Exp $
 */

From source file org.areasy.common.doclet.document.elements.CustomPdfPRow.java

/**
 * Wraps the PdfPRow object to provide an
 * additional method for querying the
 * number of columns of this row.
 *
 * @version $Id: CustomPdfPRow.java,v 1.2 2008/05/14 09:36:47 swd\stefan.damian Exp $

From source file org.areasy.common.doclet.document.elements.LinkPhrase.java

/**
 * Chunk with internal hyperlink, if possible. For
 * instance, if the target is outside the packages of the
 * current javadoc, it is obviously impossible to create a
 * link. In such cases, the Chunk will just be plain text.
 *

From source file org.odftoolkit.odfdom.converter.internal.itext.stylable.StylablePhrase.java

public class StylablePhrase extends Phrase implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private IStylableContainer parent;

    private Style lastStyleApplied = null;

From source file org.odftoolkit.odfdom.converter.pdf.internal.stylable.StylablePhrase.java

public class StylablePhrase extends Phrase implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private IStylableContainer parent;

    private Style lastStyleApplied = null;