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

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

Introduction

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

Usage

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

public class StylableAnchor extends Anchor implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private final IStylableContainer parent;

    private Style lastStyleApplied = null;

From source file fr.opensagres.poi.xwpf.converter.pdf.internal.elements.StylableAnchor.java

public class StylableAnchor extends Anchor implements IITextContainer {

    private IITextContainer parent;

    public IITextContainer getITextContainer() {
        return parent;

From source file fr.opensagres.xdocreport.itext.extension.ExtendedAnchor.java

public class ExtendedAnchor extends Anchor implements IITextContainer {

    private IITextContainer parent;

    public IITextContainer getITextContainer() {
        return parent;

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

public class StylableAnchor extends Anchor implements IStylableContainer {

    private final IStylableFactory ownerDocument;

    private final IStylableContainer parent;

From source file org.apache.poi.xwpf.converter.pdf.internal.elements.StylableAnchor.java

public class StylableAnchor extends Anchor implements IITextContainer {

    private IITextContainer parent;

    public IITextContainer getITextContainer() {
        return parent;

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

public class StylableAnchor extends Anchor implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private final IStylableContainer parent;

    private Style lastStyleApplied = null;

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

public class StylableAnchor extends Anchor implements IStylableContainer {
    private static final long serialVersionUID = 664309269352903329L;

    private final IStylableContainer parent;

    private Style lastStyleApplied = null;