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::Font Class Reference

#include <Document.h>

Public Member Functions

 Font (void *node)
 
FontsetSize (int halfPoints)
 
FontsetBold (bool val=true)
 
FontsetItalic (bool val=true)
 
FontsetColor (const std::string &hexColor)
 
FontsetName (const std::string &ascii)
 

Constructor & Destructor Documentation

◆ Font()

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

Member Function Documentation

◆ setBold()

Font & openword::Font::setBold ( bool  val = true)

◆ setColor()

Font & openword::Font::setColor ( const std::string &  hexColor)

◆ setItalic()

Font & openword::Font::setItalic ( bool  val = true)

◆ setName()

Font & openword::Font::setName ( const std::string &  ascii)

◆ setSize()

Font & openword::Font::setSize ( int  halfPoints)

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