Raw.PageTableCell
Table cell
pageTableCell#34566b6a flags:# header:flags.0?true align_center:flags.3?true align_right:flags.4?true valign_middle:flags.5?true valign_bottom:flags.6?true text:flags.7?RichText colspan:flags.1?int rowspan:flags.2?int = PageTableCell;
export namespace Raw {
export class PageTableCell {
constructor(params: {
header?: boolean;
alignCenter?: boolean;
alignRight?: boolean;
valignMiddle?: boolean;
valignBottom?: boolean;
text?: Raw.TypeRichText;
colspan?: number;
rowspan?: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x34566b6a
Property
header
: boolean or undefinedIs this element part of the column header
alignCenter
: boolean or undefinedHorizontally centered block
alignRight
: boolean or undefinedRight-aligned block
valignMiddle
: boolean or undefinedVertically centered block
valignBottom
: boolean or undefinedBlock vertically-aligned to the bottom
text
: Raw.TypeRichText or undefinedContent
colspan
: number or undefinedFor how many columns should this cell extend
rowspan
: number or undefinedFor how many rows should this cell extend