java.lang.Object
com.aspose.cells.LegendEntry
public class LegendEntry
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getAutoScaleFont() | |
void | setAutoScaleFont(boolean value) | |
| True if the text in the object changes font size when the object size changes. The default value is True. | ||
int | getBackground() | |
void | setBackground(int value) | |
| Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
int | getBackgroundMode() | |
void | setBackgroundMode(int value) | |
| Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
Font | getFont() | |
|
Gets a |
||
boolean | isDeleted() | |
void | setDeleted(boolean value) | |
| Gets and sets whether the legend entry is deleted. | ||
boolean | isTextNoFill() | |
void | setTextNoFill(boolean value) | |
| Gets or sets no fill of the text. | ||
Font | getTextFont() | |
|
Gets a |
||
| Property Getters/Setters Detail |
|---|
isDeleted/setDeleted | |
public boolean isDeleted() / public void setDeleted(boolean value) | |
getFont | |
public Font getFont() | |
getTextFont | |
public Font getTextFont() | |
isTextNoFill/setTextNoFill | |
public boolean isTextNoFill() / public void setTextNoFill(boolean value) | |
getAutoScaleFont/setAutoScaleFont | |
public boolean getAutoScaleFont() / public void setAutoScaleFont(boolean value) | |
getBackground/setBackground | |
public int getBackground() / public void setBackground(int value) | |
getBackgroundMode/setBackgroundMode | |
public int getBackgroundMode() / public void setBackgroundMode(int value) | |