Class SectionUtil

java.lang.Object
org.wickedsource.docxstamper.util.SectionUtil

public class SectionUtil extends Object
  • 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

      public static boolean isOddNumberOfSectionBreaks(List<Object> objects)
    • applySectionBreakToParagraph

      public static void applySectionBreakToParagraph(org.docx4j.wml.SectPr sectPr, org.docx4j.wml.P paragraph)