Uses of Class
org.apache.poi.xwpf.usermodel.XWPFStyle
Packages that use XWPFStyle
-
Uses of XWPFStyle in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return XWPFStyleModifier and TypeMethodDescriptionGet style by a styleIDXWPFStyles.getStyleWithName
(String styleName) Get the style with the specified name, if any.XWPFStyles.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 XWPFStyleModifier and TypeMethodDescriptionXWPFStyles.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 XWPFStyleModifier and TypeMethodDescriptionvoid
add a style to the documentXWPFStyles.getStyleWithSameName
(XWPFStyle style) get the style with the same name if this style is not existing, return nullXWPFStyles.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 documentboolean
XWPFStyle.hasSameName
(XWPFStyle compStyle) compares the names of the Styles