
com.craigburke.document.core.Table.groovy Maven / Gradle / Ivy
package com.craigburke.document.core
class Table extends BaseNode {
List rows = []
Border border = new Border()
Integer columns
BigDecimal width = (72 * 6)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy