java.lang.Objectcom.aspose.cells.TickLabels
public class TickLabels
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() | |
Returns a |
||
int | getNumber() | |
void | setNumber(int value) | |
Represents the format number for the TickLabels object. | ||
java.lang.String | getNumberFormat() | |
void | setNumberFormat(java.lang.String value) | |
Represents the format string for the TickLabels object. | ||
boolean | getNumberFormatLinked() | |
void | setNumberFormatLinked(boolean value) | |
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). | ||
int | getOffset() | |
void | setOffset(int value) | |
Represents the distance between the levels of labels, and the distance between the first level and the axis line. | ||
int | getRotation() | |
void | setRotation(int value) | |
Represents text rotation angle. | ||
int | getRotationAngle() | |
void | setRotationAngle(int value) | |
Represents text rotation angle in clockwise. | ||
int | getTextDirection() | |
void | setTextDirection(int value) | |
Represents text reading order. The value of the property is TextDirectionType integer constant. |
Property Getters/Setters Detail |
---|
getFont | |
public Font getFont() |
getAutoScaleFont/setAutoScaleFont | |
public boolean getAutoScaleFont() / public void setAutoScaleFont(boolean value) |
getBackgroundMode/setBackgroundMode | |
public int getBackgroundMode() / public void setBackgroundMode(int value) |
getBackground/setBackground | |
public int getBackground() / public void setBackground(int value) |
getRotation/setRotation | |
public int getRotation() / public void setRotation(int value) |
getRotationAngle/setRotationAngle | |
public int getRotationAngle() / public void setRotationAngle(int value) |
getNumberFormat/setNumberFormat | |
public java.lang.String getNumberFormat() / public void setNumberFormat(java.lang.String value) |
getNumber/setNumber | |
public int getNumber() / public void setNumber(int value) |
getNumberFormatLinked/setNumberFormatLinked | |
public boolean getNumberFormatLinked() / public void setNumberFormatLinked(boolean value) |
getOffset/setOffset | |
public int getOffset() / public void setOffset(int value) |
getTextDirection/setTextDirection | |
public int getTextDirection() / public void setTextDirection(int value) |