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

Type Parameters:
B - The builder which implements the TableStyleAccessor.TableStyleBuilder.
Enclosing interface:
TableStyleAccessor

public static interface TableStyleAccessor.TableStyleBuilder<B extends TableStyleAccessor.TableStyleBuilder<?>>
Provides a mutator for an TableStyle property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the rows TableStyle to use returns this builder as of the Builder-Pattern.
  • Method Details

    • 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.