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

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

package com.craigburke.document.core

/**
 * Line break node
 * @author Craig Burke
 */
class LineBreak extends BaseNode {
    final Integer height = 0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy