PDFAttributableObject
public protocol PDFAttributableObject
Protocol for adding attributes to an object
-
Declaration
Swift
var attributes: [PDFObjectAttribute] { get }Return Value
List off attributes of this object
-
Adds an attribute to the list of this object
Declaration
Swift
func add(attribute: PDFObjectAttribute)Parameters
attributeAttribute used for further calculations
View on GitHub
Install in Dash