Package com.itextpdf.tool.xml.html.table
Enum Class TableRowElement.Place
- All Implemented Interfaces:
Serializable
,Comparable<TableRowElement.Place>
,Constable
- Enclosing class:
TableRowElement
Enumeration used for determining the correct order of TableRowElements when adding the table to a document.
Possible values:
Possible values:
- CAPTION_TOP
- HEADER
- BODY
- FOOTER
- CAPTION_BOTTOM
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBody rowsThe caption element in the bottomThe caption element on topFooter rowsA header row -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe position when header/footers should not be repeated on each page.The position when headers/footers should be repeated on each page.static TableRowElement.Place
Returns the enum constant of this class with the specified name.static TableRowElement.Place[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CAPTION_TOP
The caption element on top -
HEADER
A header row -
BODY
Body rows -
FOOTER
Footer rows -
CAPTION_BOTTOM
The caption element in the bottom
-
-
Field Details
-
normal
-
repeated
-
-
Constructor Details
-
Place
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNormal
The position when header/footers should not be repeated on each page.- Returns:
- an integer position
-
getRepeated
The position when headers/footers should be repeated on each page.- Returns:
- an integer position
-