|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Paragraph.VerticalPositionInfo
public class Paragraph.VerticalPositionInfo
for Text MarginInfo
Field Summary | |
---|---|
BorderInfo |
BorderSpace
Indicates the value of border space. |
float |
BottomMarginSpace
Indicates the value of bottom margin space. |
boolean |
IsPositionInfoSet
|
float |
LineSpace
Indicates the value of line space. |
float |
TopMarginSpace
Indicates the value of top margin space. |
Constructor Summary | |
---|---|
Paragraph.VerticalPositionInfo()
|
Method Summary | |
---|---|
BorderInfo |
getBorderSpace()
Gets a BorderInfo object of border space. |
float |
getLineSpace()
Gets a float value of line space. |
float |
getTopMarginSpace()
Gets a float value of top margin space. |
void |
setBorderSpace(BorderInfo borderInfo)
Sets a BorderInfo value that indicates the value of border space. |
void |
setLineSpace(float LineSpace)
Sets a float value that indicates the value of line space. |
void |
setTopMarginSpace(float topMarginSpace)
Sets a float value that indicates the value of top margin space. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean IsPositionInfoSet
public float TopMarginSpace
public float BottomMarginSpace
public BorderInfo BorderSpace
public float LineSpace
Constructor Detail |
---|
public Paragraph.VerticalPositionInfo()
Method Detail |
---|
public float getTopMarginSpace()
public void setTopMarginSpace(float topMarginSpace)
topMarginSpace
- public BorderInfo getBorderSpace()
public void setBorderSpace(BorderInfo borderInfo)
borderInfo
- public float getLineSpace()
public void setLineSpace(float LineSpace)
LineSpace
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |