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

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

The newest version!
package com.craigburke.document.core

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy