Structures

The following structures are available globally.

  • Document background configuration

    See more

    Declaration

    Swift

    public struct PDFDocumentBackground
  • This struct defines how a line or border of a table is drawn.

    See more

    Declaration

    Swift

    public struct PDFLineStyle : Hashable
  • TODO: documentation

    See more

    Declaration

    Swift

    public struct PDFImageOptions : OptionSet, Hashable
  • Contains all relevant layout informations of a pdf document

    See more

    Declaration

    Swift

    public struct PDFPageLayout
    extension PDFPageLayout: Equatable
  • A cell position represent the coordinate of a cell in a given table

    See more

    Declaration

    Swift

    public struct PDFTableCellPosition
    extension PDFTableCellPosition: Hashable
    extension PDFTableCellPosition: Equatable
  • TODO: Documentation

    See more

    Declaration

    Swift

    public struct PDFTableCellBorders : Hashable
  • TODO: Documentation

    See more

    Declaration

    Swift

    public struct PDFTableCellStyle : Hashable
  • Used to define the pagination behaviour of a document.

    See more

    Declaration

    Swift

    public struct PDFPagination
    extension PDFPagination: Equatable
  • Data Structure used to manage a collection of elements after the LIFO (last in, first out) principle.

    See more

    Declaration

    Swift

    public struct Stack<T>
    extension Stack: CustomStringConvertible where T: CustomStringConvertible
    extension Stack: CustomDebugStringConvertible where T: CustomDebugStringConvertible