PDFText

public class PDFText : PDFDocumentObject, CustomStringConvertible

Abstract class all text objects should implement

  • Creates a new copy of this text

    Note

    Must be implemented by all subclasses

    Declaration

    Swift

    public var copy: PDFText { get }