|
|||||||||
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.WordAttrCollection
com.spire.doc.formatting.Paddings
public class Paddings
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
boolean |
equals(Paddings other)
|
float |
getBottom()
Gets/ sets bottom padding. |
float |
getLeft()
Gets/ sets left padding. |
float |
getRight()
Gets/ sets right padding. |
float |
getTop()
Gets/ sets top padding. |
void |
setAll(float value)
Sets all paddings. |
void |
setBottom(float value)
Gets/ sets bottom padding. |
void |
setLeft(float value)
Gets/ sets left padding. |
void |
setRight(float value)
Gets/ sets right padding. |
void |
setTop(float value)
Gets/ sets top padding. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearBackground, clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Method Detail |
---|
public float getLeft()
public void setLeft(float value)
public float getTop()
public void setTop(float value)
public float getRight()
public void setRight(float value)
public float getBottom()
public void setBottom(float value)
public void setAll(float value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equals(Paddings other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |