Hilbert II - Version 0.03.04

org.qedeq.kernel.base.module
Interface Section

All Known Implementing Classes:
SectionVo

public interface Section

Section of a qedeq file.

Version:
$Revision: 1.5 $

Method Summary
 LatexList getIntroduction()
          Get section introduction.
 Boolean getNoNumber()
          Get section numbering.
 SubsectionList getSubsectionList()
          Get all subsections of this section.
 LatexList getTitle()
          Get section title.
 

Method Detail

getNoNumber

public Boolean getNoNumber()
Get section numbering.

Returns:
No section numbering?

getTitle

public LatexList getTitle()
Get section title.

Returns:
Section title.

getIntroduction

public LatexList getIntroduction()
Get section introduction. Herein is general information about this section.

Returns:
Section introduction.

getSubsectionList

public SubsectionList getSubsectionList()
Get all subsections of this section.

Returns:
List of subsections.

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.