Uses of Class
org.apache.poi.xwpf.usermodel.XWPFStyles
-
Packages that use XWPFStyles Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFStyles in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFStyles Modifier and Type Field Description protected XWPFStylesXWPFDocument. stylesprotected XWPFStylesXWPFLatentStyles. stylesprotected XWPFStylesXWPFStyle. stylesMethods in org.apache.poi.xwpf.usermodel that return XWPFStyles Modifier and Type Method Description XWPFStylesXWPFDocument. createStyles()Creates an empty styles for the document if one does not already existXWPFStylesXWPFDocument. getStyles()get StylesXWPFStylesXWPFStyle. getStyles()get stylesConstructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFStyles Constructor Description XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles)XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStyles styles)
-