Add documentation for the class Document.

Little api refactor
This commit is contained in:
Debao Zhang
2013-10-19 14:27:50 +08:00
parent d04a02e55c
commit f8ca19f14b
5 changed files with 139 additions and 25 deletions
+3 -2
View File
@@ -77,6 +77,9 @@ public:
bool loadFromXmlFile(QIODevice *device);
bool loadFromXmlData(const QByteArray &data);
QString sheetName() const;
void setSheetName(const QString &sheetName);
~Worksheet();
private:
friend class Package;
@@ -84,8 +87,6 @@ private:
Worksheet(const QString &sheetName, Workbook *book=0);
virtual bool isChartsheet() const;
QString sheetName() const;
void setSheetName(const QString &sheetName);
bool isHidden() const;
bool isSelected() const;
void setHidden(bool hidden);