List of usage examples for com.lowagie.text Chunk subclass-usage
From source file com.googlecode.jthaipdf.itext.ThaiChunk.java
public class ThaiChunk extends Chunk { public ThaiChunk(char c, Font font) { super(c, font); manageContent(); }
From source file fr.opensagres.xdocreport.itext.extension.ExtendedChunk.java
public class ExtendedChunk extends Chunk { private final ExtendedDocument ownerDocument; private boolean pageNumberChunk;
From source file nl.dykema.jxmlnote.report.pdf.PdfChunk.java
public class PdfChunk extends com.lowagie.text.Chunk implements Chunk { private boolean _bold = false; private boolean _italic = false; private boolean _underline = false; private boolean _hasImage = false;
From source file nl.dykema.jxmlnote.report.pdf.PdfTab.java
public class PdfTab extends Chunk implements Tab { private float _nextTab = 0.0f; public PdfTab(PdfReport rep, float nextTab) { super(new DrawInterface() { public void draw(PdfContentByte cn, float a1, float a2, float a3, float a4, float a5) {
From source file org.apache.poi.xwpf.converter.internal.itext.stylable.StylableChunk.java
public class StylableChunk extends Chunk implements IStylableElement { private static final long serialVersionUID = 664309269352903329L; private final IStylableFactory ownerDocument; private final IStylableContainer parent;
From source file org.jdesktop.swingx.jxmlnote.report.pdf.PdfChunk.java
public class PdfChunk extends com.lowagie.text.Chunk implements Chunk { private boolean _bold = false; private boolean _italic = false; private boolean _underline = false; private boolean _hasImage = false;
From source file org.jdesktop.swingx.jxmlnote.report.pdf.PdfTab.java
public class PdfTab extends Chunk implements Tab { private float _nextTab = 0.0f; public PdfTab(PdfReport rep, float nextTab) { super(new DrawInterface() { public void draw(PdfContentByte cn, float a1, float a2, float a3, float a4, float a5) {
From source file org.odftoolkit.odfdom.converter.internal.itext.stylable.StylableChunk.java
public class StylableChunk extends Chunk implements IStylableElement { private final IStylableContainer parent; private Style lastStyleApplied = null; public StylableChunk(IStylableFactory ownerDocument, IStylableContainer parent, String textContent) {