interface Dwg_TableCellContent {
    attrs: Dwg_TableCellContent_Attr[];
    content_format: Dwg_ContentFormat;
    has_content_format_overrides: boolean;
    type: number;
}

Properties

content_format: Dwg_ContentFormat
has_content_format_overrides: boolean
type: number