Class WrapTopBottom

java.lang.Object
com.independentsoft.office.word.drawing.WrapType
com.independentsoft.office.word.drawing.WrapTopBottom

public class WrapTopBottom extends WrapType
The Class WrapTopBottom.
  • Constructor Details

    • WrapTopBottom

      public WrapTopBottom()
      Instantiates a new wrap top bottom.
  • Method Details

    • clone

      public WrapTopBottom clone()
      Specified by:
      clone in class WrapType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDistanceBetweenTextAndBottomEdge

      public Unit getDistanceBetweenTextAndBottomEdge()
      Gets the distance between text and bottom edge.
      Returns:
      the distance between text and bottom edge
    • setDistanceBetweenTextAndBottomEdge

      public void setDistanceBetweenTextAndBottomEdge(Unit distanceBetweenTextAndBottomEdge)
      Sets the distance between text and bottom edge.
      Parameters:
      distanceBetweenTextAndBottomEdge - the new distance between text and bottom edge
    • getDistanceBetweenTextAndTopEdge

      public Unit getDistanceBetweenTextAndTopEdge()
      Gets the distance between text and top edge.
      Returns:
      the distance between text and top edge
    • setDistanceBetweenTextAndTopEdge

      public void setDistanceBetweenTextAndTopEdge(Unit distanceBetweenTextAndTopEdge)
      Sets the distance between text and top edge.
      Parameters:
      distanceBetweenTextAndTopEdge - the new distance between text and top edge
    • getEffectExtent

      public EffectExtent getEffectExtent()
      Gets the effect extent.
      Returns:
      the effect extent
    • setEffectExtent

      public void setEffectExtent(EffectExtent effectExtent)
      Sets the effect extent.
      Parameters:
      effectExtent - the new effect extent