org.qedeq.kernel.se.base.module
Interface Section

All Known Implementing Classes:
SectionVo

public interface Section

Section of a qedeq file.

Version:
$Revision: 1.6 $
Author:
Michael Meyling

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

Method Detail

getNoNumber

java.lang.Boolean getNoNumber()
Get section numbering.

Returns:
No section numbering?

getTitle

LatexList getTitle()
Get section title.

Returns:
Section title.

getIntroduction

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

Returns:
Section introduction.

getSubsectionList

SubsectionList getSubsectionList()
Get all subsections of this section.

Returns:
List of subsections.


Copyright © 2014. All Rights Reserved.