Class WrapTight
java.lang.Object
com.independentsoft.office.word.drawing.WrapType
com.independentsoft.office.word.drawing.WrapTight
The Class WrapTight.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the distance between text and left edge.Gets the distance between text and right edge.Gets the wrap polygon.Gets the wrap text.voidsetDistanceBetweenTextAndLeftEdge(Unit distanceBetweenTextAndLeftEdge)Sets the distance between text and left edge.voidsetDistanceBetweenTextAndRightEdge(Unit distanceBetweenTextAndRightEdge)Sets the distance between text and right edge.voidsetWrapPolygon(WrapPolygon wrapPolygon)Sets the wrap polygon.voidsetWrapText(WrapText wrapText)Sets the wrap text.toString()
-
Constructor Details
-
WrapTight
public WrapTight()Instantiates a new wrap tight. -
WrapTight
Instantiates a new wrap tight.- Parameters:
wrapText- the wrap text
-
-
Method Details
-
clone
-
toString
-
getWrapText
Gets the wrap text.- Returns:
- the wrap text
-
setWrapText
Sets the wrap text.- Parameters:
wrapText- the new wrap text
-
getDistanceBetweenTextAndLeftEdge
Gets the distance between text and left edge.- Returns:
- the distance between text and left edge
-
setDistanceBetweenTextAndLeftEdge
Sets the distance between text and left edge.- Parameters:
distanceBetweenTextAndLeftEdge- the new distance between text and left edge
-
getDistanceBetweenTextAndRightEdge
Gets the distance between text and right edge.- Returns:
- the distance between text and right edge
-
setDistanceBetweenTextAndRightEdge
Sets the distance between text and right edge.- Parameters:
distanceBetweenTextAndRightEdge- the new distance between text and right edge
-
getWrapPolygon
Gets the wrap polygon.- Returns:
- the wrap polygon
-
setWrapPolygon
Sets the wrap polygon.- Parameters:
wrapPolygon- the new wrap polygon
-