Class XWPFLatentStyles


  • public class XWPFLatentStyles
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumberOfStyles()  
      boolean isLatentStyle​(java.lang.String latentStyleName)
      Determines if the specified style name is the name of a latent style.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNumberOfStyles

        public int getNumberOfStyles()
      • isLatentStyle

        public boolean isLatentStyle​(java.lang.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