Class WrapTopBottom
java.lang.Object
com.independentsoft.office.word.drawing.WrapType
com.independentsoft.office.word.drawing.WrapTopBottom
The Class WrapTopBottom.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the distance between text and bottom edge.Gets the distance between text and top edge.Gets the effect extent.voidsetDistanceBetweenTextAndBottomEdge(Unit distanceBetweenTextAndBottomEdge)Sets the distance between text and bottom edge.voidsetDistanceBetweenTextAndTopEdge(Unit distanceBetweenTextAndTopEdge)Sets the distance between text and top edge.voidsetEffectExtent(EffectExtent effectExtent)Sets the effect extent.toString()
-
Constructor Details
-
WrapTopBottom
public WrapTopBottom()Instantiates a new wrap top bottom.
-
-
Method Details
-
clone
-
toString
-
getDistanceBetweenTextAndBottomEdge
Gets the distance between text and bottom edge.- Returns:
- the distance between text and bottom edge
-
setDistanceBetweenTextAndBottomEdge
Sets the distance between text and bottom edge.- Parameters:
distanceBetweenTextAndBottomEdge- the new distance between text and bottom edge
-
getDistanceBetweenTextAndTopEdge
Gets the distance between text and top edge.- Returns:
- the distance between text and top edge
-
setDistanceBetweenTextAndTopEdge
Sets the distance between text and top edge.- Parameters:
distanceBetweenTextAndTopEdge- the new distance between text and top edge
-
getEffectExtent
Gets the effect extent.- Returns:
- the effect extent
-
setEffectExtent
Sets the effect extent.- Parameters:
effectExtent- the new effect extent
-