Uses of Class
org.docx4j.wml.STChapterSep
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STChapterSep in org.docx4j.wml
Fields in org.docx4j.wml declared as STChapterSep Modifier and Type Field Description protected STChapterSepCTPageNumber. chapSepprotected STChapterSepCTCaption. sepMethods in org.docx4j.wml that return STChapterSep Modifier and Type Method Description static STChapterSepSTChapterSep. fromValue(java.lang.String v)STChapterSepCTPageNumber. getChapSep()Gets the value of the chapSep property.STChapterSepCTCaption. getSep()Gets the value of the sep property.static STChapterSepSTChapterSep. valueOf(java.lang.String name)Returns 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 STChapterSep Modifier and Type Method Description voidCTPageNumber. setChapSep(STChapterSep value)Sets the value of the chapSep property.voidCTCaption. setSep(STChapterSep value)Sets the value of the sep property.