PDFList
public class PDFList : PDFDocumentObject
extension PDFList: Equatable
extension PDFList: CustomDebugStringConvertible
extension PDFList: CustomStringConvertible
TODO: Documentation
-
TODO: Documentation
Declaration
Swift
public init(indentations: [(pre: CGFloat, past: CGFloat)])
-
TODO: Documentation
Declaration
Swift
@discardableResult public func addItem(_ item: PDFListItem) -> PDFList
-
TODO: Documentation
Declaration
Swift
@discardableResult public func addItems(_ items: [PDFListItem]) -> PDFList
-
TODO: Documentation
Declaration
Swift
public var count: Int { get }
-
TODO: Documentation
Declaration
Swift
public func flatted() -> [(level: Int, text: String, symbol: PDFListItemSymbol)]
-
TODO: documentation
Declaration
Swift
public static func == (lhs: PDFList, rhs: PDFList) -> Bool
-
Declaration
Swift
public var debugDescription: String { get }
-
Declaration
Swift
public var description: String { get }