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
|
Creates a default border information.
|
|
Destroys the border information.
|
|
Creates a copy of border information.
|
Member Function Documentation
|
Assigns from another border information.
|
|
Returns pen style, width and color for bottom border.
|
|
Returns true if it is a default border information.
|
|
Returns pen style, width and color for left border.
|
|
Returns true if this background is not equal to f; otherwise returns false.
|
|
Assigns from another border information.
|
|
Returns true if this background is equal to f; otherwise returns false.
|
|
Returns pen style, width and color for right border.
|
|
Sets pen style, width and color for bottom border.
|
|
Sets pen style, width and color for left border.
|
|
Sets pen style, width and color for right border.
|
|
Sets pen style, width and color for top border.
|
|
Returns pen style, width and color for top border.
|
The documentation for this class was generated from the following file: