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