|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.TextLineFormat
public class TextLineFormat
Represents format of a line.
| Constructor Summary | |
|---|---|
TextLineFormat(ISlideComponent parent)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether the two LineFormat instances are equal. |
boolean |
equals(TextLineFormat lf)
Indicates whether the two LineFormat instances are equal. |
PenAlignmentType |
getAlignment()
Gets or sets the line alignment. |
LineCapStyle |
getCapStyle()
Gets or sets the line cap style. |
LineDashStyleType |
getDashStyle()
Gets or sets the line dash style. |
LineFillFormat |
getFillFormat()
Gets the fill format of a line. |
FillFormatType |
getFillType()
Gets or sets the fill format type. |
GradientFillFormat |
getGradient()
Gets the Gradient fill format. |
LineJoinType |
getJoinStyle()
Gets or sets the lines join style. |
LineEndLength |
getLineBeginLength()
Gets or sets the arrowhead length at the beginning of a line. |
LineEndType |
getLineBeginType()
Gets or sets the arrowhead style at the beginning of a line. |
LineEndWidth |
getLineBeginWidth()
Gets or sets the arrowhead width at the beginning of a line. |
LineEndLength |
getLineEndLength()
Gets or sets the arrowhead length at the end of a line. |
LineEndType |
getLineEndType()
Gets or sets the arrowhead style at the end of a line. |
LineEndWidth |
getLineEndWidth()
Gets or sets the arrowhead width at the end of a line. |
float |
getMiterLimit()
Gets or sets the miter limit of a line. |
PatternFillFormat |
getPattern()
Gets the pattern fill format. |
TriState |
getRotateWithShape()
Indicates whether the fill should be rotated with a shape. |
ColorFormat |
getSolidFillColor()
Gets the color of a solid fill. |
TextLineStyle |
getStyle()
Gets or sets the line style. |
double |
getWidth()
Gets or sets the width of a line. |
int |
hashCode()
|
void |
setAlignment(PenAlignmentType value)
Gets or sets the line alignment. |
void |
setCapStyle(LineCapStyle value)
Gets or sets the line cap style. |
void |
setDashStyle(LineDashStyleType value)
Gets or sets the line dash style. |
void |
setFillType(FillFormatType value)
Gets or sets the fill format type. |
void |
setJoinStyle(LineJoinType value)
Gets or sets the lines join style. |
void |
setLineBeginLength(LineEndLength value)
Gets or sets the arrowhead length at the beginning of a line. |
void |
setLineBeginType(LineEndType value)
Gets or sets the arrowhead style at the beginning of a line. |
void |
setLineBeginWidth(LineEndWidth value)
Gets or sets the arrowhead width at the beginning of a line. |
void |
setLineEndLength(LineEndLength value)
Gets or sets the arrowhead length at the end of a line. |
void |
setLineEndType(LineEndType value)
Gets or sets the arrowhead style at the end of a line. |
void |
setLineEndWidth(LineEndWidth value)
Gets or sets the arrowhead width at the end of a line. |
void |
setMiterLimit(float value)
Gets or sets the miter limit of a line. |
void |
setRotateWithShape(TriState value)
whether the fill should be rotated with a shape. |
void |
setStyle(TextLineStyle value)
Gets or sets the line style. |
void |
setWidth(double value)
Gets or sets the width of a line. |
| Methods inherited from interface com.spire.presentation.ISlideComponent |
|---|
getSlide |
| Methods inherited from interface com.spire.presentation.IActivePresentation |
|---|
getPresentation |
| Constructor Detail |
|---|
public TextLineFormat(ISlideComponent parent)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The LineFormat to compare with the current LineFormat.
public boolean equals(TextLineFormat lf)
lf - The LineFormat to compare with the current LineFormat.
public LineFillFormat getFillFormat()
getFillFormat in interface IChartGridLinepublic FillFormatType getFillType()
getFillType in interface IChartGridLinepublic void setFillType(FillFormatType value)
IChartGridLine
setFillType in interface IChartGridLinepublic GradientFillFormat getGradient()
getGradient in interface IChartGridLinepublic PatternFillFormat getPattern()
getPattern in interface IChartGridLinepublic ColorFormat getSolidFillColor()
getSolidFillColor in interface IChartGridLinepublic TriState getRotateWithShape()
getRotateWithShape in interface IChartGridLinepublic void setRotateWithShape(TriState value)
IChartGridLine
setRotateWithShape in interface IChartGridLinepublic double getWidth()
getWidth in interface IChartGridLinepublic void setWidth(double value)
IChartGridLine
setWidth in interface IChartGridLinepublic LineDashStyleType getDashStyle()
getDashStyle in interface IChartGridLinepublic void setDashStyle(LineDashStyleType value)
IChartGridLine
setDashStyle in interface IChartGridLinepublic LineCapStyle getCapStyle()
getCapStyle in interface IChartGridLinepublic void setCapStyle(LineCapStyle value)
IChartGridLine
setCapStyle in interface IChartGridLinepublic TextLineStyle getStyle()
getStyle in interface IChartGridLinepublic void setStyle(TextLineStyle value)
IChartGridLine
setStyle in interface IChartGridLinepublic PenAlignmentType getAlignment()
getAlignment in interface IChartGridLinepublic void setAlignment(PenAlignmentType value)
IChartGridLine
setAlignment in interface IChartGridLinepublic LineJoinType getJoinStyle()
getJoinStyle in interface IChartGridLinepublic void setJoinStyle(LineJoinType value)
IChartGridLine
setJoinStyle in interface IChartGridLinepublic float getMiterLimit()
getMiterLimit in interface IChartGridLinepublic void setMiterLimit(float value)
IChartGridLine
setMiterLimit in interface IChartGridLinepublic LineEndType getLineBeginType()
getLineBeginType in interface IChartGridLinepublic void setLineBeginType(LineEndType value)
IChartGridLine
setLineBeginType in interface IChartGridLinepublic LineEndType getLineEndType()
getLineEndType in interface IChartGridLinepublic void setLineEndType(LineEndType value)
IChartGridLine
setLineEndType in interface IChartGridLinepublic LineEndWidth getLineBeginWidth()
getLineBeginWidth in interface IChartGridLinepublic void setLineBeginWidth(LineEndWidth value)
IChartGridLine
setLineBeginWidth in interface IChartGridLinepublic LineEndWidth getLineEndWidth()
getLineEndWidth in interface IChartGridLinepublic void setLineEndWidth(LineEndWidth value)
IChartGridLine
setLineEndWidth in interface IChartGridLinepublic LineEndLength getLineBeginLength()
getLineBeginLength in interface IChartGridLinepublic void setLineBeginLength(LineEndLength value)
IChartGridLine
setLineBeginLength in interface IChartGridLinepublic LineEndLength getLineEndLength()
getLineEndLength in interface IChartGridLinepublic void setLineEndLength(LineEndLength value)
IChartGridLine
setLineEndLength in interface IChartGridLinepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||