ComPDF React Native - v3.0.0
GitHub
ComPDF
Preparing search index...
index
CPDFEditTextArea
Class CPDFEditTextArea
Base model for a content-editor area on a PDF page.
Hierarchy (
View Summary
)
CPDFEditArea
CPDFEditTextArea
Index
Constructors
constructor
Methods
create
string
To
CPDF
Edit
Type
edit
Type
To
String
from
Json
to
Json
Properties
type
uuid
page
text
alignment
font
Size
color
alpha
family
Name
style
Name
Constructors
constructor
new
CPDFEditTextArea
(
params
:
{
uuid
:
string
;
page
:
number
;
text
?:
string
;
alignment
?:
CPDFAlignment
;
fontSize
?:
number
;
color
?:
string
;
alpha
?:
number
;
familyName
?:
string
;
styleName
?:
string
;
}
,
)
:
CPDFEditTextArea
Parameters
params
:
{
uuid
:
string
;
page
:
number
;
text
?:
string
;
alignment
?:
CPDFAlignment
;
fontSize
?:
number
;
color
?:
string
;
alpha
?:
number
;
familyName
?:
string
;
styleName
?:
string
;
}
Returns
CPDFEditTextArea
Methods
Static
create
create
(
json
:
any
)
:
CPDFEditArea
Parameters
json
:
any
Returns
CPDFEditArea
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
Static
from
Json
fromJson
(
json
:
any
)
:
CPDFEditTextArea
Parameters
json
:
any
Returns
CPDFEditTextArea
to
Json
toJson
()
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
Properties
Readonly
type
type
:
CPDFEditType
Readonly
uuid
uuid
:
string
Readonly
page
page
:
number
Readonly
text
text
:
string
Readonly
alignment
alignment
:
CPDFAlignment
Readonly
font
Size
fontSize
:
number
Readonly
color
color
:
string
Readonly
alpha
alpha
:
number
Readonly
family
Name
familyName
:
string
Readonly
style
Name
styleName
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
string
To
CPDF
Edit
Type
edit
Type
To
String
from
Json
to
Json
Properties
type
uuid
page
text
alignment
font
Size
color
alpha
family
Name
style
Name
GitHub
ComPDF
ComPDF React Native - v3.0.0
Loading...
Base model for a content-editor area on a PDF page.