OpenXLSX 1.9.1
Loading...
Searching...
No Matches
OpenXLSX::XLPrintOptions Class Reference

A class representing the print options of a worksheet. More...

#include <XLPageSetup.hpp>

Public Member Functions

 XLPrintOptions ()=default
 
 XLPrintOptions (const XMLNode &node)
 
bool gridLines () const
 
void setGridLines (bool value)
 
bool headings () const
 
void setHeadings (bool value)
 
bool horizontalCentered () const
 
void setHorizontalCentered (bool value)
 
bool verticalCentered () const
 
void setVerticalCentered (bool value)
 

Detailed Description

A class representing the print options of a worksheet.

Constructor & Destructor Documentation

◆ XLPrintOptions() [1/2]

OpenXLSX::XLPrintOptions::XLPrintOptions ( )
default

◆ XLPrintOptions() [2/2]

XLPrintOptions::XLPrintOptions ( const XMLNode node)
explicit

Member Function Documentation

◆ gridLines()

bool XLPrintOptions::gridLines ( ) const

◆ headings()

bool XLPrintOptions::headings ( ) const

◆ horizontalCentered()

bool XLPrintOptions::horizontalCentered ( ) const

◆ setGridLines()

void XLPrintOptions::setGridLines ( bool  value)

◆ setHeadings()

void XLPrintOptions::setHeadings ( bool  value)

◆ setHorizontalCentered()

void XLPrintOptions::setHorizontalCentered ( bool  value)

◆ setVerticalCentered()

void XLPrintOptions::setVerticalCentered ( bool  value)

◆ verticalCentered()

bool XLPrintOptions::verticalCentered ( ) const

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