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

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

package com.craigburke.document.core

/**
 * The base node for all block nodes
 * @author Craig Burke
 */
class BlockNode extends BaseNode implements Stylable, Alignable {
    static Margin defaultMargin = new Margin(top: 0, bottom: 0, left: 0, right: 0)
    Margin margin = new Margin()
    Border border = new Border()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy