teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
PageTableCell
Class PageTableCell
Hierarchy (
View Summary
)
VirtualClass
<
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
int
;
header
?:
boolean
;
rowspan
?:
int
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
,
>
PageTableCell
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
align
Center?
align
Right?
class
Name
class
Type
colspan?
CONSTRUCTOR_
ID
header?
original
Args
rowspan?
SUBCLASS_
OF_
ID
text?
valign
Bottom?
valign
Middle?
Constructors
constructor
new
PageTableCell
(
args
:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
,
)
:
PageTableCell
Parameters
args
:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
Returns
PageTableCell
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
PageTableCell
Parameters
reader
:
any
Returns
PageTableCell
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
Returns
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
Optional
align
Center
alignCenter
?:
boolean
Optional
align
Right
alignRight
?:
boolean
class
Name
className
:
"PageTableCell"
class
Type
classType
:
"constructor"
Optional
colspan
colspan
?:
number
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
878078826
Optional
header
header
?:
boolean
original
Args
originalArgs
:
{
alignCenter
?:
boolean
;
alignRight
?:
boolean
;
colspan
?:
number
;
header
?:
boolean
;
rowspan
?:
number
;
text
?:
TypeRichText
;
valignBottom
?:
boolean
;
valignMiddle
?:
boolean
;
}
Optional
rowspan
rowspan
?:
number
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2968203348
Optional
text
text
?:
TypeRichText
Optional
valign
Bottom
valignBottom
?:
boolean
Optional
valign
Middle
valignMiddle
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
align
Center
align
Right
class
Name
class
Type
colspan
CONSTRUCTOR_
ID
header
original
Args
rowspan
SUBCLASS_
OF_
ID
text
valign
Bottom
valign
Middle
GitHub
npm
Issues
teleproto - v1.229.0
Loading...