|
|||||||||
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.xlschartlegend
public class xlschartlegend
constructor summary | |
---|---|
xlschartlegend(java.lang.object parent)
|
method summary | |
---|---|
void |
clear()
clears chart legend. |
xlschartlegend |
deepclone(java.lang.object parent,
java.util.hashmap dicfontindexes,
java.util.hashmap dicnewsheetnames)
clones current object. |
void |
delete()
deletes chart legend. |
boolean |
getautoposition()
automatic positioning . |
boolean |
getautopositionx()
x positioning is automatic. |
boolean |
getautopositiony()
y positioning is automatic. |
ichartframeformat |
getframeformat()
|
int |
getheight()
y-size. |
boolean |
getincludeinlayout()
show legend without overlapping. |
boolean |
getinnerlayouttarget()
|
ichartlegendentries |
getlegendentries()
represents legend entries collection. |
legendpositiontype |
getposition()
legend position type. |
icharttextarea |
gettextarea()
return text area of legend. |
int |
getwidth()
x-size. |
int |
getx()
x-position of upper-left corner. |
int |
gety()
y-position of upper-left corner. |
boolean |
hasdatatable()
true if chart contains data table. |
void |
hasdatatable(boolean value)
true if chart contains data table. |
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 |
isverticallegend()
indicates whether if vertical legend. |
void |
isverticallegend(boolean value)
indicates whether if vertical legend. |
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 |
setautopositionx(boolean value)
x positioning is automatic. |
void |
setautopositiony(boolean value)
y positioning is automatic. |
void |
setheight(int value)
y-size. |
void |
setincludeinlayout(boolean value)
show legend without overlapping. |
void |
setinnerlayouttarget(boolean value)
|
void |
setposition(legendpositiontype position)
sets legend position type. |
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 |
constructor detail |
---|
public xlschartlegend(java.lang.object parent)
method detail |
---|
public boolean getautoposition()
public icharttextarea gettextarea()
gettextarea
in interface ichartlegend
public int getx()
getx
in interface ichartlegend
public void setx(int value)
setx
in interface ichartlegend
public int gety()
gety
in interface ichartlegend
public void sety(int value)
sety
in interface ichartlegend
public legendpositiontype getposition()
getposition
in interface ichartlegend
public void setposition(legendpositiontype position)
setposition
in interface ichartlegend
public boolean isverticallegend()
isverticallegend
in interface ichartlegend
public void isverticallegend(boolean value)
isverticallegend
in interface ichartlegend
public boolean getincludeinlayout()
getincludeinlayout
in interface ichartlegend
public void setincludeinlayout(boolean value)
setincludeinlayout
in interface ichartlegend
public boolean getinnerlayouttarget()
getinnerlayouttarget
in interface ichartlegend
public void setinnerlayouttarget(boolean value)
setinnerlayouttarget
in interface ichartlegend
public boolean iswmode()
iswmode
in interface ichartlegend
public void iswmode(boolean value)
iswmode
in interface ichartlegend
public boolean ishmode()
ishmode
in interface ichartlegend
public void ishmode(boolean value)
ishmode
in interface ichartlegend
public boolean isxmode()
isxmode
in interface ichartlegend
public void isxmode(boolean value)
isxmode
in interface ichartlegend
public boolean isymode()
isymode
in interface ichartlegend
public void isymode(boolean value)
isymode
in interface ichartlegend
public ichartlegendentries getlegendentries()
getlegendentries
in interface ichartlegend
public int getwidth()
getwidth
in interface ichartlegend
public void setwidth(int value)
setwidth
in interface ichartlegend
public int getheight()
getheight
in interface ichartlegend
public void setheight(int value)
setheight
in interface ichartlegend
public boolean getautopositionx()
getautopositionx
in interface ichartlegend
public void setautopositionx(boolean value)
setautopositionx
in interface ichartlegend
public boolean getautopositiony()
getautopositiony
in interface ichartlegend
public void setautopositiony(boolean value)
setautopositiony
in interface ichartlegend
public ichartframeformat getframeformat()
public boolean hasdatatable()
public void hasdatatable(boolean value)
public void clear()
clear
in interface ichartlegend
public void delete()
delete
in interface ichartlegend
public xlschartlegend deepclone(java.lang.object parent, java.util.hashmap dicfontindexes, java.util.hashmap dicnewsheetnames)
parent
- parent object.dicfontindexes
- array with new font indexes.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |