Package org.docx4j.convert.out.common
Class ConversionSectionWrappers
java.lang.Object
org.docx4j.convert.out.common.ConversionSectionWrappers
public class ConversionSectionWrappers
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ConversionSectionWrapper>conversionSectionsprotected ConversionSectionWrappercurrentSectionprotected intcurrentSectionIndex -
Constructor Summary
Constructors Constructor Description ConversionSectionWrappers(java.util.List<ConversionSectionWrapper> conversionSections) -
Method Summary
Modifier and Type Method Description SectionscreateSections()ConversionSectionWrappergetCurrentSection()java.util.List<ConversionSectionWrapper>getList()voidnext()ConversionSectionWrapperpeekNextSection()voidstart()
-
Field Details
-
conversionSections
-
currentSectionIndex
protected int currentSectionIndex -
currentSection
-
-
Constructor Details
-
Method Details
-
createSections
-
getList
-
start
public void start() -
next
public void next() -
getCurrentSection
-
peekNextSection
-