PDFTableStyleDefaults

public struct PDFTableStyleDefaults

A collection of table style defaults

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