Enumerations
The following enumerations are available globally.
-
These types of lines are available for rendering
- full: Line without any breaks
- dashed: Line consists out of short dashes
- dotted: Lines consists out of dots
Declaration
Swift
public enum PDFLineType
-
A section container defines the position of an element in a column of a given container.
See moreDeclaration
Swift
public enum PDFGroupContainer
-
Constants defining scaling behaviour of an image, if not enough space to render full size is given.
See moreDeclaration
Swift
public enum PDFImageSizeFit
-
A container defines the position of an element in the page.
Generally a document is vertically split up into a header, a content and a footer area. Also each part is horizontally split up into a left, a center and a right area.
See moreDeclaration
Swift
public enum PDFContainer : CaseIterable
-
TODO: documentation
See moreDeclaration
Swift
public enum PDFListItemSymbol : RawRepresentable
-
Source for page sizes: https://www.papersizes.org All sizes are calculated using 72 points/inch
See moreDeclaration
Swift
public enum PDFPageFormat
-
Options for aligning content inside a table cell
See moreDeclaration
Swift
public enum PDFTableCellAlignment
-
A collection of table style defaults
See moreDeclaration
Swift
public enum PDFTableStyleDefaults
-
List of errors which can occur during using this framework
See moreDeclaration
Swift
public enum PDFError : Error
-
A section container defines the position of an element in a column of a given container.
See moreDeclaration
Swift
public enum PDFSectionColumnContainer
-
Use predefined pagination styles or create a custom one, using
.CustomNumberFormat
or.CustomClosure
.Enums using a template String as parameter will replace the first instance of
See more%@
with the index and the second one with the total amount of pages.Declaration
Swift
public enum PDFPaginationStyle
extension PDFPaginationStyle: Equatable
-
List of attributes an object can obtain
See moreDeclaration
Swift
public enum PDFObjectAttribute