|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.MarginInfo
public class MarginInfo
Encapsulates margin info.
Typical usages are the following:
| Field Summary | |
|---|---|
float |
Bottom
The lower left and upper right coordination of the rectangle. |
float |
Inner
The lower left and upper right coordination of the rectangle. |
float |
Left
The lower left and upper right coordination of the rectangle. |
float |
Outer
The lower left and upper right coordination of the rectangle. |
float |
Right
The lower left and upper right coordination of the rectangle. |
float |
Top
The lower left and upper right coordination of the rectangle. |
| Constructor Summary | |
|---|---|
MarginInfo()
Initializes a new instance of the MarginInfo class. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones a new MarginInfo object. |
float |
getBottom()
Gets a float value that indicates the bottom margin. |
float |
getInner()
Gets a float value that indicates the inner margin. |
float |
getLeft()
Gets a float value that indicates the left margin. |
float |
getOuter()
Gets a float value that indicates the outer margin. |
float |
getRight()
Gets a float value that indicates the right margin. |
float |
getTop()
Gets a float value that indicates the top margin. |
void |
setBottom(float value)
Sets a float value that indicates the bottom margin. |
void |
setInner(float value)
Sets a float value that indicates the inner margin. |
void |
setLeft(float value)
Sets a float value that indicates the left margin. |
void |
setOuter(float value)
Sets a float value that indicates the outer margin. |
void |
setRight(float value)
Sets a float value that indicates the right margin. |
void |
setTop(float value)
Sets a float value that indicates the top margin. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float Left
public float Right
public float Top
public float Bottom
public float Inner
public float Outer
| Constructor Detail |
|---|
public MarginInfo()
MarginInfo class.
| Method Detail |
|---|
public float getLeft()
public void setLeft(float value)
value - public float getRight()
public void setRight(float value)
value - public float getTop()
public void setTop(float value)
value - public float getBottom()
public void setBottom(float value)
value - public float getInner()
public void setInner(float value)
value - public float getOuter()
public void setOuter(float value)
value - public java.lang.Object clone()
MarginInfo object.
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||