#include <html.h>
|
| Heading (int number, int sequence=0, int skip=0, const char *attr=NULL) |
|
| Heading (int number, const char *image, int sequence=0, int skip=0, const char *attr=NULL) |
|
| Heading (int number, const PString &imageStr, int sequence=0, int skip=0, const char *attr=NULL) |
|
virtual | ~Element () |
|
| Element (const char *nam, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) |
|
| Element (const char *nam, const char *att, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) |
|
PHTML::Heading::Heading |
( |
int |
number, |
|
|
int |
sequence = 0 , |
|
|
int |
skip = 0 , |
|
|
const char * |
attr = NULL |
|
) |
| |
PHTML::Heading::Heading |
( |
int |
number, |
|
|
const char * |
image, |
|
|
int |
sequence = 0 , |
|
|
int |
skip = 0 , |
|
|
const char * |
attr = NULL |
|
) |
| |
PHTML::Heading::Heading |
( |
int |
number, |
|
|
const PString & |
imageStr, |
|
|
int |
sequence = 0 , |
|
|
int |
skip = 0 , |
|
|
const char * |
attr = NULL |
|
) |
| |
virtual void PHTML::Heading::AddAttr |
( |
PHTML & |
html | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: