|
|||||||||
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 |