xlschartframeformat-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartframeformat

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartframeformat
all implemented interfaces:
ichartfillborder, ichartframeformat
direct known subclasses:
chartarea, xlschartplotarea

public class xlschartframeformat
extends xlsobject
implements ichartframeformat

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

xlschartframeformat

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

isbordercornersround

public boolean isbordercornersround()
gets or sets if border corners is round.
specified by:
isbordercornersround in interface ichartframeformat

isbordercornersround

public void isbordercornersround(boolean value)
gets or sets if border corners is round.

getborder

public  getborder()
gets chart border. read only.
specified by:
getborder in interface ichartframeformat

hasinterior

public boolean hasinterior()
indicates whether interior object was created. read-only.
specified by:
hasinterior in interface ichartfillborder

haslineproperties

public boolean haslineproperties()
indicates whether border formatting object was created. read-only.
specified by:
haslineproperties in interface ichartfillborder

getinterior

public ichartinterior getinterior()
gets frame interior. read only
specified by:
getinterior in interface ichartfillborder

getformat3d

public format3d getformat3d()
gets the chart3 d properties.
specified by:
getformat3d in interface ichartfillborder

getfill

public ishapefill getfill()
represents xls fill gradient format. read only.
specified by:
getfill in interface ichartfillborder

hasshadow

public boolean hasshadow()
this property indicates whether the shadow object has been created
specified by:
hasshadow in interface ichartfillborder

hasformat3d

public boolean hasformat3d()
this property indicates whether the shadow object has been created(which includes the 3d properties)
specified by:
hasformat3d in interface ichartfillborder

getshadow

public chartshadow getshadow()
gets the shadow properties.
specified by:
getshadow in interface ichartfillborder

getlineproperties

public chartborder getlineproperties()
gets chart border. read-only.
specified by:
getlineproperties in interface ichartfillborder

isautosize

public boolean isautosize()
calculates size automatically.

isautosize

public void isautosize(boolean value)
calculates size automatically.

isautoposition

public boolean isautoposition()
calculates position automatically.

isautoposition

public void isautoposition(boolean value)
calculates position automatically.

getx

public int getx()
x-position of upper-left corner. 1/4000 of chart plot. isxmode shall set to true

setx

public void setx(int value)
x-position of upper-left corner. 1/4000 of chart plot. isxmode shall set to true

gety

public int gety()
y-position of upper-left corner. 1/4000 of chart plot. isymode shall set to true

sety

public void sety(int value)
y-position of upper-left corner. 1/4000 of chart plot. isymode shall set to true

getwidth

public int getwidth()
x-size. 1/4000 of chart plot. iswmode shall set to true

setwidth

public void setwidth(int value)
x-size. 1/4000 of chart plot. iswmode shall set to true

getheight

public int getheight()
y-size. 1/4000 of chart plot. ishmode shall set to true

setheight

public void setheight(int value)

iswmode

public boolean iswmode()
false value specifies that the width shall be interpreted as the right of the chart element..

iswmode

public void iswmode(boolean value)
false value specifies that the width shall be interpreted as the right of the chart element..

ishmode

public boolean ishmode()
false value specifies that the height shall be interpreted as the bottom of the chart element..

ishmode

public void ishmode(boolean value)
false value specifies that the height shall be interpreted as the bottom of the chart element..

isxmode

public boolean isxmode()
true value specifies that the x shall be interpreted as the left of the chart element..

isxmode

public void isxmode(boolean value)
true value specifies that the x shall be interpreted as the left of the chart element..

isymode

public boolean isymode()
true value specifies that the y shall be interpreted as the top of the chart element..

isymode

public void isymode(boolean value)
true value specifies that the y shall be interpreted as the top of the chart element..

getforegroundknowncolor

public excelcolors getforegroundknowncolor()
represents foreground known color.

setforegroundknowncolor

public void setforegroundknowncolor(excelcolors value)
represents foreground known color.

getforegroundcolor

public java.awt.color getforegroundcolor()
represents foreground known color.

setforegroundcolor

public void setforegroundcolor(java.awt.color color)
represents foreground known color.

getforegroundcolorobject

public ocolor getforegroundcolorobject()
represents foreground color.

getbackgroundknowncolor

public excelcolors getbackgroundknowncolor()

setbackgroundknowncolor

public void setbackgroundknowncolor(excelcolors value)

getbackgroundcolor

public java.awt.color getbackgroundcolor()
represents foreground known color.

setbackgroundcolor

public void setbackgroundcolor(java.awt.color color)
represents foreground known color.

getbackgroundcolorobject

public ocolor getbackgroundcolorobject()
represents background color.

getpattern

public excelpatterntype getpattern()
represents pattern.

setpattern

public void setpattern(excelpatterntype value)
represents pattern.

isautomaticformat

public boolean isautomaticformat()
represents if use automatic format.

isautomaticformat

public void isautomaticformat(boolean value)
represents if use automatic format.

getvisible

public boolean getvisible()
represents visiblity.

setvisible

public void setvisible(boolean visible)
sets visiblity.

deepclone

public xlschartframeformat deepclone(java.lang.object parent)
clone current record.
parameters:
parent - parent object.
returns:
returns clone of current object.


网站地图