filters

Swinder::LeftMarginRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::LeftMarginRecord:

Swinder::Record

List of all members.


Detailed Description

Class LeftMarginRecord holds information about left margin.

Definition at line 1794 of file excel.h.


Public Member Functions

unsigned int rtti ()
 LeftMarginRecord ()
 ~LeftMarginRecord ()
double leftMargin () const
void setLeftMargin (double m)
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 = 0x0026

Constructor & Destructor Documentation

LeftMarginRecord::LeftMarginRecord (  ) 

Creates a new LeftMargin record.

Definition at line 3161 of file excel.cpp.

LeftMarginRecord::~LeftMarginRecord (  ) 

Destroy the record.

Definition at line 3168 of file excel.cpp.


Member Function Documentation

double LeftMarginRecord::leftMargin (  )  const

Gets the left margin (in inches).

Definition at line 3173 of file excel.cpp.

void LeftMarginRecord::setLeftMargin ( double  m  ) 

Sets the new left margin (in inches).

Definition at line 3178 of file excel.cpp.

void LeftMarginRecord::setData ( unsigned  size,
const unsigned char *  data 
) [virtual]

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 3183 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 1826 of file excel.h.

void LeftMarginRecord::dump ( std::ostream &  out  )  const [virtual]

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 3189 of file excel.cpp.


Member Data Documentation

const unsigned int LeftMarginRecord::id = 0x0026 [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 1798 of file excel.h.


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