struct CCL::Text::Paragraph
#include <itextbuilder.h> struct Paragraph: public CCL::Text::Chunk { // construction Paragraph (StringRef content, bool encode = true); };
Inherited Members
public: // fields int chunkType; String content; tbool encode;