OpenWord 1.0.0
Modern C++17 library for parsing, manipulating, and saving DOCX files.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
openword::Style Class Reference

#include <Document.h>

Public Member Functions

 Style (void *node)
 
Font getFont ()
 
ParagraphFormat getParagraphFormat ()
 
StylesetName (const std::string &name)
 
StylesetBasedOn (const std::string &parentStyleId)
 
StylesetNextStyle (const std::string &nextStyleId)
 
StylesetPrimary (bool isPrimary=true)
 
StylesetUiPriority (int priority)
 
StylesetHidden (bool isHidden=true)
 

Constructor & Destructor Documentation

◆ Style()

openword::Style::Style ( void *  node)
explicit

Member Function Documentation

◆ getFont()

Font openword::Style::getFont ( )

◆ getParagraphFormat()

ParagraphFormat openword::Style::getParagraphFormat ( )

◆ setBasedOn()

Style & openword::Style::setBasedOn ( const std::string &  parentStyleId)

◆ setHidden()

Style & openword::Style::setHidden ( bool  isHidden = true)

◆ setName()

Style & openword::Style::setName ( const std::string &  name)

◆ setNextStyle()

Style & openword::Style::setNextStyle ( const std::string &  nextStyleId)

◆ setPrimary()

Style & openword::Style::setPrimary ( bool  isPrimary = true)

◆ setUiPriority()

Style & openword::Style::setUiPriority ( int  priority)

The documentation for this class was generated from the following file: