Class XWPFLatentStyles

java.lang.Object
org.apache.poi.xwpf.usermodel.XWPFLatentStyles

public class XWPFLatentStyles extends Object
  • Method Details

    • 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