TextLabel
A description for TextLabel.
-
class TextLabel : public WorksheetElement
A label supporting rendering of HTML, Markdown and LaTeX formatted texts.
The label is aligned relative to the specified position. The position can be either specified by providing the x- and y- coordinates in parent’s coordinate system, or by specifying one of the predefined position flags (
HorizontalPosition,VerticalPosition).Public Functions
-
virtual QIcon icon() const override
Returns an icon to be used in the project explorer.
-
virtual void save(QXmlStreamWriter*) const override
Save as XML.
-
virtual bool load(XmlStreamReader*, bool preview) override
Load from XML.
-
struct GluePoint
-
virtual QIcon icon() const override