struct CCL::Text::Link
External link.
#include <itextbuilder.h> struct Link: public CCL::Text::Fragment { // construction Link (StringRef url, StringRef content, bool encode = true); };
Inherited Members
public: // fields TextNodeType nodeType; String content; tbool encode; Variant argument;