Uses of Enum
org.docx4j.wml.STChapterSep
Packages that use STChapterSep
-
Uses of STChapterSep in org.docx4j.wml
Fields in org.docx4j.wml declared as STChapterSepModifier and TypeFieldDescriptionprotected STChapterSepCTPageNumber.chapSepprotected STChapterSepCTCaption.sepMethods in org.docx4j.wml that return STChapterSepModifier and TypeMethodDescriptionstatic STChapterSepCTPageNumber.getChapSep()Gets the value of the chapSep property.CTCaption.getSep()Gets the value of the sep property.static STChapterSepReturns the enum constant of this type with the specified name.static STChapterSep[]STChapterSep.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STChapterSepModifier and TypeMethodDescriptionvoidCTPageNumber.setChapSep(STChapterSep value) Sets the value of the chapSep property.voidCTCaption.setSep(STChapterSep value) Sets the value of the sep property.