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

#include <Document.h>

Public Member Functions

 Row (void *node)
 
RowsetHeight (int twips, HeightRule rule=HeightRule::AtLeast)
 
RowsetRepeatHeaderRow (bool repeat=true)
 
RowsetCantSplit (bool cantSplit=true)
 
std::vector< Cellcells () const
 
std::string text () const
 
void remove ()
 
Row cloneAfter ()
 
int replaceText (const std::string &search, const std::string &replace)
 

Constructor & Destructor Documentation

◆ Row()

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

Member Function Documentation

◆ cells()

std::vector< Cell > openword::Row::cells ( ) const

◆ cloneAfter()

Row openword::Row::cloneAfter ( )

◆ remove()

void openword::Row::remove ( )

◆ replaceText()

int openword::Row::replaceText ( const std::string &  search,
const std::string &  replace 
)

◆ setCantSplit()

Row & openword::Row::setCantSplit ( bool  cantSplit = true)

◆ setHeight()

Row & openword::Row::setHeight ( int  twips,
HeightRule  rule = HeightRule::AtLeast 
)

◆ setRepeatHeaderRow()

Row & openword::Row::setRepeatHeaderRow ( bool  repeat = true)

◆ text()

std::string openword::Row::text ( ) const

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