Uses of Class
loci.poi.hpsf.Section
Packages that use Section
-
Uses of Section in loci.poi.hpsf
Subclasses of Section in loci.poi.hpsfMethods in loci.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 loci.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 loci.poi.hpsf with parameters of type SectionModifierConstructorDescriptionConstructs aMutableSectionby doing a deep copy of an existingSection.