Class DocumentSection


  • public class DocumentSection
    extends Object
    • Constructor Detail

      • DocumentSection

        public DocumentSection​(int sectionNumber,
                               int sectionIndex,
                               String sectionLevel,
                               String sectionTitle)
    • Method Detail

      • getSectionNumber

        public int getSectionNumber()
      • setSectionNumber

        public void setSectionNumber​(int sectionNumber)
      • getSectionIndex

        public int getSectionIndex()
      • setSectionIndex

        public void setSectionIndex​(int sectionIndex)
      • getSectionLevel

        public String getSectionLevel()
      • setSectionLevel

        public void setSectionLevel​(String sectionLevel)
      • getSectionTitle

        public String getSectionTitle()
      • setSectionTitle

        public void setSectionTitle​(String sectionTitle)