Class IndexSourceStyle

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

public class IndexSourceStyle extends Object
Represents the name of a style or a class. Paragraphs formatted using that style or class are included in the index.
  • Constructor Details

    • IndexSourceStyle

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

    • clone

      public IndexSourceStyle 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 IndexSourceStyle object to its equivalent string representation.
      Overrides:
      toString in class Object
      Returns:
      the string
    • getName

      public String getName()
      Gets the paragraph family style.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the paragraph family style.
      Parameters:
      name - the new name