Uses of Class
org.apache.poi.xwpf.usermodel.XWPFStyles
Packages that use XWPFStyles
-
Uses of XWPFStyles in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel declared as XWPFStylesModifier and TypeFieldDescriptionprotected XWPFStylesXWPFDocument.stylesprotected XWPFStylesXWPFLatentStyles.stylesprotected XWPFStylesXWPFStyle.stylesMethods in org.apache.poi.xwpf.usermodel that return XWPFStylesModifier and TypeMethodDescriptionXWPFDocument.createStyles()Creates an empty styles for the document if one does not already existXWPFDocument.getStyles()get StylesXWPFStyle.getStyles()get stylesConstructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFStylesModifierConstructorDescriptionprotectedXWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles) XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStyles styles) constructor