|
|||||||||
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.charts.xlschartframeformat
public class xlschartframeformat
constructor summary | |
---|---|
xlschartframeformat(java.lang.object parent)
|
method summary | |
---|---|
xlschartframeformat |
deepclone(java.lang.object parent)
clone current record. |
java.awt.color |
getbackgroundcolor()
represents foreground known color. |
ocolor |
getbackgroundcolorobject()
represents background color. |
excelcolors |
getbackgroundknowncolor()
|
|
getborder()
gets chart border. |
ishapefill |
getfill()
represents xls fill gradient format. |
java.awt.color |
getforegroundcolor()
represents foreground known color. |
ocolor |
getforegroundcolorobject()
represents foreground color. |
excelcolors |
getforegroundknowncolor()
represents foreground known color. |
format3d |
getformat3d()
gets the chart3 d properties. |
int |
getheight()
y-size. |
ichartinterior |
getinterior()
gets frame interior. |
chartborder |
getlineproperties()
gets chart border. |
excelpatterntype |
getpattern()
represents pattern. |
chartshadow |
getshadow()
gets the shadow properties. |
boolean |
getvisible()
represents visiblity. |
int |
getwidth()
x-size. |
int |
getx()
x-position of upper-left corner. |
int |
gety()
y-position of upper-left corner. |
boolean |
hasformat3d()
this property indicates whether the shadow object has been created(which includes the 3d properties) |
boolean |
hasinterior()
indicates whether interior object was created. |
boolean |
haslineproperties()
indicates whether border formatting object was created. |
boolean |
hasshadow()
this property indicates whether the shadow object has been created |
boolean |
isautomaticformat()
represents if use automatic format. |
void |
isautomaticformat(boolean value)
represents if use automatic format. |
boolean |
isautoposition()
calculates position automatically. |
void |
isautoposition(boolean value)
calculates position automatically. |
boolean |
isautosize()
calculates size automatically. |
void |
isautosize(boolean value)
calculates size automatically. |
boolean |
isbordercornersround()
gets or sets if border corners is round. |
void |
isbordercornersround(boolean value)
gets or sets if border corners is round. |
boolean |
ishmode()
false value specifies that the height shall be interpreted as the bottom of the chart element.. |
void |
ishmode(boolean value)
false value specifies that the height shall be interpreted as the bottom of the chart element.. |
boolean |
iswmode()
false value specifies that the width shall be interpreted as the right of the chart element.. |
void |
iswmode(boolean value)
false value specifies that the width shall be interpreted as the right of the chart element.. |
boolean |
isxmode()
true value specifies that the x shall be interpreted as the left of the chart element.. |
void |
isxmode(boolean value)
true value specifies that the x shall be interpreted as the left of the chart element.. |
boolean |
isymode()
true value specifies that the y shall be interpreted as the top of the chart element.. |
void |
isymode(boolean value)
true value specifies that the y shall be interpreted as the top of the chart element.. |
void |
setbackgroundcolor(java.awt.color color)
represents foreground known color. |
void |
setbackgroundknowncolor(excelcolors value)
|
void |
setforegroundcolor(java.awt.color color)
represents foreground known color. |
void |
setforegroundknowncolor(excelcolors value)
represents foreground known color. |
void |
setheight(int value)
|
void |
setpattern(excelpatterntype value)
represents pattern. |
void |
setvisible(boolean visible)
sets visiblity. |
void |
setwidth(int value)
x-size. |
void |
setx(int value)
x-position of upper-left corner. |
void |
sety(int value)
y-position of upper-left corner. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
methods inherited from interface com.spire.xls.core.ichartframeformat |
---|
clear |
constructor detail |
---|
public xlschartframeformat(java.lang.object parent)
method detail |
---|
public boolean isbordercornersround()
isbordercornersround
in interface ichartframeformat
public void isbordercornersround(boolean value)
public getborder()
getborder
in interface ichartframeformat
public boolean hasinterior()
hasinterior
in interface ichartfillborder
public boolean haslineproperties()
haslineproperties
in interface ichartfillborder
public ichartinterior getinterior()
getinterior
in interface ichartfillborder
public format3d getformat3d()
getformat3d
in interface ichartfillborder
public ishapefill getfill()
getfill
in interface ichartfillborder
public boolean hasshadow()
hasshadow
in interface ichartfillborder
public boolean hasformat3d()
hasformat3d
in interface ichartfillborder
public chartshadow getshadow()
getshadow
in interface ichartfillborder
public chartborder getlineproperties()
getlineproperties
in interface ichartfillborder
public boolean isautosize()
public void isautosize(boolean value)
public boolean isautoposition()
public void isautoposition(boolean value)
public int getx()
public void setx(int value)
public int gety()
public void sety(int value)
public int getwidth()
public void setwidth(int value)
public int getheight()
public void setheight(int value)
public boolean iswmode()
public void iswmode(boolean value)
public boolean ishmode()
public void ishmode(boolean value)
public boolean isxmode()
public void isxmode(boolean value)
public boolean isymode()
public void isymode(boolean value)
public excelcolors getforegroundknowncolor()
public void setforegroundknowncolor(excelcolors value)
public java.awt.color getforegroundcolor()
public void setforegroundcolor(java.awt.color color)
public ocolor getforegroundcolorobject()
public excelcolors getbackgroundknowncolor()
public void setbackgroundknowncolor(excelcolors value)
public java.awt.color getbackgroundcolor()
public void setbackgroundcolor(java.awt.color color)
public ocolor getbackgroundcolorobject()
public excelpatterntype getpattern()
public void setpattern(excelpatterntype value)
public boolean isautomaticformat()
public void isautomaticformat(boolean value)
public boolean getvisible()
public void setvisible(boolean visible)
public xlschartframeformat deepclone(java.lang.object parent)
parent
- parent object.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |