xlslineshape-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.shapes
class xlslineshape

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.shapes.xlsshape
          extended by com.spire.xls.core.spreadsheet.shapes.xlsprstgeomshape
              extended by com.spire.xls.core.spreadsheet.shapes.xlslineshape
all implemented interfaces:
ilineshape, iprstgeomshape, ishape

public class xlslineshape
extends xlsprstgeomshape
implements ilineshape

constructor summary
xlslineshape(java.lang.object parent)
           
 
method summary
 ishape deepclone(java.lang.object parent, java.util.hashmap hashnewnames, java.util.hashmap dicfontindexes, boolean addtocollections)
          creates a clone of the current shape.
 shapearrowlengthtype getbeginarrowheadlength()
          begin arrow head length
 shapearrowstyletype getbeginarrowheadstyle()
          beginarrowheadstyle
 shapearrowwidthtype getbeginarrowheadwidth()
          begin arrow head width
 java.awt.color getcolor()
          line color
 shapedashlinestyletype getdashstyle()
          dashstyle
 shapearrowlengthtype getendarrowheadlength()
          end arrow head length
 shapearrowstyletype getendarrowheadstyle()
          end arrow head style
 shapearrowwidthtype getendarrowheadwidth()
          end arrow head width
 java.awt.point getendpoint()
           
 boolean getfliph()
           
 boolean getflipv()
           
 ihyperlink gethylink()
           
 lineshapetype getlineshapetype()
           
 int getmiddleoffset()
           
 double getmiddleoffsetpercent()
          middleoffsetpercent set middle point value , when middle point localed at back of start point value is less than 0 when middle point localed at start point value is 0 when middle point localed at end point value is 1 when middle point localed at back of end point value is greater than 0
 prstgeomshapetype getprstshapetype()
           
 excelshapetype getshapetype()
          type of shape , read only.
 java.awt.point getstartpoint()
           
 shapelinestyletype getstyle()
          style
 double gettransparency()
          transparency value 0---1
 double getweight()
          weight
 void setbeginarrowheadlength(shapearrowlengthtype value)
          begin arrow head length
 void setbeginarrowheadstyle(shapearrowstyletype value)
          beginarrowheadstyle
 void setbeginarrowheadwidth(shapearrowwidthtype value)
          begin arrow head width
 void setcolor(java.awt.color value)
          line color
 void setdashstyle(shapedashlinestyletype value)
          dashstyle
 void setendarrowheadlength(shapearrowlengthtype value)
          end arrow head length
 void setendarrowheadstyle(shapearrowstyletype value)
          end arrow head style
 void setendarrowheadwidth(shapearrowwidthtype value)
          end arrow head width
 void setendpoint(java.awt.point value)
           
 void setfliph(boolean value)
           
 void setflipv(boolean value)
           
 void setlineshapetype(lineshapetype lineshapetype)
           
 void setmiddleoffset(int value)
           
 void setmiddleoffsetpercent(double value)
           
 void setstartpoint(java.awt.point value)
           
 void setstyle(shapelinestyletype value)
          style
 void settransparency(double value)
          transparency value 0---1
 void setweight(double value)
          weight
 
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsprstgeomshape
gettext, settext
 
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsshape
deepclone, getalternativetext, getalternativetexttitle, getautosize, getbottomrow, getbottomrowoffset, getfill, getheight, gethtmlstring, getid, getleft, getleftcolumn, getleftcolumnoffset, getline, getname, getonaction, getresizebehave, getrightcolumn, getrightcolumnoffset, getrotation, getshadow, getshapeid, getthreed, gettop, gettoprow, gettoprowoffset, getupdatepositions, getvisible, getvmlshape, getwidth, hasfill, hasfill, haslineformat, haslineformat, isfliph, isfliph, isflipv, isflipv, isgroup, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, isrelative, isrelative, remove, scale, setalternativetext, setalternativetexttitle, setautosize, setbottomrow, setbottomrowoffset, setheight, sethtmlstring, setleft, setleftcolumn, setleftcolumnoffset, setname, setonaction, setresizebehave, setrightcolumn, setrightcolumnoffset, setrotation, setshapetype, settop, settoprow, settoprowoffset, setupdatepositions, setvisible, setwidth
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
methods inherited from interface com.spire.xls.core.iprstgeomshape
gettext, settext
 
methods inherited from interface com.spire.xls.core.ishape
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth
 
constructor detail

xlslineshape

public xlslineshape(java.lang.object parent)
method detail

getlineshapetype

public lineshapetype getlineshapetype()

setlineshapetype

public void setlineshapetype(lineshapetype lineshapetype)
parameters:
lineshapetype - line shape type.

getweight

public double getweight()
description copied from interface: ilineshape
weight
specified by:
getweight in interface ilineshape

setweight

public void setweight(double value)
description copied from interface: ilineshape
weight
specified by:
setweight in interface ilineshape

getmiddleoffset

public int getmiddleoffset()

setmiddleoffset

public void setmiddleoffset(int value)

getmiddleoffsetpercent

