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 XWPFStyles
XWPFDocument.styles
protected XWPFStyles
XWPFLatentStyles.styles
protected XWPFStyles
XWPFStyle.styles
Methods 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 XWPFStylesModifierConstructorDescriptionprotected
XWPFLatentStyles
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles) XWPFStyle
(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStyles styles) constructor