Uses of Class
org.apache.poi.xwpf.usermodel.XWPFStyle
-
Packages that use XWPFStyle Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFStyle in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFStyle Modifier and Type Method Description XWPFStyleXWPFStyles. getStyle(String styleID)Get style by a styleIDXWPFStyleXWPFStyles. getStyleWithName(String styleName)Get the style with the specified name, if any.XWPFStyleXWPFStyles. getStyleWithSameName(XWPFStyle style)get the style with the same name if this style is not existing, return nullMethods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFStyle Modifier and Type Method Description List<XWPFStyle>XWPFStyles. getUsedStyleList(XWPFStyle style)get the styles which are related to the parameter style and their relatives this method can be used to copy all styles from one document to another documentMethods in org.apache.poi.xwpf.usermodel with parameters of type XWPFStyle Modifier and Type Method Description voidXWPFStyles. addStyle(XWPFStyle style)add a style to the documentXWPFStyleXWPFStyles. getStyleWithSameName(XWPFStyle style)get the style with the same name if this style is not existing, return nullList<XWPFStyle>XWPFStyles. getUsedStyleList(XWPFStyle style)get the styles which are related to the parameter style and their relatives this method can be used to copy all styles from one document to another documentbooleanXWPFStyle. hasSameName(XWPFStyle compStyle)compares the names of the Styles
-