Package org.apache.poi.xwpf.usermodel
Class XWPFLatentStyles
- java.lang.Object
-
- org.apache.poi.xwpf.usermodel.XWPFLatentStyles
-
public class XWPFLatentStyles extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected XWPFStylesstyles
-
Constructor Summary
Constructors Modifier Constructor Description protectedXWPFLatentStyles()protectedXWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles)protectedXWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfStyles()booleanisLatentStyle(String latentStyleName)Determines if the specified style name is the name of a latent style.
-
-
-
Field Detail
-
styles
protected XWPFStyles styles
-
-
Constructor Detail
-
XWPFLatentStyles
protected XWPFLatentStyles()
-
XWPFLatentStyles
protected XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles)
-
XWPFLatentStyles
protected XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles)
-
-
Method Detail
-
getNumberOfStyles
public int getNumberOfStyles()
-
isLatentStyle
public boolean isLatentStyle(String latentStyleName)
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
-
-