textlineformat-ag凯发旗舰厅



com.spire.presentation
class textlineformat

java.lang.object
  extended by com.spire.presentation.textlineformat
all implemented interfaces:
ichartgridline, iactivepresentation, islidecomponent

public class textlineformat
extends java.lang.object
implements islidecomponent, ichartgridline

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

textlineformat

public textlineformat(islidecomponent parent)
method detail

equals

public boolean equals(java.lang.object obj)
indicates whether the two lineformat instances are equal.
overrides:
equals in class java.lang.object
parameters:
obj - the lineformat to compare with the current lineformat.
returns:
true if the specified lineformat is equal to the current lineformat; otherwise, false.

equals

public boolean equals(textlineformat lf)
indicates whether the two lineformat instances are equal.
parameters:
lf - the lineformat to compare with the current lineformat.
returns:
true if the specified lineformat is equal to the current lineformat; otherwise, false

getfillformat

public linefillformat getfillformat()
gets the fill format of a line. read-only .
specified by:
getfillformat in interface ichartgridline
returns:

getfilltype

public fillformattype getfilltype()
gets or sets the fill format type.
specified by:
getfilltype in interface ichartgridline
returns:

setfilltype

public void setfilltype(fillformattype value)
description copied from interface: ichartgridline
gets or sets the fill format type.
specified by:
setfilltype in interface ichartgridline

getgradient

public gradientfillformat getgradient()
gets the gradient fill format. read-only .
specified by:
getgradient in interface ichartgridline
returns:

getpattern

public patternfillformat getpattern()
gets the pattern fill format. read-only .
specified by:
getpattern in interface ichartgridline
returns:

getsolidfillcolor

public colorformat getsolidfillcolor()
gets the color of a solid fill. read-only .
specified by:
getsolidfillcolor in interface ichartgridline
returns:

getrotatewithshape

public tristate getrotatewithshape()
indicates whether the fill should be rotated with a shape. read/write .
specified by:
getrotatewithshape in interface ichartgridline
returns:

setrotatewithshape

public void setrotatewithshape(tristate value)
description copied from interface: ichartgridline
whether the fill should be rotated with a shape. read/write .
specified by:
setrotatewithshape in interface ichartgridline

getwidth

public double getwidth()
gets or sets the width of a line. read/write .
specified by:
getwidth in interface ichartgridline
returns:

setwidth

public void setwidth(double value)
description copied from interface: ichartgridline
gets or sets the width of a line. read/write .
specified by:
setwidth in interface ichartgridline

getdashstyle

public linedashstyletype getdashstyle()
gets or sets the line dash style. read/write .
specified by:
getdashstyle in interface ichartgridline
returns:

setdashstyle

public void setdashstyle(linedashstyletype value)
description copied from interface: ichartgridline
gets or sets the line dash style. read/write .
specified by:
setdashstyle in interface ichartgridline

getcapstyle

public linecapstyle getcapstyle()
gets or sets the line cap style. read/write .
specified by:
getcapstyle in interface ichartgridline
returns:

setcapstyle

public void setcapstyle(linecapstyle value)
description copied from interface: ichartgridline
gets or sets the line cap style. read/write .
specified by:
setcapstyle in interface ichartgridline

getstyle

public textlinestyle getstyle()
gets or sets the line style. read/write .
specified by:
getstyle in interface ichartgridline
returns:

setstyle

public void setstyle(textlinestyle value)
description copied from interface: ichartgridline
gets or sets the line style. read/write .
specified by:
setstyle in interface ichartgridline

getalignment

public penalignmenttype getalignment()
gets or sets the line alignment. read/write .
specified by:
getalignment in interface ichartgridline
returns:

setalignment

public void setalignment(penalignmenttype value)
description copied from interface: ichartgridline
gets or sets the line alignment. read/write .
specified by:
setalignment in interface ichartgridline

getjoinstyle

public linejointype getjoinstyle()
gets or sets the lines join style. read/write .
specified by:
getjoinstyle in interface ichartgridline
returns:

setjoinstyle

public void setjoinstyle(linejointype value)
description copied from interface: ichartgridline
gets or sets the lines join style. read/write .
specified by:
setjoinstyle in interface ichartgridline

getmiterlimit

public float getmiterlimit()
gets or sets the miter limit of a line. read/write .
specified by:
getmiterlimit in interface ichartgridline
returns:

setmiterlimit

public void setmiterlimit(float value)
description copied from interface: ichartgridline
gets or sets the miter limit of a line. read/write .
specified by:
setmiterlimit in interface ichartgridline

getlinebegintype

public lineendtype getlinebegintype()
gets or sets the arrowhead style at the beginning of a line. read/write .
specified by:
getlinebegintype in interface ichartgridline
returns:

setlinebegintype

public void setlinebegintype(lineendtype value)
description copied from interface: ichartgridline
gets or sets the arrowhead style at the beginning of a line. read/write .
specified by:
setlinebegintype in interface ichartgridline

getlineendtype

public lineendtype getlineendtype()
gets or sets the arrowhead style at the end of a line. read/write .
specified by:
getlineendtype in interface ichartgridline
returns:

setlineendtype

public void setlineendtype(lineendtype value)
description copied from interface: ichartgridline
gets or sets the arrowhead style at the end of a line. read/write .
specified by:
setlineendtype in interface ichartgridline

getlinebeginwidth

public lineendwidth getlinebeginwidth()
gets or sets the arrowhead width at the beginning of a line. read/write .
specified by:
getlinebeginwidth in interface ichartgridline
returns:

setlinebeginwidth

public void setlinebeginwidth(lineendwidth value)
description copied from interface: ichartgridline
gets or sets the arrowhead width at the beginning of a line. read/write .
specified by:
setlinebeginwidth in interface ichartgridline

getlineendwidth

public lineendwidth getlineendwidth()
gets or sets the arrowhead width at the end of a line. read/write .
specified by:
getlineendwidth in interface ichartgridline
returns:

setlineendwidth

public void setlineendwidth(lineendwidth value)
description copied from interface: ichartgridline
gets or sets the arrowhead width at the end of a line. read/write .
specified by:
setlineendwidth in interface ichartgridline

getlinebeginlength

public lineendlength getlinebeginlength()
gets or sets the arrowhead length at the beginning of a line. read/write .
specified by:
getlinebeginlength in interface ichartgridline
returns:

setlinebeginlength

public void setlinebeginlength(lineendlength value)
description copied from interface: ichartgridline
gets or sets the arrowhead length at the beginning of a line. read/write
specified by:
setlinebeginlength in interface ichartgridline

getlineendlength

public lineendlength getlineendlength()
gets or sets the arrowhead length at the end of a line. read/write .
specified by:
getlineendlength in interface ichartgridline
returns:

setlineendlength

public void setlineendlength(lineendlength value)
description copied from interface: ichartgridline
gets or sets the arrowhead length at the end of a line. read/write .
specified by:
setlineendlength in interface ichartgridline

hashcode

public int hashcode()
overrides:
hashcode in class java.lang.object


网站地图