
com.craigburke.document.core.Row.groovy Maven / Gradle / Ivy
package com.craigburke.document.core
/**
* Table row node
* @author Craig Burke
*/
class Row extends BaseNode {
List children = []
Integer position = 0
Integer width
}
|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy