@wdprlib/parser
    Preparing search index...
    interface ParsedTableCellAttributes {
        align: Alignment | null;
        attributes: Record<string, string>;
        colspan: number;
    }
    Index

    Properties

    align: Alignment | null
    attributes: Record<string, string>
    colspan: number