ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFEditArea
Class CPDFEditArea
Base model for a content-editor area on a PDF page.
Hierarchy (
View Summary
)
CPDFEditArea
CPDFEditTextArea
CPDFEditImageArea
Index
Constructors
constructor
Methods
create
from
Json
to
Json
string
To
CPDF
Edit
Type
edit
Type
To
String
Properties
type
uuid
page
Constructors
constructor
new
CPDFEditArea
(
params
:
{
type
:
CPDFEditType
;
uuid
:
string
;
page
:
number
}
,
)
:
CPDFEditArea
Parameters
params
:
{
type
:
CPDFEditType
;
uuid
:
string
;
page
:
number
}
Returns
CPDFEditArea
Methods
Static
create
create
(
json
:
any
)
:
CPDFEditArea
Parameters
json
:
any
Returns
CPDFEditArea
Static
from
Json
fromJson
(
json
:
any
)
:
CPDFEditArea
Parameters
json
:
any
Returns
CPDFEditArea
to
Json
toJson
()
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
Static
string
To
CPDF
Edit
Type
stringToCPDFEditType
(
typeString
:
string
)
:
CPDFEditType
Parameters
typeString
:
string
Returns
CPDFEditType
Static
edit
Type
To
String
editTypeToString
(
editType
:
CPDFEditType
)
:
string
Parameters
editType
:
CPDFEditType
Returns
string
Properties
Readonly
type
type
:
CPDFEditType
Readonly
uuid
uuid
:
string
Readonly
page
page
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
from
Json
to
Json
string
To
CPDF
Edit
Type
edit
Type
To
String
Properties
type
uuid
page
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Base model for a content-editor area on a PDF page.