filters

Swinder::FormatBorders Class Reference

#include <format.h>

List of all members.


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 &)
FormatBordersoperator= (const FormatBorders &)
FormatBordersassign (const FormatBorders &)
bool isNull () const
const PenleftBorder () const
void setLeftBorder (const Pen &pen)
const PenrightBorder () const
void setRightBorder (const Pen &pen)
const PentopBorder () const
void setTopBorder (const Pen &pen)
const PenbottomBorder () 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

Returns pen style, width and color for bottom border.

See also:
setBottomBorder

bool Swinder::FormatBorders::isNull (  )  const

Returns true if it is a default border information.

const Pen& Swinder::FormatBorders::leftBorder (  )  const

Returns pen style, width and color for left border.

See also:
setLeftBorder

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

Returns pen style, width and color for right border.

See also:
setRightBorder

void Swinder::FormatBorders::setBottomBorder ( const Pen pen  ) 

Sets pen style, width and color for bottom border.

See also:
bottomBorder

void Swinder::FormatBorders::setLeftBorder ( const Pen pen  ) 

Sets pen style, width and color for left border.

See also:
leftBorder

void Swinder::FormatBorders::setRightBorder ( const Pen pen  ) 

Sets pen style, width and color for right border.

See also:
rightBorder

void Swinder::FormatBorders::setTopBorder ( const Pen pen  ) 

Sets pen style, width and color for top border.

See also:
topBorder

const Pen& Swinder::FormatBorders::topBorder (  )  const

Returns pen style, width and color for top border.

See also:
setTopBorder


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys