class text : public object Html text object
The text class defines an atomic html object containing a text string and a list of text-specific attributes specific to the string. Any occurrence of an open bracket "<" is translated to "<" before it is added to the text string.
text(const text& x)
text(const std::string& x)
text(double x)
text(const Time& x, const char* fmt="%M %d, %Y %02H:%02N")
~text(void)
object* clone(void) const
void write(writer& out) const
void insertText(const std::string& txt)
void addText(const std::string& txt)
text& operator<<(const std::string& txt)
text& operator<<(double x)
text& setColor(const color& Color)
text& setFont(const font& Font)
text& setSize(const size& Size)
alphabetic index hierarchy of classes
generated by doc++