PDFTableCellBorders
public struct PDFTableCellBorders
Undocumented
-
Undocumented
Declaration
Swift
public var left: PDFLineStyle
-
Undocumented
Declaration
Swift
public var top: PDFLineStyle
-
Undocumented
Declaration
Swift
public var right: PDFLineStyle
-
Undocumented
Declaration
Swift
public var bottom: PDFLineStyle
-
Undocumented
Declaration
Swift
public init(left: PDFLineStyle = PDFLineStyle.none, top: PDFLineStyle = PDFLineStyle.none, right: PDFLineStyle = PDFLineStyle.none, bottom: PDFLineStyle = PDFLineStyle.none)
-
Declaration
Swift
public static func == (lhs: PDFTableCellBorders, rhs: PDFTableCellBorders) -> Bool