Class TableCellProperties.Builder

  • Enclosing class:
    TableCellProperties

    public static class TableCellProperties.Builder
    extends Object
    Provides a builder for creating table properties.
    • Constructor Detail

      • Builder

        public Builder()
        Creates a new builder.
    • Method Detail

      • rowSpan

        public TableCellProperties.Builder rowSpan​(int value)
        Sets the row span.
        Parameters:
        value - the value
        Returns:
        returns this object
      • colSpan

        public TableCellProperties.Builder colSpan​(int value)
        Sets the column span.
        Parameters:
        value - the value
        Returns:
        returns this object
      • textBlockProperties

        public TableCellProperties.Builder textBlockProperties​(TextBlockProperties value)
        Gets the text block properties builder.
        Parameters:
        value - the text block properties
        Returns:
        returns the text block properties builder
      • build

        public TableCellProperties build()
        Creates a new table cell properties using the current state of this builder.
        Returns:
        returns a new table cell properties