|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
com.spire.doc.formatting.TablePositioning
public class TablePositioning
Table Positioning
Method Summary | |
---|---|
void |
clearFormatting()
Clears the table positioning. |
boolean |
equals(java.lang.Object obj)
|
boolean |
equals(TablePositioning other)
|
float |
getDistanceFromBottom()
Gets the distance from bottom. |
float |
getDistanceFromLeft()
Gets the distance from left. |
float |
getDistanceFromRight()
Gets the distance from right. |
float |
getDistanceFromTop()
Gets the distance from top. |
float |
getHorizPosition()
Gets the horizontal position for table. |
HorizontalPosition |
getHorizPositionAbs()
Gets the absolute horizontal position for table. |
HorizontalRelation |
getHorizRelationTo()
Gets the horizontal relation of the table. |
float |
getVertPosition()
Gets the vertical position for table. |
VerticalPosition |
getVertPositionAbs()
Gets the absolute vertical position for table. |
VerticalRelation |
getVertRelationTo()
Gets the vertical relation of the table. |
void |
setDistanceFromBottom(float value)
Sets the distance from bottom. |
void |
setDistanceFromLeft(float value)
Sets the distance from left. |
void |
setDistanceFromRight(float value)
Sets the distance from right. |
void |
setDistanceFromTop(float value)
Sets the distance from top. |
void |
setHorizPosition(float value)
Sets the horizontal position for table. |
void |
setHorizPositionAbs(HorizontalPosition value)
Sets the absolute horizontal position for table. |
void |
setHorizRelationTo(HorizontalRelation value)
Sets the horizontal relation of the table. |
void |
setVertPosition(float value)
Sets the vertical position for table. |
void |
setVertPositionAbs(VerticalPosition value)
Sets the absolute vertical position for table. |
void |
setVertRelationTo(VerticalRelation value)
Sets the vertical relation of the table. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearBackground, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Method Detail |
---|
public HorizontalPosition getHorizPositionAbs()
public void setHorizPositionAbs(HorizontalPosition value)
value
- The horiz position abs.public VerticalPosition getVertPositionAbs()
public void setVertPositionAbs(VerticalPosition value)
value
- the horiz position abs.public float getHorizPosition()
public void setHorizPosition(float value)
value
- the horizontal position.public float getVertPosition()
public void setVertPosition(float value)
value
- the vertical position.public HorizontalRelation getHorizRelationTo()
public void setHorizRelationTo(HorizontalRelation value)
value
- the horiz relation to.public VerticalRelation getVertRelationTo()
public void setVertRelationTo(VerticalRelation value)
value
- the vert relation to.public float getDistanceFromTop()
public void setDistanceFromTop(float value)
value
- the distance from top.public float getDistanceFromBottom()
public void setDistanceFromBottom(float value)
value
- the distance from bottom.public float getDistanceFromLeft()
public void setDistanceFromLeft(float value)
value
- the distance from left.public float getDistanceFromRight()
public void setDistanceFromRight(float value)
value
- the distance from right.public void clearFormatting()
clearFormatting
in class FormatBase
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(TablePositioning other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |