|
|||||||||
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 |
Method Summary | |
---|---|
float |
getBottom()
Gets or sets the internal bottom margin (in points). |
float |
getLeft()
Gets or sets the internal left margin (in points). |
float |
getRight()
Gets or sets the internal right margin (in points). |
float |
getTop()
Gets or sets the internal top margin (in points). |
void |
setAll(float value)
Sets all internal margin. |
void |
setBottom(float value)
|
void |
setLeft(float value)
Gets or sets the internal left margin (in points). |
void |
setRight(float value)
Gets or sets the internal right margin (in points). |
void |
setTop(float value)
Gets or sets the internal top margin (in points). |
Constructor Detail |
---|
public InternalMargin(TextBox textbox)
Method Detail |
---|
public void setAll(float value)
public float getLeft()
public void setLeft(float value)
public float getRight()
public void setRight(float value)
public float getTop()
public void setTop(float value)
public float getBottom()
public void setBottom(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |