Line
class Line: PDFElement
A PDF line element for a TabSection
-
The line with the tab
Declaration
Swift
let tab: String -
Init the tab item
Declaration
Swift
init(_ tab: String)Parameters
tabThe line with the tab
-
Draw the line element
Declaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)Parameters
rectThe available rectangle
calculationOnlyBool if only the Bounding Rect should be calculated
pageRectThe page size of the PDF document
View on GitHub