Uses of Class
com.storedobject.office.ODT.Section
Packages that use ODT.Section
-
Uses of ODT.Section in com.storedobject.office
Methods in com.storedobject.office that return ODT.SectionModifier and TypeMethodDescriptionfinal ODT.SectionODT.Element.getParentSection()Get the section where this element is located.ODT.TextElement.getSection(int index) Retrieves a section under this at the specified index.ODT.TextElement.getSection(String name) Retrieves a section under this by its name.Methods in com.storedobject.office with parameters of type ODT.SectionModifier and TypeMethodDescriptionvoidFiller.customizeSection(ODT.Section section) Allows customization of a section before it is generated.Method parameters in com.storedobject.office with type arguments of type ODT.SectionModifier and TypeMethodDescriptionvoidFiller.setSectionCustomizer(BiConsumer<Filler<?>, ODT.Section> sectionCustomizer) Sets a customizer for sections that enables tailored modifications or adjustments during their generation.final voidODT.setSectionCustomizer(BiConsumer<Filler<?>, ODT.Section> sectionCustomizer) Sets a customizer for sections that enables tailored modifications or adjustments during their generation.