Uses of Class
com.evopdf.Template

  • Uses of Template in com.evopdf

    Methods in com.evopdf that return Template
    Modifier and Type
    Method
    Description
    Document.addFooterTemplate(float height)
    Adds a footer with the given height to document
    Document.addHeaderTemplate(float height)
    Adds a header with the given height to document
    Document.addTemplate(float width, float height)
    Adds a new template with the specified width and height to the document templates collection.
    Document.addTemplate(float x, float y, float width, float height)
    Adds a new template with the specified bounds to the document templates collection
    Document.footer()
    Represents the default PDF document footer template.
    Document.header()
    Represents the default PDF document header template.