|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.LineFormatEx
public class LineFormatEx
Represents format of a line.
Method Summary | |
---|---|
boolean |
equals(LineFormatEx lf)
Determines whether the two LineFormatEx instances are equal. |
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFormatEx instances are equal. |
LineAlignmentEx |
getAlignment()
Returns the line alignment. |
LineArrowheadLengthEx |
getBeginArrowheadLength()
Returns the arrowhead length at the beginning of a line. |
LineArrowheadStyleEx |
getBeginArrowheadStyle()
Returns the arrowhead style at the beginning of a line. |
LineArrowheadWidthEx |
getBeginArrowheadWidth()
Returns the arrowhead width at the beginning of a line. |
LineCapStyleEx |
getCapStyle()
Returns the line cap style. |
float[] |
getCustomDashPattern()
Returns the custom dash pattern. |
LineDashStyleEx |
getDashStyle()
Returns the line dash style. |
LineArrowheadLengthEx |
getEndArrowheadLength()
Returns the arrowhead length at the end of a line. |
LineArrowheadStyleEx |
getEndArrowheadStyle()
Returns the arrowhead style at the end of a line. |
LineArrowheadWidthEx |
getEndArrowheadWidth()
Returns the arrowhead width at the end of a line. |
LineFillFormatEx |
getFillFormat()
Returns the fill format of a line. |
int |
GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
LineJoinStyleEx |
getJoinStyle()
Returns the line join style. |
float |
getMiterLimit()
Returns the miter limit of a line. |
PresentationEx |
getPresentation()
Returns the parent presentation of a LineFormatEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a LineFormatEx. |
LineStyleEx |
getStyle()
Returns the line style. |
double |
getWidth()
Returns the width of a line. |
void |
setAlignment(LineAlignmentEx value)
Sets the line alignment. |
void |
setBeginArrowheadLength(LineArrowheadLengthEx value)
Sets the arrowhead length at the beginning of a line. |
void |
setBeginArrowheadStyle(LineArrowheadStyleEx value)
Sets the arrowhead style at the beginning of a line. |
void |
setBeginArrowheadWidth(LineArrowheadWidthEx value)
Sets the arrowhead width at the beginning of a line. |
void |
setCapStyle(LineCapStyleEx value)
Sets the line cap style. |
void |
setCustomDashPattern(float[] value)
Sets the custom dash pattern. |
void |
setDashStyle(LineDashStyleEx value)
Sets the line dash style. |
void |
setEndArrowheadLength(LineArrowheadLengthEx value)
Sets the arrowhead length at the end of a line. |
void |
setEndArrowheadStyle(LineArrowheadStyleEx value)
Sets the arrowhead style at the end of a line. |
void |
setEndArrowheadWidth(LineArrowheadWidthEx value)
Sets the arrowhead width at the end of a line. |
void |
setJoinStyle(LineJoinStyleEx value)
Sets the line join style. |
void |
setMiterLimit(float value)
Sets the miter limit of a line. |
void |
setStyle(LineStyleEx value)
Sets the line style. |
void |
setWidth(double value)
Sets the width of a line. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The LineFormatEx to compare with the current LineFormatEx.
public boolean equals(LineFormatEx lf)
lf
- The LineFormatEx to compare with the current LineFormatEx.
public LineFillFormatEx getFillFormat()
LineFillFormatEx
.public double getWidth()
public void setWidth(double value)
value
- new line width.public LineDashStyleEx getDashStyle()
LineDashStyleEx
.public void setDashStyle(LineDashStyleEx value)
value
- new dash style. See LineDashStyleEx
.public float[] getCustomDashPattern()
public void setCustomDashPattern(float[] value)
value
- new custom dash pattern.public LineCapStyleEx getCapStyle()
LineCapStyleEx
.public void setCapStyle(LineCapStyleEx value)
value
- new line cap style. See LineCapStyleEx
.public LineStyleEx getStyle()
LineStyleEx
.public void setStyle(LineStyleEx value)
value
- new line style. See LineStyleEx
.public LineAlignmentEx getAlignment()
LineAlignmentEx
.public void setAlignment(LineAlignmentEx value)
value
- new line alignment. See LineAlignmentEx
.public LineJoinStyleEx getJoinStyle()
LineJoinStyleEx
.public void setJoinStyle(LineJoinStyleEx value)
value
- new line join style. See LineJoinStyleEx
.public float getMiterLimit()
public void setMiterLimit(float value)
value
- new miter limit.public LineArrowheadStyleEx getBeginArrowheadStyle()
LineArrowheadStyleEx
.public void setBeginArrowheadStyle(LineArrowheadStyleEx value)
value
- See LineArrowheadStyleEx
.public LineArrowheadStyleEx getEndArrowheadStyle()
LineArrowheadStyleEx
.public void setEndArrowheadStyle(LineArrowheadStyleEx value)
value
- See LineArrowheadStyleEx
.public LineArrowheadWidthEx getBeginArrowheadWidth()
LineArrowheadWidthEx
.public void setBeginArrowheadWidth(LineArrowheadWidthEx value)
value
- See LineArrowheadWidthEx
.public LineArrowheadWidthEx getEndArrowheadWidth()
LineArrowheadWidthEx
.public void setEndArrowheadWidth(LineArrowheadWidthEx value)
value
- See LineArrowheadWidthEx
.public LineArrowheadLengthEx getBeginArrowheadLength()
LineArrowheadLengthEx
.public void setBeginArrowheadLength(LineArrowheadLengthEx value)
value
- See LineArrowheadLengthEx
.public LineArrowheadLengthEx getEndArrowheadLength()
LineArrowheadLengthEx
.public void setEndArrowheadLength(LineArrowheadLengthEx value)
value
- See LineArrowheadLengthEx
.public int GetHashCode()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |