Class LineNumberingSettings
java.lang.Object
com.independentsoft.office.word.sections.LineNumberingSettings
The Class LineNumberingSettings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the count by.intGets the distance.Gets the restart.intgetStart()Gets the start.voidsetCountBy(int countBy)Sets the count by.voidsetDistance(int distance)Sets the distance.voidsetRestart(LineNumberRestart restart)Sets the restart.voidsetStart(int start)Sets the start.toString()
-
Constructor Details
-
LineNumberingSettings
public LineNumberingSettings()Instantiates a new line numbering settings.
-
-
Method Details
-
clone
-
toString
-
getCountBy
public int getCountBy()Gets the count by.- Returns:
- the count by
-
setCountBy
public void setCountBy(int countBy)Sets the count by.- Parameters:
countBy- the new count by
-
getDistance
public int getDistance()Gets the distance.- Returns:
- the distance
-
setDistance
public void setDistance(int distance)Sets the distance.- Parameters:
distance- the new distance
-
getRestart
Gets the restart.- Returns:
- the restart
-
setRestart
Sets the restart.- Parameters:
restart- the new restart
-
getStart
public int getStart()Gets the start.- Returns:
- the start
-
setStart
public void setStart(int start)Sets the start.- Parameters:
start- the new start
-