Uses of Class
org.docx4j.org.apache.poi.hpsf.Section
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf |
-
Uses of Section in org.docx4j.org.apache.poi.hpsf
Subclasses of Section in org.docx4j.org.apache.poi.hpsf Modifier and Type Class Description classMutableSectionAdds writing capability to theSectionclass.Fields in org.docx4j.org.apache.poi.hpsf with type parameters of type Section Modifier and Type Field Description protected java.util.List<Section>PropertySet. sectionsThe sections in thisPropertySet.Methods in org.docx4j.org.apache.poi.hpsf that return Section Modifier and Type Method Description SectionPropertySet. getFirstSection()Gets thePropertySet's first section.SectionSpecialPropertySet. getFirstSection()SectionPropertySet. 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 Section Modifier and Type Method Description java.util.List<Section>PropertySet. getSections()Returns theSections in the property set.java.util.List<Section>SpecialPropertySet. getSections()Methods in org.docx4j.org.apache.poi.hpsf with parameters of type Section Modifier and Type Method Description voidMutablePropertySet. 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 Section Constructor Description MutableSection(Section s)Constructs aMutableSectionby doing a deep copy of an existingSection.