ComPDF React Native - v3.0.0
    Preparing search index...

    Class CPDFEditTextArea

    Base model for a content-editor area on a PDF page.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • params: {
            uuid: string;
            page: number;
            text?: string;
            alignment?: CPDFAlignment;
            fontSize?: number;
            color?: string;
            alpha?: number;
            familyName?: string;
            styleName?: string;
        }

      Returns CPDFEditTextArea

    Methods

    Properties

    uuid: string
    page: number
    text: string
    alignment: CPDFAlignment
    fontSize: number
    color: string
    alpha: number
    familyName: string
    styleName: string