Class NumberingLevelText
java.lang.Object
com.independentsoft.office.word.numbering.NumberingLevelText
The Class NumberingLevelText.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new numbering level text.NumberingLevelText(String text)Instantiates a new numbering level text. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the checks if is null.getText()Gets the text.voidsetIsNull(ExtendedBoolean isNull)Sets the checks if is null.voidSets the text.toString()
-
Constructor Details
-
NumberingLevelText
public NumberingLevelText()Instantiates a new numbering level text. -
NumberingLevelText
Instantiates a new numbering level text.- Parameters:
text- the text
-
-
Method Details
-
clone
-
toString
-
getIsNull
Gets the checks if is null.- Returns:
- the checks if is null
-
setIsNull
Sets the checks if is null.- Parameters:
isNull- the new checks if is null
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
text- the new text
-