Line
A description for Line.
-
class Line : public AbstractAspect
This class contains the line properties of worksheet elements.
Public Functions
-
void setCreateXmlElement(bool)
defines whether an XML element needs to be create in write(). For objects where the line properties are serialized together with some other properties, the XML element is created in objects’s save() already and there is not need to create it once more in Line::save():
-
virtual void save(QXmlStreamWriter*) const override
Save as XML.
-
virtual bool load(XmlStreamReader*, bool preview) override
Load from XML.
-
void setCreateXmlElement(bool)