Package org.apache.poi.xwpf.usermodel
Class XWPFLatentStyles
java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFLatentStyles
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanisLatentStyle(String latentStyleName) Determines if the specified style name is the name of a latent style.
-
Method Details
-
getNumberOfStyles
public int getNumberOfStyles() -
isLatentStyle
Determines if the specified style name is the name of a latent style.- Parameters:
latentStyleName- The name of the latent style to check for.- Returns:
- true if the latent style is defined.
- Since:
- 4.1.2
-