Classes
The following classes are available globally.
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFBezierPath
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFBezierPathVertex
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFDynamicGeometryShape
-
Image element for the PDF document. Contains all information about an image, including the caption.
See moreDeclaration
Swift
public class PDFImage : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFGroup : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFList : PDFJSONSerializable
-
TODO: documentation
See moreDeclaration
Swift
public class PDFListItem
-
Information saved in PDF file metadata.
See moreDeclaration
Swift
public class PDFInfo : PDFJSONSerializable
-
The main class users interact with. This object holds the information about the document and also all PDF objects.
It is possible to create a JSON representation using the
See morePDFJSONSerializable
protocol.Declaration
Swift
public class PDFDocument : PDFJSONSerializable
-
Factory which converts a document into a PDF file
See moreDeclaration
Swift
public class PDFGenerator
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFSection : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFSectionColumn : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFTableOfContent : PDFJSONSerializable
-
A table is a two dimensional list. It can be styled and can contain different data.
See moreDeclaration
Swift
public class PDFTable : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFTableCell : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFTableContent : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFTableStyle : PDFJSONSerializable
-
TODO: Documentation
See moreDeclaration
Swift
public class PDFTextStyle
-
All renderable objects subclass from this object. Each object is first calculated and then drawn.
Declaration
Swift
public class PDFObject : PDFJSONSerializable