xlstextboxshape-ag凯发旗舰厅



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

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.xlstextboxshape
all implemented interfaces:
ishape, itextbox, itextboxlinkshape, itextboxshape

public class xlstextboxshape
extends xlsshape
implements itextboxlinkshape

constructor summary
xlstextboxshape(java.lang.object parent)
           
 
method summary
 java.lang.string getanchor()
           
 int getbottommarginemu()
           
 java.awt.rectangle getcoordinates2007()
           
 java.awt.color getfillcolor()
          shape filling color.
 commenthaligntype gethalignment()
          horizontal alignment of the text.
 java.lang.string gethorzoverflow()
           
 ihyperlink gethylink()
           
 double getinnerleftmargin()
           
 double getinnerrightmargin()
           
 void getinnerrightmargin(double value)
           
 double getinnertopmargin()
           
 java.lang.string getinsetmode()
           
 int getleftmarginemu()
           
 irichtextstring getrichtext()
          comment text.
 int getrightmarginemu()
           
 excelshapetype getshapetype()
          type of shape , read only.
 java.lang.string gettext()
          sets text of the comment.
 textrotationtype gettextrotation()
          text rotation.
 int gettopmarginemu()
           
 int getupright()
           
 commentvaligntype getvalignment()
          vertical alignment of the text.
 java.lang.string getvert()
           
 java.lang.string getvertoverflow()
           
 boolean hasstyleproperties()
           
 boolean istextlocked()
          indicates whether comment text is locked.
 void istextlocked(boolean value)
          indicates whether comment text is locked.
 boolean istextwrapped()
           
 void istextwrapped(boolean value)
           
 boolean iswraptext()
          indicates whether comment text is wrapped.
 void iswraptext(boolean textwrapped)
          indicates whether comment text is wrapped.
 void setanchor(java.lang.string value)
           
 void setbottommarginemu(int value)
           
 void setcoordinates2007(java.awt.rectangle value)
           
 void setfillcolor(java.awt.color value)
          shape filling color.
 void sethalignment(commenthaligntype value)
          horizontal alignment of the text.
 void sethorzoverflow(java.lang.string value)
           
 void setinnerbottommargin(double value)
           
 void setinnerleftmargin(double value)
           
 void setinnerrightmargin(double value)
           
 void setinnertopmargin(double value)
           
 void setinsetmode(java.lang.string value)
           
 void setleftmarginemu(int value)
           
 void setrightmarginemu(int value)
           
 void settext(java.lang.string value)
          sets text of the comment.
 void settextrotation(textrotationtype value)
          text rotation.
 void settopmarginemu(int value)
           
 void setupright(int value)
           
 void setvalignment(commentvaligntype value)
          vertical alignment of the text.
 void setvert(java.lang.string value)
           
 void setvertoverflow(java.lang.string value)
           
 
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsshape
deepclone, 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.itextboxlinkshape
getrotation, setrotation
 
methods inherited from interface com.spire.xls.core.itextboxshape
getline
 
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

xlstextboxshape

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

getshapetype

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

gettext

public java.lang.string gettext()
description copied from interface: itextbox
sets text of the comment.
specified by:
gettext in interface itextbox

settext

public void settext(java.lang.string value)
description copied from interface: itextbox
sets text of the comment.
specified by:
settext in interface itextbox

istextlocked

public boolean istextlocked()
indicates whether comment text is locked.
specified by:
istextlocked in interface itextbox

istextlocked

public void istextlocked(boolean value)
indicates whether comment text is locked.
specified by:
istextlocked in interface itextbox

iswraptext

public boolean iswraptext()
indicates whether comment text is wrapped.
returns:

iswraptext

public void iswraptext(boolean textwrapped)
indicates whether comment text is wrapped.

gettextrotation

public textrotationtype gettextrotation()
text rotation.
specified by:
gettextrotation in interface itextbox

settextrotation

public void settextrotation(textrotationtype value)
text rotation.
specified by:
settextrotation in interface itextbox

getrichtext

public irichtextstring getrichtext()
comment text.
specified by:
getrichtext in interface itextbox

gethalignment

public commenthaligntype gethalignment()
horizontal alignment of the text.
specified by:
gethalignment in interface itextbox

sethalignment

public void sethalignment(commenthaligntype value)
horizontal alignment of the text.
specified by:
sethalignment in interface itextbox

getvalignment

public commentvaligntype getvalignment()
vertical alignment of the text.
specified by:
getvalignment in interface itextbox

setvalignment

public void setvalignment(commentvaligntype value)
vertical alignment of the text.
specified by:
setvalignment in interface itextbox

getcoordinates2007

public java.awt.rectangle getcoordinates2007()

setcoordinates2007

public void setcoordinates2007(java.awt.rectangle value)

hasstyleproperties

public boolean hasstyleproperties()

getfillcolor

public java.awt.color getfillcolor()
shape filling color.

setfillcolor

public void setfillcolor(java.awt.color value)
shape filling color.

getinsetmode

public java.lang.string getinsetmode()

setinsetmode

public void setinsetmode(java.lang.string value)

getleftmarginemu

public int getleftmarginemu()

setleftmarginemu

public void setleftmarginemu(int value)

gettopmarginemu

public int gettopmarginemu()

settopmarginemu

public void settopmarginemu(int value)

getrightmarginemu

public int getrightmarginemu()

setrightmarginemu

public void setrightmarginemu(int value)

getbottommarginemu

public int getbottommarginemu()

setbottommarginemu

public void setbottommarginemu(int value)

setinnerbottommargin

public void setinnerbottommargin(double value)

getinnerleftmargin

public double getinnerleftmargin()

setinnerleftmargin

public void setinnerleftmargin(double value)

setinnerrightmargin

public void setinnerrightmargin(double value)

getinnerrightmargin

public double getinnerrightmargin()

getinnerrightmargin

public void getinnerrightmargin(double value)

getinnertopmargin

public double getinnertopmargin()

setinnertopmargin

public void setinnertopmargin(double value)

getvertoverflow

public java.lang.string getvertoverflow()

setvertoverflow

public void setvertoverflow(java.lang.string value)

gethorzoverflow

public java.lang.string gethorzoverflow()

sethorzoverflow

public void sethorzoverflow(java.lang.string value)

getanchor

public java.lang.string getanchor()

setanchor

public void setanchor(java.lang.string value)

getvert

public java.lang.string getvert()

setvert

public void setvert(java.lang.string value)

istextwrapped

public boolean istextwrapped()

istextwrapped

public void istextwrapped(boolean value)

getupright

public int getupright()

setupright

public void setupright(int value)

gethylink

public ihyperlink gethylink()
specified by:
gethylink in interface itextboxlinkshape


网站地图