Package com.independentsoft.office.word
Class Spacing
java.lang.Object
com.independentsoft.office.word.Spacing
The Class Spacing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intgetAfter()Gets the after.Gets the after autospacing.intGets the after lines.intGets the before.Gets the before autospacing.intGets the before lines.intgetLine()Gets the line.Gets the line rule.voidsetAfter(int after)Sets the after.voidsetAfterAutospacing(ExtendedBoolean afterAutospacing)Sets the after autospacing.voidsetAfterLines(int afterLines)Sets the after lines.voidsetBefore(int before)Sets the before.voidsetBeforeAutospacing(ExtendedBoolean beforeAutospacing)Sets the before autospacing.voidsetBeforeLines(int beforeLines)Sets the before lines.voidsetLine(int line)Sets the line.voidsetLineRule(LineSpacingRule lineRule)Sets the line rule.toString()
-
Constructor Details
-
Spacing
public Spacing()Instantiates a new spacing.
-
-
Method Details
-
clone
-
toString
-
getAfter
public int getAfter()Gets the after.- Returns:
- the after
-
setAfter
public void setAfter(int after)Sets the after.- Parameters:
after- the new after
-
getAfterAutospacing
Gets the after autospacing.- Returns:
- the after autospacing
-
setAfterAutospacing
Sets the after autospacing.- Parameters:
afterAutospacing- the new after autospacing
-
getAfterLines
public int getAfterLines()Gets the after lines.- Returns:
- the after lines
-
setAfterLines
public void setAfterLines(int afterLines)Sets the after lines.- Parameters:
afterLines- the new after lines
-
getBefore
public int getBefore()Gets the before.- Returns:
- the before
-
setBefore
public void setBefore(int before)Sets the before.- Parameters:
before- the new before
-
getBeforeAutospacing
Gets the before autospacing.- Returns:
- the before autospacing
-
setBeforeAutospacing
Sets the before autospacing.- Parameters:
beforeAutospacing- the new before autospacing
-
getBeforeLines
public int getBeforeLines()Gets the before lines.- Returns:
- the before lines
-
setBeforeLines
public void setBeforeLines(int beforeLines)Sets the before lines.- Parameters:
beforeLines- the new before lines
-
getLine
public int getLine()Gets the line.- Returns:
- the line
-
setLine
public void setLine(int line)Sets the line.- Parameters:
line- the new line
-
getLineRule
Gets the line rule.- Returns:
- the line rule
-
setLineRule
Sets the line rule.- Parameters:
lineRule- the new line rule
-