PDFTableMergable

public protocol PDFTableMergable

Object implementing this protocol should offer the functionality to merge itself into a single value

  • Merges all cells by replacing them with the same reference. See merge(with cell:) for more.

    Declaration

    Swift

    func merge()
  • Merges all cells by replacing them with the same reference.

    If parameter cell is given, it will be the value after the merge. Otherwise the implementation behaviour is unknown.

    Declaration

    Swift

    func merge(with cell: PDFTableCell?)

    Parameters

    cell

    Cell to use after merge, may be nil