MCPcopy Create free account
hub / github.com/KDE/labplot / setDocumentProperty

Method setDocumentProperty

src/3rdparty/QXlsx/source/xlsxdocument.cpp:1078–1082  ·  view source on GitHub ↗

! Set the document properties such as Title, Author etc. The method can be used to set the document properties of the Excel file created by Qt Xlsx. These properties are visible when you use the Office Button -> Prepare -> Properties option in Excel and are also available to external applications that read or index windows files. The \a property \a key that can be set are: \list \li tit

Source from the content-addressed store, hash-verified

1076 \endlist
1077*/
1078void Document::setDocumentProperty(const QString &key, const QString &property)
1079{
1080 Q_D(Document);
1081 d->documentProperties[key] = property;
1082}
1083
1084/*!
1085 * Returns the names of all properties that were addedusing setDocumentProperty().

Callers 1

loadPackageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected