Package com.independentsoft.office.word
Class Indentation
java.lang.Object
com.independentsoft.office.word.Indentation
The Class Indentation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the first line.intGets the first line chars.intGets the hanging.intGets the hanging chars.intgetLeft()Gets the left.intGets the left chars.intgetRight()Gets the right.intGets the right chars.voidsetFirstLine(int firstLine)Sets the first line.voidsetFirstLineChars(int firstLineChars)Sets the first line chars.voidsetHanging(int hanging)Sets the hanging.voidsetHangingChars(int hangingChars)Sets the hanging chars.voidsetLeft(int left)Sets the left.voidsetLeftChars(int leftChars)Sets the left chars.voidsetRight(int right)Sets the right.voidsetRightChars(int rightChars)Sets the right chars.toString()
-
Constructor Details
-
Indentation
public Indentation()Instantiates a new indentation.
-
-
Method Details
-
clone
-
toString
-
getFirstLine
public int getFirstLine()Gets the first line.- Returns:
- the first line
-
setFirstLine
public void setFirstLine(int firstLine)Sets the first line.- Parameters:
firstLine- the new first line
-
getFirstLineChars
public int getFirstLineChars()Gets the first line chars.- Returns:
- the first line chars
-
setFirstLineChars
public void setFirstLineChars(int firstLineChars)Sets the first line chars.- Parameters:
firstLineChars- the new first line chars
-
getHanging
public int getHanging()Gets the hanging.- Returns:
- the hanging
-
setHanging
public void setHanging(int hanging)Sets the hanging.- Parameters:
hanging- the new hanging
-
getHangingChars
public int getHangingChars()Gets the hanging chars.- Returns:
- the hanging chars
-
setHangingChars
public void setHangingChars(int hangingChars)Sets the hanging chars.- Parameters:
hangingChars- the new hanging chars
-
getLeft
public int getLeft()Gets the left.- Returns:
- the left
-
setLeft
public void setLeft(int left)Sets the left.- Parameters:
left- the new left
-
getLeftChars
public int getLeftChars()Gets the left chars.- Returns:
- the left chars
-
setLeftChars
public void setLeftChars(int leftChars)Sets the left chars.- Parameters:
leftChars- the new left chars
-
getRight
public int getRight()Gets the right.- Returns:
- the right
-
setRight
public void setRight(int right)Sets the right.- Parameters:
right- the new right
-
getRightChars
public int getRightChars()Gets the right chars.- Returns:
- the right chars
-
setRightChars
public void setRightChars(int rightChars)Sets the right chars.- Parameters:
rightChars- the new right chars
-