Interface TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>>

    • Method Detail

      • withTableStyle

        B withTableStyle​(TableStyle aTableStyle)
        Sets the rows TableStyle to use returns this builder as of the Builder-Pattern.
        Parameters:
        aTableStyle - The TableStyle to be used when printing a row or the header.
        Returns:
        This TableBuilder instance to continue configuration.