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
attribute
Attribute used for further calculations