Class SectionUtil


  • public class SectionUtil
    extends Object
    • Constructor Detail

      • SectionUtil

        public SectionUtil()
    • 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)
      • isOddNumberOfSectionBreaks

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

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