Uses of Class
com.itextpdf.layout.element.SectionBreak
Packages that use SectionBreak
Package
Description
-
Uses of SectionBreak in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type SectionBreakModifier and TypeMethodDescriptionDocument.add(SectionBreak sectionBreak) Terminates the current page if it's not the first one in the document. -
Uses of SectionBreak in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return SectionBreakModifier and TypeMethodDescriptionSectionBreak.setFootnotesProperties(FootnotesProperties footnotesProperties) SetsFootnotesPropertiesfor the document.SectionBreak.setPageMargins(PageMarginBoxes pageMarginBoxes) Sets the page margins.SectionBreak.setPageSize(PageSize pageSize) Sets the page size.Methods in com.itextpdf.layout.element with parameters of type SectionBreakModifier and TypeMethodDescriptionDiv.add(SectionBreak sectionBreak) Adds the section break to the div contents.static booleanSectionBreakUtil.breakPage(SectionBreak sectionBreak) Checks whether providedSectionBreakshould add page break.static voidSectionBreakUtil.breakPage(SectionBreak sectionBreak, boolean breakPage) Defines whether providedSectionBreakshould add page break. -
Uses of SectionBreak in com.itextpdf.layout.layout
Methods in com.itextpdf.layout.layout that return SectionBreakMethods in com.itextpdf.layout.layout with parameters of type SectionBreakModifier and TypeMethodDescriptionLayoutResult.setSectionBreak(SectionBreak sectionBreak) SetsSectionBreakvalue. -
Uses of SectionBreak in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type SectionBreakModifierConstructorDescriptionSectionBreakRenderer(SectionBreak sectionBreak) Creates newSectionBreakRendererinstance.