class ItemizeElement: public Element

This class represents one item of an <ITEMIZE>-environment

Inheritance:

ItemizeElement - Element


Public Classes

[more] Style
How the item should be printed : NORMAL or WEAK

Public Fields

[more]ItemizeEnvironment* sub_itemize_
A pointer to an <ITEMIZE>-subenvironment

Public Methods

[more] ItemizeElement(const char *text)
Creates a new item
[more] ~ItemizeElement()
Destructor
[more]int getLength()
This method returns the number of characters of the item
[more]void write(ofstream *output, int style)
This method writes the item to the given output filestream


Inherited from Element:

Protected Fields

oostrstream text_


Documentation

This class represents one item of an <ITEMIZE>-environment. It contains a line of text (derivated from Element) and may contain an embedded <ITEMIZE>-subenvironment.
o Style
How the item should be printed : NORMAL or WEAK

o ItemizeElement(const char *text)
Creates a new item.
Parameters:
text - The text of the item

o ~ItemizeElement()
Destructor

oint getLength()
This method returns the number of characters of the item. The return-value is used to compute the left margin of the HTML-output.
Returns:
The number of characters of the item

ovoid write(ofstream *output, int style)
This method writes the item to the given output filestream.
Parameters:
output - The output filestream
style - How the item should be printed (NORMAL or WEAK)

oItemizeEnvironment* sub_itemize_
A pointer to an <ITEMIZE>-subenvironment


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.