struct CCL::Text::Table

Table.

#include <itextbuilder.h>

struct Table: public CCL::Text::Chunk
{
    // fields

    ITextTable* table;

    // construction

    Table (ITextTable* table);
};

Inherited Members

public:
    // fields

    int chunkType;
    String content;
    tbool encode;