Class Template

java.lang.Object
com.dynamicpdf.api.Template

public class Template extends Object
Represents a document template.
  • Constructor Details

    • Template

      public Template(String id)
      Initializes a new instance of the Template class.
      Parameters:
      id - The id string representing id for the template.
    • Template

      public Template()
      Initializes a new instance of the Template class.
  • Method Details

    • getId

      public String getId()
      Gets the id for the template.
      Returns:
      The id for the template.
    • setId

      public void setId(String value)
      Sets the id for the template.
      Parameters:
      value - The id for the template.
    • getElements

      public List<Element> getElements()
      Gets the elements for the template.
      Returns:
      The elements for the template.
    • setElements

      public void setElements(List<Element> value)
      Sets the elements for the template.
      Parameters:
      value - The elements for the template.