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

com.craigburke.document.core.Text.groovy Maven / Gradle / Ivy

package com.craigburke.document.core

/**
 * Text node
 * @author Craig Burke
 */
class Text extends BaseNode implements Stylable, Linkable, Bookmarkable {
    String value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy