Structures
The following structures are available globally.
-
This struct defines how a line or border of a table is drawn.
See moreDeclaration
-
TODO: documentation
See moreDeclaration
Swift
public struct PDFImageOptions : OptionSet
-
Contains all relevant layout informations of a pdf document
See moreDeclaration
-
A cell position represent the coordinate of a cell in a given table
See moreDeclaration
Swift
public struct PDFTableCellPosition
extension PDFTableCellPosition: PDFJSONSerializable
extension PDFTableCellPosition: Hashable
extension PDFTableCellPosition: Equatable
-
TODO: Documentation
See moreDeclaration
Swift
public struct PDFTableCellBorders
extension PDFTableCellBorders: Equatable
-
TODO: Documentation
See moreDeclaration
-
Used to define the pagination behaviour of a document.
See moreDeclaration
-
Data Structure used to manage a collection of elements after the LIFO (last in, first out) principle.
See moreDeclaration
Swift
public struct Stack<T>
extension Stack: CustomStringConvertible where T: CustomStringConvertible
extension Stack: CustomDebugStringConvertible where T: CustomDebugStringConvertible