PDFTableCellStyle

public struct PDFTableCellStyle : Hashable

Structure used to manage the custom style of a PDFTableCell

Equatable

  • nodoc

    Declaration

    Swift

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

Hashable

  • nodoc

    Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • Default cell style not displaying any background or borders

    Declaration

    Swift

    static let none: PDFTableCellStyle