Class SectionUtil
- java.lang.Object
-
- org.wickedsource.docxstamper.util.SectionUtil
-
public class SectionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description SectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidapplySectionBreakToParagraph(org.docx4j.wml.SectPr sectPr, org.docx4j.wml.P paragraph)static org.docx4j.wml.SectPrgetParagraphSectionBreak(org.docx4j.wml.P p)static org.docx4j.wml.SectPrgetPreviousSectionBreakIfPresent(Object firstObject, org.docx4j.wml.ContentAccessor parent)static booleanisOddNumberOfSectionBreaks(List<Object> objects)
-
-
-
Method Detail
-
getPreviousSectionBreakIfPresent
public static org.docx4j.wml.SectPr getPreviousSectionBreakIfPresent(Object firstObject, org.docx4j.wml.ContentAccessor parent)
-
getParagraphSectionBreak
public static org.docx4j.wml.SectPr getParagraphSectionBreak(org.docx4j.wml.P p)
-
applySectionBreakToParagraph
public static void applySectionBreakToParagraph(org.docx4j.wml.SectPr sectPr, org.docx4j.wml.P paragraph)
-
-