PDFTableCellBorders

public struct PDFTableCellBorders : Hashable

Structure used to style the border lines of a PDFTableCell

Equatable

  • nodoc

    Declaration

    Swift

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

Hashable

  • nodoc

    Declaration

    Swift

    public func hash(into hasher: inout Hasher)

Defaults

  • Convenience configuration for not displaying any cell border

    Declaration

    Swift

    static let none: PDFTableCellBorders