Uses of Class
org.apache.poi.xwpf.usermodel.XWPFStyles

Packages that use XWPFStyles
org.apache.poi.xwpf.usermodel   
 

Uses of XWPFStyles in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as XWPFStyles
protected  XWPFStyles XWPFStyle.styles
           
protected  XWPFStyles XWPFLatentStyles.styles
           
protected  XWPFStyles XWPFDocument.styles
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFStyles
 XWPFStyles XWPFDocument.createStyles()
          Creates an empty styles for the document if one does not already exist
 XWPFStyles XWPFStyle.getStyles()
          get styles
 XWPFStyles XWPFDocument.getStyles()
          get Styles
 

Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFStyles
XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles)
           
XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, XWPFStyles styles)
          constructor
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.