|
|||||||||
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
Field Summary | |
---|---|
static int |
Bottom_Key
Constant value for bottom key. |
static int |
Left_Key
Constant value for left key. |
static int |
Right_Key
Constant value for right key. |
static int |
Top_Key
Constant value for top key. |
Method Summary | |
---|---|
float |
getBottom()
Gets bottom padding. |
float |
getLeft()
Gets left padding. |
float |
getRight()
Gets right padding. |
float |
getTop()
Gets top padding. |
void |
setAll(float value)
Sets all paddings. |
void |
setBottom(float value)
Sets bottom padding. |
void |
setLeft(float value)
Sets left padding. |
void |
setRight(float value)
Sets right padding. |
void |
setTop(float value)
Sets top padding. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Field Detail |
---|
public static final int Left_Key
public static final int Top_Key
public static final int Bottom_Key
public static final int Right_Key
Method Detail |
---|
public float getLeft()
public void setLeft(float value)
value
- Floatpublic float getTop()
public void setTop(float value)
value
- Floatpublic float getRight()
public void setRight(float value)
value
- Floatpublic float getBottom()
public void setBottom(float value)
value
- Floatpublic void setAll(float value)
value
- Float
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |