Class SectionUtil
java.lang.Object
org.wickedsource.docxstamper.util.SectionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
SectionUtil
public SectionUtil()
-
-
Method Details
-
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) -
isOddNumberOfSectionBreaks
-
applySectionBreakToParagraph
public static void applySectionBreakToParagraph(org.docx4j.wml.SectPr sectPr, org.docx4j.wml.P paragraph)
-