filters

Swinder::RowRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::RowRecord:

Swinder::Record Swinder::ColumnSpanInfo List of all members.

Detailed Description

Class RowRecord represents Row record, which provides information (such as row height and formatting) for a span of columns.

Definition at line 2271 of file excel.h.


Public Member Functions

unsigned int rtti ()
 RowRecord ()
virtual ~RowRecord ()
unsigned row () const
void setRow (unsigned r)
unsigned xfIndex () const
void setXfIndex (unsigned i)
unsigned height () const
void setHeight (unsigned h)
bool hidden () const
void setHidden (bool h)
virtual void setData (unsigned size, const unsigned char *data)
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id

Constructor & Destructor Documentation

Swinder::RowRecord::RowRecord  ) 
 

Creates a new Row record.

virtual Swinder::RowRecord::~RowRecord  )  [virtual]
 

Destroys the record.


Member Function Documentation

virtual void Swinder::RowRecord::dump std::ostream &  out  )  const [virtual]
 

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

unsigned Swinder::RowRecord::height  )  const
 

Returns the height of the row, specified in twips (1/20 pt).

See also:
setHeight

bool Swinder::RowRecord::hidden  )  const
 

Returns true if the row should be hidden, i.e not visible.

See also:
setHidden

virtual const char* Swinder::RowRecord::name  )  [inline, virtual]
 

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2349 of file excel.h.

unsigned Swinder::RowRecord::row  )  const
 

Returns the index of the row.

See also:
setRow

virtual void Swinder::RowRecord::setData unsigned  size,
const unsigned char *  data
[virtual]
 

Sets the data for this record.

Reimplemented from Swinder::Record.

void Swinder::RowRecord::setHeight unsigned  h  ) 
 

Sets the height of the row, specified in twips (1/20 pt).

See also:
height

void Swinder::RowRecord::setHidden bool  h  ) 
 

Sets whether row should be hidden or visible.

See also:
hidden

void Swinder::RowRecord::setRow unsigned  r  ) 
 

Sets the index of the row.

See also:
row

void Swinder::RowRecord::setXfIndex unsigned  i  ) 
 

Sets the XF index for the formatting of the cells.

See also:
xfIndex

unsigned Swinder::RowRecord::xfIndex  )  const
 

Returns the XF index for the formatting of the cells.

See also:
setXfIndex

Member Data Documentation

const unsigned int Swinder::RowRecord::id [static]
 

Static ID of the record.

Subclasses should override this value with the id of the record they handle.

Reimplemented from Swinder::Record.

Definition at line 2275 of file excel.h.


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