|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFormat
public class LineFormat
Represents format of a line.
Method Summary | |
---|---|
boolean |
equals(ILineFormat lineFormat)
Determines whether the two LineFormat instances are equal. |
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFormat instances are equal. |
int |
getAlignment()
Returns or sets the line alignment. |
int |
getBeginArrowheadLength()
Returns or sets the arrowhead length at the beginning of a line. |
int |
getBeginArrowheadStyle()
Returns or sets the arrowhead style at the beginning of a line. |
int |
getBeginArrowheadWidth()
Returns or sets the arrowhead width at the beginning of a line. |
int |
getCapStyle()
Returns or sets the line cap style. |
float[] |
getCustomDashPattern()
Returns or sets the custom dash pattern. |
int |
getDashStyle()
Returns or sets the line dash style. |
int |
getEndArrowheadLength()
Returns or sets the arrowhead length at the end of a line. |
int |
getEndArrowheadStyle()
Returns or sets the arrowhead style at the end of a line. |
int |
getEndArrowheadWidth()
Returns or sets the arrowhead width at the end of a line. |
ILineFillFormat |
getFillFormat()
Returns the fill format of a line. |
int |
getJoinStyle()
Returns or sets the lines join style. |
float |
getMiterLimit()
Returns or sets the miter limit of a line. |
IPresentation |
getPresentation()
Returns the parent presentation of a LineFormat. |
IBaseSlide |
getSlide()
Returns the parent slide of a LineFormat. |
int |
getStyle()
Returns or sets the line style. |
double |
getWidth()
Returns or sets the width of a line. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
boolean |
isFormatNotDefined()
Returns true if line format is not defined (as just created, default). |
void |
setAlignment(int value)
|
void |
setBeginArrowheadLength(int value)
|
void |
setBeginArrowheadStyle(int value)
|
void |
setBeginArrowheadWidth(int value)
|
void |
setCapStyle(int value)
|
void |
setCustomDashPattern(float[] value)
|
void |
setDashStyle(int value)
|
void |
setEndArrowheadLength(int value)
|
void |
setEndArrowheadStyle(int value)
|
void |
setEndArrowheadWidth(int value)
|
void |
setJoinStyle(int value)
|
void |
setMiterLimit(float value)
|
void |
setStyle(int value)
|
void |
setWidth(double value)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isFormatNotDefined()
Returns true if line format is not defined (as just created, default).
isFormatNotDefined
in interface ILineFormat
public boolean equals(java.lang.Object obj)
Determines whether the two LineFormat instances are equal.
equals
in class java.lang.Object
obj
- The LineFormat to compare with the current LineFormat.
<b>true</b>
if the specified LineFormat is equal to the current LineFormat; otherwise, <b>false</b>
.public boolean equals(ILineFormat lineFormat)
Determines whether the two LineFormat instances are equal.
equals
in interface ILineFormat
lineFormat
- The LineFormat to compare with the current LineFormat.
<b>true</b>
if the specified LineFormat is equal to the current LineFormat;
otherwise, <b>false</b>
.public ILineFillFormat getFillFormat()
Returns the fill format of a line.
Read-only LineFillFormat
.
getFillFormat
in interface ILineFormat
public double getWidth()
Returns or sets the width of a line.
Read/write double
.
getWidth
in interface ILineFormat
public void setWidth(double value)
setWidth
in interface ILineFormat
public int getDashStyle()
Returns or sets the line dash style.
Read/write LineDashStyle
.
getDashStyle
in interface ILineFormat
public void setDashStyle(int value)
setDashStyle
in interface ILineFormat
public float[] getCustomDashPattern()
Returns or sets the custom dash pattern.
Read/write float
[].
getCustomDashPattern
in interface ILineFormat
public void setCustomDashPattern(float[] value)
setCustomDashPattern
in interface ILineFormat
public int getCapStyle()
Returns or sets the line cap style.
Read/write LineCapStyle
.
getCapStyle
in interface ILineFormat
public void setCapStyle(int value)
setCapStyle
in interface ILineFormat
public int getStyle()
Returns or sets the line style.
Read/write LineStyle
.
getStyle
in interface ILineFormat
public void setStyle(int value)
setStyle
in interface ILineFormat
public int getAlignment()
Returns or sets the line alignment.
Read/write LineAlignment
.
getAlignment
in interface ILineFormat
public void setAlignment(int value)
setAlignment
in interface ILineFormat
public int getJoinStyle()
Returns or sets the lines join style.
Read/write LineJoinStyle
.
getJoinStyle
in interface ILineFormat
public void setJoinStyle(int value)
setJoinStyle
in interface ILineFormat
public float getMiterLimit()
Returns or sets the miter limit of a line.
Read/write float
.
getMiterLimit
in interface ILineFormat
public void setMiterLimit(float value)
setMiterLimit
in interface ILineFormat
public int getBeginArrowheadStyle()
Returns or sets the arrowhead style at the beginning of a line.
Read/write LineArrowheadStyle
.
getBeginArrowheadStyle
in interface ILineFormat
public void setBeginArrowheadStyle(int value)
setBeginArrowheadStyle
in interface ILineFormat
public int getEndArrowheadStyle()
Returns or sets the arrowhead style at the end of a line.
Read/write LineArrowheadStyle
.
getEndArrowheadStyle
in interface ILineFormat
public void setEndArrowheadStyle(int value)
setEndArrowheadStyle
in interface ILineFormat
public int getBeginArrowheadWidth()
Returns or sets the arrowhead width at the beginning of a line.
Read/write LineArrowheadWidth
.
getBeginArrowheadWidth
in interface ILineFormat
public void setBeginArrowheadWidth(int value)
setBeginArrowheadWidth
in interface ILineFormat
public int getEndArrowheadWidth()
Returns or sets the arrowhead width at the end of a line.
Read/write LineArrowheadWidth
.
getEndArrowheadWidth
in interface ILineFormat
public void setEndArrowheadWidth(int value)
setEndArrowheadWidth
in interface ILineFormat
public int getBeginArrowheadLength()
Returns or sets the arrowhead length at the beginning of a line.
Read/write LineArrowheadLength
.
getBeginArrowheadLength
in interface ILineFormat
public void setBeginArrowheadLength(int value)
setBeginArrowheadLength
in interface ILineFormat
public int getEndArrowheadLength()
Returns or sets the arrowhead length at the end of a line.
Read/write LineArrowheadLength
.
getEndArrowheadLength
in interface ILineFormat
public void setEndArrowheadLength(int value)
setEndArrowheadLength
in interface ILineFormat
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
public IBaseSlide getSlide()
Returns the parent slide of a LineFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a LineFormat.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |