Class TextListStyle
java.lang.Object
com.independentsoft.office.drawing.TextListStyle
The Class TextListStyle.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new text list style.TextListStyle(InternalXMLStreamReader reader)Instantiates a new text list style. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the default paragraph style.Gets the list level1 text style.Gets the list level2 text style.Gets the list level3 text style.Gets the list level4 text style.Gets the list level5 text style.Gets the list level6 text style.Gets the list level7 text style.Gets the list level8 text style.Gets the list level9 text style.toString()
-
Constructor Details
-
TextListStyle
public TextListStyle()Instantiates a new text list style. -
TextListStyle
Instantiates a new text list style.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getDefaultParagraphStyle
Gets the default paragraph style.- Returns:
- the default paragraph style
-
getListLevel1TextStyle
Gets the list level1 text style.- Returns:
- the list level1 text style
-
getListLevel2TextStyle
Gets the list level2 text style.- Returns:
- the list level2 text style
-
getListLevel3TextStyle
Gets the list level3 text style.- Returns:
- the list level3 text style
-
getListLevel4TextStyle
Gets the list level4 text style.- Returns:
- the list level4 text style
-
getListLevel5TextStyle
Gets the list level5 text style.- Returns:
- the list level5 text style
-
getListLevel6TextStyle
Gets the list level6 text style.- Returns:
- the list level6 text style
-
getListLevel7TextStyle
Gets the list level7 text style.- Returns:
- the list level7 text style
-
getListLevel8TextStyle
Gets the list level8 text style.- Returns:
- the list level8 text style
-
getListLevel9TextStyle
Gets the list level9 text style.- Returns:
- the list level9 text style
-