Class DefaultParagraphStyle
java.lang.Object
com.independentsoft.office.odf.styles.DefaultStyle
com.independentsoft.office.odf.styles.DefaultParagraphStyle
Represents default styles of the paragraph style.
-
Field Summary
Fields inherited from class com.independentsoft.office.odf.styles.DefaultStyle
family -
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the DefaultParagraphStyle class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Specifies formatting properties for paragraph.Specifies formatting properties for text.toString()Converts the value of the current DefaultParagraphStyle object to its equivalent string representation.Methods inherited from class com.independentsoft.office.odf.styles.DefaultStyle
getFamily, setFamily, toString
-
Constructor Details
-
DefaultParagraphStyle
public DefaultParagraphStyle()Initializes a new instance of the DefaultParagraphStyle class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current DefaultParagraphStyle object to its equivalent string representation.- Overrides:
toStringin classDefaultStyle- Returns:
- the string
-
getTextProperties
Specifies formatting properties for text.- Returns:
- the text properties
-
getParagraphProperties
Specifies formatting properties for paragraph.- Returns:
- the paragraph properties
-