aspose.pdf
Class Paragraph.VerticalPositionInfo

java.lang.Object
  extended by aspose.pdf.Paragraph.VerticalPositionInfo
Enclosing class:
Paragraph

public class Paragraph.VerticalPositionInfo
extends java.lang.Object

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
 java.lang.Object clone()
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IsPositionInfoSet

public boolean IsPositionInfoSet

TopMarginSpace

public float TopMarginSpace
Indicates the value of top margin space.


BottomMarginSpace

public float BottomMarginSpace
Indicates the value of bottom margin space.


BorderSpace

public BorderInfo BorderSpace
Indicates the value of border space.


LineSpace

public float LineSpace
Indicates the value of line space.

Constructor Detail

Paragraph.VerticalPositionInfo

public Paragraph.VerticalPositionInfo()
Method Detail

getTopMarginSpace

public float getTopMarginSpace()
Gets a float value of top margin space.


setTopMarginSpace

public void setTopMarginSpace(float topMarginSpace)
Sets a float value that indicates the value of top margin space.

Parameters:
topMarginSpace -

getBorderSpace

public BorderInfo getBorderSpace()
Gets a BorderInfo object of border space.


setBorderSpace

public void setBorderSpace(BorderInfo borderInfo)
Sets a BorderInfo value that indicates the value of border space.

Parameters:
borderInfo -

getLineSpace

public float getLineSpace()
Gets a float value of line space.


setLineSpace

public void setLineSpace(float LineSpace)
Sets a float value that indicates the value of line space.

Parameters:
LineSpace -

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object