PDFTableCellStyle

public struct PDFTableCellStyle : PDFJSONSerializable

TODO: Documentation

  • TODO: Documentation

    Declaration

    Swift

    public var colors: (fill: UIColor, text: UIColor)
  • TODO: Documentation

    Declaration

    Swift

    public var borders: PDFTableCellBorders
  • TODO: Documentation

    Declaration

    Swift

    public var font: UIFont
  • TODO: Documentation

    Declaration

    Swift

    public init(colors: (fill: UIColor, text: UIColor) = (UIColor.clear, UIColor.black),
                borders: PDFTableCellBorders = PDFTableCellBorders(),
                font: UIFont = UIFont.systemFont(ofSize: UIFont.systemFontSize))
  • TODO: Documentation

    Declaration

    Swift

    public static func == (lhs: PDFTableCellStyle, rhs: PDFTableCellStyle) -> Bool