Uses of Class
org.docx4j.org.apache.poi.hpsf.Section
Packages that use Section
-
Uses of Section in org.docx4j.org.apache.poi.hpsf
Subclasses of Section in org.docx4j.org.apache.poi.hpsfFields in org.docx4j.org.apache.poi.hpsf with type parameters of type SectionMethods in org.docx4j.org.apache.poi.hpsf that return SectionModifier and TypeMethodDescriptionPropertySet.getFirstSection()Gets thePropertySet's first section.SpecialPropertySet.getFirstSection()PropertySet.getSingleSection()If thePropertySethas only a single section this method returns it.Methods in org.docx4j.org.apache.poi.hpsf that return types with arguments of type SectionModifier and TypeMethodDescriptionPropertySet.getSections()Returns theSections in the property set.SpecialPropertySet.getSections()Methods in org.docx4j.org.apache.poi.hpsf with parameters of type SectionModifier and TypeMethodDescriptionvoidMutablePropertySet.addSection(Section section) Adds a section to this property set.voidSpecialPropertySet.addSection(Section section) Constructors in org.docx4j.org.apache.poi.hpsf with parameters of type SectionModifierConstructorDescriptionConstructs aMutableSectionby doing a deep copy of an existingSection.