Enum Class TableRowElement.Place

java.lang.Object
java.lang.Enum<TableRowElement.Place>
com.itextpdf.tool.xml.html.table.TableRowElement.Place
All Implemented Interfaces:
Serializable, Comparable<TableRowElement.Place>, Constable
Enclosing class:
TableRowElement

public static enum TableRowElement.Place extends Enum<TableRowElement.Place>
Enumeration used for determining the correct order of TableRowElements when adding the table to a document.
Possible values:
  • CAPTION_TOP
  • HEADER
  • BODY
  • FOOTER
  • CAPTION_BOTTOM
  • Enum Constant Details

  • Field Details

  • Constructor Details

  • Method Details

    • values

      public static TableRowElement.Place[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TableRowElement.Place valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNormal

      public Integer getNormal()
      The position when header/footers should not be repeated on each page.
      Returns:
      an integer position
    • getRepeated

      public Integer getRepeated()
      The position when headers/footers should be repeated on each page.
      Returns:
      an integer position