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

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

package com.craigburke.document.core

/**
 * Options for generated page headers and footers
 * @author Craig Burke
 */
class HeaderFooterOptions {
    Date dateGenerated
    String pageCount
    String pageNumber
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy