Class TableCellProperties


  • public final class TableCellProperties
    extends Object
    Provides properties needed for a table cell. This class is immutable.
    • Method Detail

      • getRowSpan

        public int getRowSpan()
        Gets the row span, in other words, the number of rows that this cell spans.
        Returns:
        returns the row span
      • getColSpan

        public int getColSpan()
        Gets the column span, in other words, the number of columns that this cell spans.
        Returns:
        returns the row span
      • getPadding

        public BlockSpacing getPadding()
        Gets the padding.
        Returns:
        returns the padding
      • getBorder

        public Border getBorder()
        Gets the border, or null if not set.
        Returns:
        returns the border
      • getTextBlockProperties

        public TextBlockProperties getTextBlockProperties()
        Gets the text block properties.
        Returns:
        returns the text block properties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object