|
|||||||||
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.object
obj
- 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 ichartgridline
public fillformattype getfilltype()
getfilltype
in interface ichartgridline
public void setfilltype(fillformattype value)
ichartgridline
setfilltype
in interface ichartgridline
public gradientfillformat getgradient()
getgradient
in interface ichartgridline
public patternfillformat getpattern()
getpattern
in interface ichartgridline
public colorformat getsolidfillcolor()
getsolidfillcolor
in interface ichartgridline
public tristate getrotatewithshape()
getrotatewithshape
in interface ichartgridline
public void setrotatewithshape(tristate value)
ichartgridline
setrotatewithshape
in interface ichartgridline
public double getwidth()
getwidth
in interface ichartgridline
public void setwidth(double value)
ichartgridline
setwidth
in interface ichartgridline
public linedashstyletype getdashstyle()
getdashstyle
in interface ichartgridline
public void setdashstyle(linedashstyletype value)
ichartgridline
setdashstyle
in interface ichartgridline
public linecapstyle getcapstyle()
getcapstyle
in interface ichartgridline
public void setcapstyle(linecapstyle value)
ichartgridline
setcapstyle
in interface ichartgridline
public textlinestyle getstyle()
getstyle
in interface ichartgridline
public void setstyle(textlinestyle value)
ichartgridline
setstyle
in interface ichartgridline
public penalignmenttype getalignment()
getalignment
in interface ichartgridline
public void setalignment(penalignmenttype value)
ichartgridline
setalignment
in interface ichartgridline
public linejointype getjoinstyle()
getjoinstyle
in interface ichartgridline
public void setjoinstyle(linejointype value)
ichartgridline
setjoinstyle
in interface ichartgridline
public float getmiterlimit()
getmiterlimit
in interface ichartgridline
public void setmiterlimit(float value)
ichartgridline
setmiterlimit
in interface ichartgridline
public lineendtype getlinebegintype()
getlinebegintype
in interface ichartgridline
public void setlinebegintype(lineendtype value)
ichartgridline
setlinebegintype
in interface ichartgridline
public lineendtype getlineendtype()
getlineendtype
in interface ichartgridline
public void setlineendtype(lineendtype value)
ichartgridline
setlineendtype
in interface ichartgridline
public lineendwidth getlinebeginwidth()
getlinebeginwidth
in interface ichartgridline
public void setlinebeginwidth(lineendwidth value)
ichartgridline
setlinebeginwidth
in interface ichartgridline
public lineendwidth getlineendwidth()
getlineendwidth
in interface ichartgridline
public void setlineendwidth(lineendwidth value)
ichartgridline
setlineendwidth
in interface ichartgridline
public lineendlength getlinebeginlength()
getlinebeginlength
in interface ichartgridline
public void setlinebeginlength(lineendlength value)
ichartgridline
setlinebeginlength
in interface ichartgridline
public lineendlength getlineendlength()
getlineendlength
in interface ichartgridline
public void setlineendlength(lineendlength value)
ichartgridline
setlineendlength
in interface ichartgridline
public int hashcode()
hashcode
in class java.lang.object
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |