public static class Segment.VerticalSegInfo extends com.aspose.ms.lang.Struct<Segment.VerticalSegInfo>
for Text MarginInfo
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Segment.VerticalSegInfo() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Segment.VerticalSegInfo |
Clone() |
void |
CloneTo(Segment.VerticalSegInfo that) |
boolean |
equals(Object obj) |
static boolean |
equals(Segment.VerticalSegInfo obj1,
Segment.VerticalSegInfo obj2) |
void |
setIsPositionInfoSet(boolean IsPositionInfoSet) |
void |
setLineSpace(float LineSpace) |
void |
setLowerSpace(float LowerSpace) |
void |
setSegContentSpace(float SegContentSpace) |
void |
setUpperSpace(float UpperSpace) |
public boolean IsPositionInfoSet
public float UpperSpace
public float LowerSpace
the value of blue color.
public float SegContentSpace
the value of blue color.
public float LineSpace
the value of blue color.
public void setIsPositionInfoSet(boolean IsPositionInfoSet)
public void setUpperSpace(float UpperSpace)
public void setLowerSpace(float LowerSpace)
public void setSegContentSpace(float SegContentSpace)
public void setLineSpace(float LineSpace)
public void CloneTo(Segment.VerticalSegInfo that)
CloneTo
in class com.aspose.ms.System.ValueType<Segment.VerticalSegInfo>
public Segment.VerticalSegInfo Clone()
Clone
in class com.aspose.ms.System.ValueType<Segment.VerticalSegInfo>
public static boolean equals(Segment.VerticalSegInfo obj1, Segment.VerticalSegInfo obj2)
Copyright © 2016 Aspose. All Rights Reserved.