Class PageHeaderFooter

java.lang.Object
com.polarion.alm.tracker.exporter.configuration.PageHeaderFooter

public class PageHeaderFooter extends Object
Specify the page header or footer.
Since:
3.17.1
  • Method Details

    • scope

      @Nullable public PageScope scope()
    • content

      @Nullable public String content()
      Content of the header or footer.
    • height

      @Nullable public Size height()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • create

      @NotNull public static PageHeaderFooter.Builder create()
      Creates an empty builder.
    • createCopy

      @NotNull public PageHeaderFooter.Builder createCopy()
      Creates a builder with the prefilled values from the current instance.