Class LegacyNumberingLevel
java.lang.Object
com.independentsoft.office.word.numbering.LegacyNumberingLevel
The Class LegacyNumberingLevel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the indent.intgetSpace()Gets the space.Gets the use legacy.voidsetIndent(int indent)Sets the indent.voidsetSpace(int space)Sets the space.voidsetUseLegacy(ExtendedBoolean useLegacy)Sets the use legacy.toString()
-
Constructor Details
-
LegacyNumberingLevel
public LegacyNumberingLevel()Instantiates a new legacy numbering level.
-
-
Method Details
-
clone
-
toString
-
getUseLegacy
Gets the use legacy.- Returns:
- the use legacy
-
setUseLegacy
Sets the use legacy.- Parameters:
useLegacy- the new use legacy
-
getIndent
public int getIndent()Gets the indent.- Returns:
- the indent
-
setIndent
public void setIndent(int indent)Sets the indent.- Parameters:
indent- the new indent
-
getSpace
public int getSpace()Gets the space.- Returns:
- the space
-
setSpace
public void setSpace(int space)Sets the space.- Parameters:
space- the new space
-