filters
Swinder::FormatBorders Class Reference
#include <format.h>
Detailed Description
Defines borders information for cell.
Definition at line 514 of file kspread/excel/sidewinder/format.h.
Public Member Functions | |
FormatBorders () | |
~FormatBorders () | |
FormatBorders (const FormatBorders &) | |
FormatBorders & | operator= (const FormatBorders &) |
FormatBorders & | assign (const FormatBorders &) |
bool | isNull () const |
const Pen & | leftBorder () const |
void | setLeftBorder (const Pen &pen) |
const Pen & | rightBorder () const |
void | setRightBorder (const Pen &pen) |
const Pen & | topBorder () const |
void | setTopBorder (const Pen &pen) |
const Pen & | bottomBorder () const |
void | setBottomBorder (const Pen &pen) |
bool | operator== (const FormatBorders &f) const |
bool | operator!= (const FormatBorders &f) const |
Constructor & Destructor Documentation
Swinder::FormatBorders::FormatBorders | ( | ) |
Creates a default border information.
Swinder::FormatBorders::~FormatBorders | ( | ) |
Destroys the border information.
Swinder::FormatBorders::FormatBorders | ( | const FormatBorders & | ) |
Creates a copy of border information.
Member Function Documentation
FormatBorders& Swinder::FormatBorders::assign | ( | const FormatBorders & | ) |
Assigns from another border information.
const Pen& Swinder::FormatBorders::bottomBorder | ( | ) | const |
bool Swinder::FormatBorders::isNull | ( | ) | const |
Returns true if it is a default border information.
const Pen& Swinder::FormatBorders::leftBorder | ( | ) | const |
bool Swinder::FormatBorders::operator!= | ( | const FormatBorders & | f | ) | const |
Returns true if this background is not equal to f; otherwise returns false.
FormatBorders& Swinder::FormatBorders::operator= | ( | const FormatBorders & | ) |
Assigns from another border information.
bool Swinder::FormatBorders::operator== | ( | const FormatBorders & | f | ) | const |
Returns true if this background is equal to f; otherwise returns false.
const Pen& Swinder::FormatBorders::rightBorder | ( | ) | const |
void Swinder::FormatBorders::setBottomBorder | ( | const Pen & | pen | ) |
void Swinder::FormatBorders::setLeftBorder | ( | const Pen & | pen | ) |
void Swinder::FormatBorders::setRightBorder | ( | const Pen & | pen | ) |
void Swinder::FormatBorders::setTopBorder | ( | const Pen & | pen | ) |
const Pen& Swinder::FormatBorders::topBorder | ( | ) | const |
The documentation for this class was generated from the following file: