#include <Document.h>
|
| | StyleCollection (void *node) |
| |
| Font | getDefaultFont () |
| | Retrieves the global document default font settings (w:docDefaults/w:rPrDefault). Modifying this affects all text in the document lacking an explicit style.
|
| |
| ParagraphFormat | getDefaultParagraphFormat () |
| | Retrieves the global document default paragraph format settings (w:docDefaults/w:pPrDefault).
|
| |
| Style | get (const std::string &styleId) |
| |
| Style | add (const std::string &styleId, const std::string &type="paragraph") |
| |
◆ StyleCollection()
| openword::StyleCollection::StyleCollection |
( |
void * |
node | ) |
|
|
explicit |
◆ add()
| Style openword::StyleCollection::add |
( |
const std::string & |
styleId, |
|
|
const std::string & |
type = "paragraph" |
|
) |
| |
◆ get()
| Style openword::StyleCollection::get |
( |
const std::string & |
styleId | ) |
|
◆ getDefaultFont()
| Font openword::StyleCollection::getDefaultFont |
( |
| ) |
|
Retrieves the global document default font settings (w:docDefaults/w:rPrDefault). Modifying this affects all text in the document lacking an explicit style.
◆ getDefaultParagraphFormat()
Retrieves the global document default paragraph format settings (w:docDefaults/w:pPrDefault).
The documentation for this class was generated from the following file:
- /home/runner/work/OpenWord/OpenWord/include/openword/Document.h