|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.formatting.internalmargin
public class internalmargin
constructor summary | |
---|---|
internalmargin(textbox textbox)
initializes a new instance of the internalmargin class. |
method summary | |
---|---|
float |
getbottom()
gets the internal bottom margin (in points). |
float |
getleft()
gets the internal left margin (in points). |
float |
getright()
gets the internal right margin (in points). |
float |
gettop()
gets the internal top margin (in points). |
void |
setall(float value)
sets all internal margin. |
void |
setbottom(float value)
sets the internal bottom margin (in points). |
void |
setleft(float value)
sets the internal left margin (in points). |
void |
setright(float value)
sets the internal right margin (in points). |
void |
settop(float value)
sets the internal top margin (in points). |
constructor detail |
---|
public internalmargin(textbox textbox)
internalmargin
class.
textbox
- textboxmethod detail |
---|
public void setall(float value)
value
- public float getleft()
public void setleft(float value)
value
- the internal left margin.public float getright()
public void setright(float value)
value
- the internal right margin.public float gettop()
public void settop(float value)
value
- the internal top margin.public float getbottom()
public void setbottom(float value)
value
- the internal bottom margin.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |