ScroogeXHTML for Object Pascal 9.3
Loading...
Searching...
No Matches
TListTable Class Reference

Contains the RTF list definition table. More...

Inheritance diagram for TListTable:
TListOverrideTable

Public Member Functions

 TListTable ()
 ~TListTable ()
 AddLevel ()
TListLevel GetCurrentLevel ()
TListLevel GetLevel (const Int64 AIndex)
Boolean IsBulletList ()

Public Attributes

Int64 ListId
Int64 ListTemplateId

Detailed Description

Contains the RTF list definition table.

Constructor & Destructor Documentation

◆ TListTable()

TListTable::TListTable ( )

◆ ~TListTable()

TListTable::~TListTable ( )

Member Function Documentation

◆ AddLevel()

TListTable::AddLevel ( )

◆ GetCurrentLevel()

TListLevel TListTable::GetCurrentLevel ( )

◆ GetLevel()

TListLevel TListTable::GetLevel ( const Int64 AIndex)

◆ IsBulletList()

Boolean TListTable::IsBulletList ( )

Member Data Documentation

◆ ListId

Int64 TListTable::ListId
See also
FListId For reading
FListId For writing

◆ ListTemplateId

Int64 TListTable::ListTemplateId
See also
FListTemplateId For reading
FListTemplateId For writing