public class SectionHeading
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_LEVEL |
Constructor and Description |
---|
SectionHeading(java.lang.String xmlId,
int level,
java.lang.String text)
Level here is the 'h' level, which begins at 1 not 0.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDottedSequenceLabel() |
int |
getLevel() |
java.lang.String |
getSequenceLabel() |
java.lang.String |
getSequenceLabel(int aLevel) |
java.lang.String |
getText() |
java.lang.String |
getXmlId() |
void |
setEnumerationFormats(java.lang.String enumerationFormats) |
void |
setSequences(int[] sequences) |
java.lang.String |
toString() |
public static final int MAX_LEVEL
public SectionHeading(java.lang.String xmlId, int level, java.lang.String text)
public java.lang.String getXmlId()
public void setEnumerationFormats(java.lang.String enumerationFormats)
public void setSequences(int[] sequences)
public java.lang.String toString()
toString
in class java.lang.Object
public int getLevel()
public java.lang.String getText()
public java.lang.String getSequenceLabel()
public java.lang.String getDottedSequenceLabel()
public java.lang.String getSequenceLabel(int aLevel)