Hilbert II - Version 0.01.09

org.qedeq.kernel.base.module
Interface Subsection

All Superinterfaces:
SubsectionType
All Known Implementing Classes:
SubsectionBo, SubsectionVo

public interface Subsection
extends SubsectionType

Special subsection of a qedeq file.

Version:
$Revision: 1.6 $

Method Summary
 LatexList getLatex()
          Get the LaTeX text.
 String getLevel()
          Get level of subsection.
 LatexList getTitle()
          Get title of subsection.
 

Method Detail

getLevel

public String getLevel()
Get level of subsection. Higher levels contain additional informations.

Returns:
Returns the level.

getTitle

public LatexList getTitle()
Get title of subsection.

Returns:
Returns the name.

getLatex

public LatexList getLatex()
Get the LaTeX text.

Returns:
Returns the LaTeX text.

Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.