Class TabStop
java.lang.Object
com.independentsoft.office.drawing.TabStop
The Class TabStop.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.Gets the position.voidsetAlignment(TextTabAlignmentType alignment)Sets the alignment.voidsetPosition(Unit position)Sets the position.toString()
-
Constructor Details
-
TabStop
public TabStop()Instantiates a new tab stop.
-
-
Method Details
-
clone
-
toString
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-