All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.craigburke.document.builder.render.TextElement.groovy Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package com.craigburke.document.builder.render

import com.craigburke.document.core.Text
import org.apache.pdfbox.pdmodel.font.PDFont

/**
 * Rendering element for the Text node
 * @author Craig Burke
 */
class TextElement {
    PDFont pdfFont
    Text node
    String text
    int width
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy