public class DocumentSection extends Object
Constructor and Description |
---|
DocumentSection(int sectionNumber,
int sectionIndex,
String sectionLevel,
String sectionTitle) |
Modifier and Type | Method and Description |
---|---|
int |
getSectionIndex() |
String |
getSectionLevel() |
int |
getSectionNumber() |
String |
getSectionTitle() |
void |
setSectionIndex(int sectionIndex) |
void |
setSectionLevel(String sectionLevel) |
void |
setSectionNumber(int sectionNumber) |
void |
setSectionTitle(String sectionTitle) |
public int getSectionNumber()
public void setSectionNumber(int sectionNumber)
public int getSectionIndex()
public void setSectionIndex(int sectionIndex)
public String getSectionLevel()
public void setSectionLevel(String sectionLevel)
public String getSectionTitle()
public void setSectionTitle(String sectionTitle)
Copyright © 2004–2021 XWiki. All rights reserved.