Class WrapThrough
java.lang.Object
com.independentsoft.office.word.drawing.WrapType
com.independentsoft.office.word.drawing.WrapThrough
The Class WrapThrough.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new wrap through.WrapThrough(WrapText wrapText)Instantiates a new wrap through. -
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
-
WrapThrough
public WrapThrough()Instantiates a new wrap through. -
WrapThrough
Instantiates a new wrap through.- 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
-