Class EffectExtent
java.lang.Object
com.independentsoft.office.word.drawing.EffectExtent
The Class EffectExtent.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new effect extent.EffectExtent(long top, long bottom, long left, long right)Instantiates a new effect extent.EffectExtent(Unit top, Unit bottom, Unit left, Unit right)Instantiates a new effect extent. -
Method Summary
-
Constructor Details
-
EffectExtent
public EffectExtent()Instantiates a new effect extent. -
EffectExtent
public EffectExtent(long top, long bottom, long left, long right)Instantiates a new effect extent.- Parameters:
top- the topbottom- the bottomleft- the leftright- the right
-
EffectExtent
Instantiates a new effect extent.- Parameters:
top- the topbottom- the bottomleft- the leftright- the right
-
-
Method Details
-
clone
-
toString
-
getBottom
Gets the bottom.- Returns:
- the bottom
-
setBottom
Sets the bottom.- Parameters:
bottom- the new bottom
-
getTop
Gets the top.- Returns:
- the top
-
setTop
Sets the top.- Parameters:
top- the new top
-
getLeft
Gets the left.- Returns:
- the left
-
setLeft
Sets the left.- Parameters:
left- the new left
-
getRight
Gets the right.- Returns:
- the right
-
setRight
Sets the right.- Parameters:
right- the new right
-