Uses of Class
com.storedobject.office.ODT.SectionName
Packages that use ODT.SectionName
-
Uses of ODT.SectionName in com.storedobject.office
Methods in com.storedobject.office that return ODT.SectionNameModifier and TypeMethodDescriptionODT.SectionName.getParent()Retrieves the parent section of this section.Methods in com.storedobject.office that return types with arguments of type ODT.SectionNameModifier and TypeMethodDescriptionODT.SectionName.getChildren()Retrieves the list of child sections associated with this section.ODT.getSectionNames()Get the list of section names in the document. -
Uses of ODT.SectionName in com.storedobject.ui.report
Methods in com.storedobject.ui.report with parameters of type ODT.SectionNameModifier and TypeMethodDescriptionvoidSectionSelector.deselect(ODT.SectionName sectionName) voidSectionSelector.select(ODT.SectionName sectionName) voidSectionSelector.selectFixed(ODT.SectionName sectionName) Constructor parameters in com.storedobject.ui.report with type arguments of type ODT.SectionNameModifierConstructorDescriptionSectionSelector(String caption, ODT<?> odt, Function<ODT.SectionName, String> nameFunction)