Class IndexSourceStyles

java.lang.Object
com.independentsoft.office.odf.IndexSourceStyles

public class IndexSourceStyles extends Object
Represents all of a style or a class for a particular outline level. The outline level attribute specifies at which outline level to list the index entries gathered from the respective paragraph styles.
  • Constructor Details

    • IndexSourceStyles

      public IndexSourceStyles()
      Initializes a new instance of the IndexSourceStyles class.
  • Method Details

    • clone

      public IndexSourceStyles clone()
      Creates a new object that is a deep copy of the current instance.
      Overrides:
      clone in class Object
      Returns:
      A new object that is a copy of this instance.
    • toString

      public String toString()
      Converts the value of the current IndexSourceStyles object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getStyles

      public List<IndexSourceStyle> getStyles()
      Contains a collection of IndexSourceStyle objects.
      Returns:
      the styles