public class XWPFLatentStyles
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected XWPFStyles |
styles |
Modifier | Constructor and Description |
---|---|
protected |
XWPFLatentStyles() |
protected |
XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles) |
protected |
XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles,
XWPFStyles styles) |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfStyles() |
boolean |
isLatentStyle(java.lang.String latentStyleName)
Determines if the specified style name is the name of a latent style.
|
protected XWPFStyles styles
protected XWPFLatentStyles()
protected XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles)
protected XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, XWPFStyles styles)
public int getNumberOfStyles()
public boolean isLatentStyle(java.lang.String latentStyleName)
latentStyleName
- The name of the latent style to check for.Copyright 2021 The Apache Software Foundation or its licensors, as applicable.