aspose.pdf
Class Segment.VerticalSegInfo

java.lang.Object
  extended by aspose.pdf.Segment.VerticalSegInfo
Enclosing class:
Segment

public class Segment.VerticalSegInfo
extends java.lang.Object

for Text MarginInfo


Field Summary
 boolean IsPositionInfoSet
           
 float LineSpace
          the value of blue color.
 float LowerSpace
          the value of blue color.
 float SegContentSpace
          the value of blue color.
 float UpperSpace
           
 
Constructor Summary
Segment.VerticalSegInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IsPositionInfoSet

public boolean IsPositionInfoSet

UpperSpace

public float UpperSpace

LowerSpace

public float LowerSpace
the value of blue color.


SegContentSpace

public float SegContentSpace
the value of blue color.


LineSpace

public float LineSpace
the value of blue color.

Constructor Detail

Segment.VerticalSegInfo

public Segment.VerticalSegInfo()