public double getmiddleoffsetpercent()
description copied from interface: ilineshape
middleoffsetpercent set middle point value , when middle point localed at back of start point value is less than 0 when middle point localed at start point value is 0 when middle point localed at end point value is 1 when middle point localed at back of end point value is greater than 0
specified by:
getmiddleoffsetpercent in interface ilineshape

setmiddleoffsetpercent

public void setmiddleoffsetpercent(double value)

gettransparency

public double gettransparency()
description copied from interface: ilineshape
transparency value 0---1
specified by:
gettransparency in interface ilineshape

settransparency

public void settransparency(double value)
description copied from interface: ilineshape
transparency value 0---1
specified by:
settransparency in interface ilineshape

getcolor

public java.awt.color getcolor()
line color
specified by:
getcolor in interface ilineshape

setcolor

public void setcolor(java.awt.color value)
line color
specified by:
setcolor in interface ilineshape

getstyle

public shapelinestyletype getstyle()
description copied from interface: ilineshape
style
specified by:
getstyle in interface ilineshape

setstyle

public void setstyle(shapelinestyletype value)
description copied from interface: ilineshape
style
specified by:
setstyle in interface ilineshape

getdashstyle

public shapedashlinestyletype getdashstyle()
description copied from interface: ilineshape
dashstyle
specified by:
getdashstyle in interface ilineshape

setdashstyle

public void setdashstyle(shapedashlinestyletype value)
description copied from interface: ilineshape
dashstyle
specified by:
setdashstyle in interface ilineshape

getbeginarrowheadwidth

public shapearrowwidthtype getbeginarrowheadwidth()
description copied from interface: ilineshape
begin arrow head width
specified by:
getbeginarrowheadwidth in interface ilineshape

setbeginarrowheadwidth

public void setbeginarrowheadwidth(shapearrowwidthtype value)
description copied from interface: ilineshape
begin arrow head width
specified by:
setbeginarrowheadwidth in interface ilineshape

getbeginarrowheadstyle

public shapearrowstyletype getbeginarrowheadstyle()
beginarrowheadstyle
specified by:
getbeginarrowheadstyle in interface ilineshape

setbeginarrowheadstyle

public void setbeginarrowheadstyle(shapearrowstyletype value)
beginarrowheadstyle
specified by:
setbeginarrowheadstyle in interface ilineshape

getbeginarrowheadlength

public shapearrowlengthtype getbeginarrowheadlength()
description copied from interface: ilineshape
begin arrow head length
specified by:
getbeginarrowheadlength in interface ilineshape

setbeginarrowheadlength

public void setbeginarrowheadlength(shapearrowlengthtype value)
description copied from interface: ilineshape
begin arrow head length
specified by:
setbeginarrowheadlength in interface ilineshape

getendarrowheadstyle

public shapearrowstyletype getendarrowheadstyle()
description copied from interface: ilineshape
end arrow head style
specified by:
getendarrowheadstyle in interface ilineshape

setendarrowheadstyle

public void setendarrowheadstyle(shapearrowstyletype value)
description copied from interface: ilineshape
end arrow head style
specified by:
setendarrowheadstyle in interface ilineshape

getendarrowheadlength

public shapearrowlengthtype getendarrowheadlength()
description copied from interface: ilineshape
end arrow head length
specified by:
getendarrowheadlength in interface ilineshape

setendarrowheadlength

public void setendarrowheadlength(shapearrowlengthtype value)
description copied from interface: ilineshape
end arrow head length
specified by:
setendarrowheadlength in interface ilineshape

getendarrowheadwidth

public shapearrowwidthtype getendarrowheadwidth()
description copied from interface: ilineshape
end arrow head width
specified by:
getendarrowheadwidth in interface ilineshape

setendarrowheadwidth

public void setendarrowheadwidth(shapearrowwidthtype value)
description copied from interface: ilineshape
end arrow head width
specified by:
setendarrowheadwidth in interface ilineshape

gethylink

public ihyperlink gethylink()

getprstshapetype

public prstgeomshapetype getprstshapetype()
specified by:
getprstshapetype in interface iprstgeomshape
overrides:
getprstshapetype in class xlsprstgeomshape

getstartpoint

public java.awt.point getstartpoint()

setstartpoint

public void setstartpoint(java.awt.point value)

getendpoint

public java.awt.point getendpoint()

setendpoint

public void setendpoint(java.awt.point value)

getfliph

public boolean getfliph()

setfliph

public void setfliph(boolean value)

getflipv

public boolean getflipv()

setflipv

public void setflipv(boolean value)

getshapetype

public excelshapetype getshapetype()
description copied from class: xlsshape
type of shape , read only.
specified by:
getshapetype in interface ishape
overrides:
getshapetype in class xlsprstgeomshape

deepclone

public ishape deepclone(java.lang.object parent,
                        java.util.hashmap hashnewnames,
                        java.util.hashmap dicfontindexes,
                        boolean addtocollections)
creates a clone of the current shape.
overrides:
deepclone in class xlsprstgeomshape
parameters:
parent - new parent for the shape object.
hashnewnames - dictionary with new worksheet names.
dicfontindexes - dictionary with new font indexes.
addtocollections - indicates whether we should add created shape into all necessary parent collections.
returns:
a copy of the current shape.


网站地图