|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.shapes.xlsshape
com.spire.xls.core.spreadsheet.shapes.xlsprstgeomshape
com.spire.xls.core.spreadsheet.shapes.xlsarcshape
public class xlsarcshape
constructor summary | |
---|---|
xlsarcshape(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()
begin arrow head style |
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 |
commenthaligntype |
gethalignment()
horizontal alignment of the text. |
ihyperlink |
gethylink()
|
prstgeomshapetype |
getprstshapetype()
|
irichtextstring |
getrichtext()
text of the comment. |
excelshapetype |
getshapetype()
type of shape , read only. |
shapelinestyletype |
getstyle()
style |
java.lang.string |
gettext()
text of the comment. |
textrotationtype |
gettextrotation()
text rotation. |
commentvaligntype |
getvalignment()
vertical alignment of the text. |
double |
getweight()
weight |
boolean |
istextlocked()
indicates whether comment text is locked. |
void |
istextlocked(boolean value)
indicates whether comment text is locked. |
void |
setbeginarrowheadlength(shapearrowlengthtype value)
begin arrow head length |
void |
setbeginarrowheadstyle(shapearrowstyletype value)
begin arrow head style |
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 |
sethalignment(commenthaligntype value)
horizontal alignment of the text. |
void |
setstyle(shapelinestyletype value)
style |
void |
settext(java.lang.string value)
text of the comment. |
void |
settextrotation(textrotationtype value)
text rotation. |
void |
setvalignment(commentvaligntype value)
vertical alignment of the text. |
void |
setweight(double value)
weight |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.iarcshape |
---|
getline, getrotation, setrotation |
methods inherited from interface com.spire.xls.core.ishape |
---|
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, settop, setvisible, setwidth |
constructor detail |
---|
public xlsarcshape(java.lang.object parent)
method detail |
---|
public excelshapetype getshapetype()
xlsshape
getshapetype
in interface ishape
getshapetype
in class xlsprstgeomshape
public java.lang.string gettext()
iprstgeomshape
gettext
in interface iprstgeomshape
gettext
in interface itextbox
gettext
in class xlsprstgeomshape
public void settext(java.lang.string value)
iprstgeomshape
settext
in interface iprstgeomshape
settext
in interface itextbox
settext
in class xlsprstgeomshape
public boolean istextlocked()
itextbox
istextlocked
in interface itextbox
public void istextlocked(boolean value)
itextbox
istextlocked
in interface itextbox
public textrotationtype gettextrotation()
itextbox
gettextrotation
in interface itextbox
public void settextrotation(textrotationtype value)
itextbox
settextrotation
in interface itextbox
public irichtextstring getrichtext()
itextbox
getrichtext
in interface itextbox
public commenthaligntype gethalignment()
itextbox
gethalignment
in interface itextbox
public void sethalignment(commenthaligntype value)
itextbox
sethalignment
in interface itextbox
public commentvaligntype getvalignment()
itextbox
getvalignment
in interface itextbox
public void setvalignment(commentvaligntype value)
itextbox
setvalignment
in interface itextbox
public double getweight()
iarcshape
getweight
in interface iarcshape
public void setweight(double value)
iarcshape
setweight
in interface iarcshape
public java.awt.color getcolor()
iarcshape
getcolor
in interface iarcshape
public void setcolor(java.awt.color value)
iarcshape
setcolor
in interface iarcshape
public shapelinestyletype getstyle()
iarcshape
getstyle
in interface iarcshape
public void setstyle(shapelinestyletype value)
iarcshape
setstyle
in interface iarcshape
public shapedashlinestyletype getdashstyle()
iarcshape
getdashstyle
in interface iarcshape
public void setdashstyle(shapedashlinestyletype value)
iarcshape
setdashstyle
in interface iarcshape
public shapearrowwidthtype getbeginarrowheadwidth()
iarcshape
getbeginarrowheadwidth
in interface iarcshape
public void setbeginarrowheadwidth(shapearrowwidthtype value)
iarcshape
setbeginarrowheadwidth
in interface iarcshape
public shapearrowstyletype getbeginarrowheadstyle()
iarcshape
getbeginarrowheadstyle
in interface iarcshape
public void setbeginarrowheadstyle(shapearrowstyletype value)
iarcshape
setbeginarrowheadstyle
in interface iarcshape
public shapearrowlengthtype getbeginarrowheadlength()
iarcshape
getbeginarrowheadlength
in interface iarcshape
public void setbeginarrowheadlength(shapearrowlengthtype value)
iarcshape
setbeginarrowheadlength
in interface iarcshape
public shapearrowstyletype getendarrowheadstyle()
iarcshape
getendarrowheadstyle
in interface iarcshape
public void setendarrowheadstyle(shapearrowstyletype value)
iarcshape
setendarrowheadstyle
in interface iarcshape
public shapearrowlengthtype getendarrowheadlength()
iarcshape
getendarrowheadlength
in interface iarcshape
public void setendarrowheadlength(shapearrowlengthtype value)
iarcshape
setendarrowheadlength
in interface iarcshape
public shapearrowwidthtype getendarrowheadwidth()
iarcshape
getendarrowheadwidth
in interface iarcshape
public void setendarrowheadwidth(shapearrowwidthtype value)
iarcshape
setendarrowheadwidth
in interface iarcshape
public ihyperlink gethylink()
gethylink
in interface iarcshape
public prstgeomshapetype getprstshapetype()
getprstshapetype
in interface iprstgeomshape
getprstshapetype
in class xlsprstgeomshape
public ishape deepclone(java.lang.object parent, java.util.hashmap hashnewnames, java.util.hashmap dicfontindexes, boolean addtocollections)
deepclone
in class xlsprstgeomshape
parent
- new parent for the shape object.hashnewnames
- hashtable with new worksheet names.dicfontindexes
- dictionary with new font indexes.addtocollections
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |