Package org.apache.poi.xwpf.usermodel
Class XWPFStyle
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget ctStyleget StyleID of the linked StylegetName()get StyleID of the next styleget StyleID of the styleget stylesgetType()get Type of the StylebooleanhasSameName(XWPFStyle compStyle) compares the names of the Stylesvoidset stylevoidsetStyleId(String styleId) set styleIDvoidsetType(STStyleType.Enum type) set styleType
-
Constructor Details
-
XWPFStyle
-
XWPFStyle
-
-
Method Details
-
getStyleId
get StyleID of the style- Returns:
- styleID StyleID of the style
-
setStyleId
set styleID -
getType
get Type of the Style- Returns:
- ctType
-
setType
set styleType -
setStyle
set style -
getCTStyle
get ctStyle- Returns:
- ctStyle
-
getStyles
get styles- Returns:
- styles the styles to which this style belongs
-
getBasisStyleID
-
getLinkStyleID
get StyleID of the linked Style -
getNextStyleID
get StyleID of the next style -
getName
-
hasSameName
compares the names of the Styles
-