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