PDFTableStyleDefaults

public enum PDFTableStyleDefaults

A collection of table style defaults

  • None:

    • No header rows
    • No header columns
    • No footer row
    • No alternating rows
    • Simple outline
    • Simple borders

    Declaration

    Swift

    public static var none: PDFTableStyle { get }
  • Simple table:

    • One header row
    • One header column
    • Row Header:
    • Text color white
    • No border, only light gray border at bottom
    • Column Header:
    • Bold font
    • Alternating content rows

    Declaration

    Swift

    public static var simple: PDFTableStyle { get }