Package com.independentsoft.office.odf
Class IndexSourceStyle
java.lang.Object
com.independentsoft.office.odf.IndexSourceStyle
Represents the name of a style or a class. Paragraphs formatted using that style or class are included in the index.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the IndexSourceStyle class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getName()Gets the paragraph family style.voidSets the paragraph family style.toString()Converts the value of the current IndexSourceStyle object to its equivalent string representation.
-
Constructor Details
-
IndexSourceStyle
public IndexSourceStyle()Initializes a new instance of the IndexSourceStyle class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current IndexSourceStyle object to its equivalent string representation. -
getName
Gets the paragraph family style.- Returns:
- the name
-
setName
Sets the paragraph family style.- Parameters:
name- the new name
-