class Api.PageBlockTable
extends VirtualClass<{ bordered?: boolean; striped?: boolean; title: Api.TypeRichText; rows: Api.TypePageTableRow[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { PageBlockTable } = Api;
Static Methods
fromReader(reader: Reader): PageBlockTable