Class FloatingTablePositioning
java.lang.Object
com.independentsoft.office.word.tables.FloatingTablePositioning
The Class FloatingTablePositioning.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the absolute horizontal position.intGets the absolute vertical position.intGets the bottom from text.Gets the horizontal anchor.intGets the left from text.Gets the relative horizontal position.Gets the relative vertical position.intGets the right from text.intGets the top from text.Gets the vertical anchor.voidsetAbsoluteHorizontalPosition(int absoluteHorizontalPosition)Sets the absolute horizontal position.voidsetAbsoluteVerticalPosition(int absoluteVerticalPosition)Sets the absolute vertical position.voidsetBottomFromText(int bottomFromText)Sets the bottom from text.voidsetHorizontalAnchor(AnchorLocation horizontalAnchor)Sets the horizontal anchor.voidsetLeftFromText(int leftFromText)Sets the left from text.voidsetRelativeHorizontalPosition(HorizontalAlignmentLocation relativeHorizontalPosition)Sets the relative horizontal position.voidsetRelativeVerticalPosition(VerticalAlignmentLocation relativeVerticalPosition)Sets the relative vertical position.voidsetRightFromText(int rightFromText)Sets the right from text.voidsetTopFromText(int topFromText)Sets the top from text.voidsetVerticalAnchor(AnchorLocation verticalAnchor)Sets the vertical anchor.toString()
-
Constructor Details
-
FloatingTablePositioning
public FloatingTablePositioning()Instantiates a new floating table positioning.
-
-
Method Details
-
clone
-
toString
-
getBottomFromText
public int getBottomFromText()Gets the bottom from text.- Returns:
- the bottom from text
-
setBottomFromText
public void setBottomFromText(int bottomFromText)Sets the bottom from text.- Parameters:
bottomFromText- the new bottom from text
-
getTopFromText
public int getTopFromText()Gets the top from text.- Returns:
- the top from text
-
setTopFromText
public void setTopFromText(int topFromText)Sets the top from text.- Parameters:
topFromText- the new top from text
-
getLeftFromText
public int getLeftFromText()Gets the left from text.- Returns:
- the left from text
-
setLeftFromText
public void setLeftFromText(int leftFromText)Sets the left from text.- Parameters:
leftFromText- the new left from text
-
getRightFromText
public int getRightFromText()Gets the right from text.- Returns:
- the right from text
-
setRightFromText
public void setRightFromText(int rightFromText)Sets the right from text.- Parameters:
rightFromText- the new right from text
-
getAbsoluteHorizontalPosition
public int getAbsoluteHorizontalPosition()Gets the absolute horizontal position.- Returns:
- the absolute horizontal position
-
setAbsoluteHorizontalPosition
public void setAbsoluteHorizontalPosition(int absoluteHorizontalPosition)Sets the absolute horizontal position.- Parameters:
absoluteHorizontalPosition- the new absolute horizontal position
-
getRelativeHorizontalPosition
Gets the relative horizontal position.- Returns:
- the relative horizontal position
-
setRelativeHorizontalPosition
Sets the relative horizontal position.- Parameters:
relativeHorizontalPosition- the new relative horizontal position
-
getAbsoluteVerticalPosition
public int getAbsoluteVerticalPosition()Gets the absolute vertical position.- Returns:
- the absolute vertical position
-
setAbsoluteVerticalPosition
public void setAbsoluteVerticalPosition(int absoluteVerticalPosition)Sets the absolute vertical position.- Parameters:
absoluteVerticalPosition- the new absolute vertical position
-
getRelativeVerticalPosition
Gets the relative vertical position.- Returns:
- the relative vertical position
-
setRelativeVerticalPosition
Sets the relative vertical position.- Parameters:
relativeVerticalPosition- the new relative vertical position
-
getHorizontalAnchor
Gets the horizontal anchor.- Returns:
- the horizontal anchor
-
setHorizontalAnchor
Sets the horizontal anchor.- Parameters:
horizontalAnchor- the new horizontal anchor
-
getVerticalAnchor
Gets the vertical anchor.- Returns:
- the vertical anchor
-
setVerticalAnchor
Sets the vertical anchor.- Parameters:
verticalAnchor- the new vertical anchor
-