com.aspose.cells
Class TickLabels

java.lang.Object
    extended by com.aspose.cells.TickLabels

public class TickLabels 
extends java.lang.Object

Represents the tick-mark labels associated with tick marks on a chart axis.

Property Getters/Setters Summary
booleangetAutoScaleFont()
voidsetAutoScaleFont(boolean value)
           True if the text in the object changes font size when the object size changes. The default value is True.
intgetBackground()
voidsetBackground(int value)
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
intgetBackgroundMode()
voidsetBackgroundMode(int value)
           Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.
FontgetFont()
           Returns a Font object that represents the font of the specified TickLabels object.
intgetNumber()
voidsetNumber(int value)
           Represents the format number for the TickLabels object.
java.lang.StringgetNumberFormat()
voidsetNumberFormat(java.lang.String value)
           Represents the format string for the TickLabels object.
booleangetNumberFormatLinked()
voidsetNumberFormatLinked(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).
intgetOffset()
voidsetOffset(int value)
           Represents the distance between the levels of labels, and the distance between the first level and the axis line.
intgetRotation()
voidsetRotation(int value)
           Represents text rotation angle.
intgetRotationAngle()
voidsetRotationAngle(int value)
           Represents text rotation angle in clockwise.
intgetTextDirection()
voidsetTextDirection(int value)
           Represents text reading order. The value of the property is TextDirectionType integer constant.
 

Property Getters/Setters Detail

getFont

public Font getFont()
Returns a Font object that represents the font of the specified TickLabels object.

getAutoScaleFont/setAutoScaleFont

public boolean getAutoScaleFont() / public void setAutoScaleFont(boolean value)
True if the text in the object changes font size when the object size changes. The default value is True.

getBackgroundMode/setBackgroundMode

public int getBackgroundMode() / public void setBackgroundMode(int value)
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.

getBackground/setBackground

public int getBackground() / public void setBackground(int value)
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant.NOTE: This member is now obsolete. Instead, please use TickLabels.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.

getRotation/setRotation

public int getRotation() / public void setRotation(int value)
Represents text rotation angle.
0: Not rotated.

255: Top to Bottom.

-90: Downward.

90: Upward.
NOTE: This member is now obsolete. Instead, please use TickLabels.RotationAngle property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

getRotationAngle/setRotationAngle

public int getRotationAngle() / public void setRotationAngle(int value)
Represents text rotation angle in clockwise.
0: Not rotated.

255: Top to Bottom.

-90: Downward.

90: Upward.

getNumberFormat/setNumberFormat

public java.lang.String getNumberFormat() / public void setNumberFormat(java.lang.String value)
Represents the format string for the TickLabels object. The formating string is same as a custom format string setting to a cell. For example, "$0".

getNumber/setNumber

public int getNumber() / public void setNumber(int value)
Represents the format number for the TickLabels object.

getNumberFormatLinked/setNumberFormatLinked

public boolean getNumberFormatLinked() / public 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).

getOffset/setOffset

public int getOffset() / public void setOffset(int value)
Represents the distance between the levels of labels, and the distance between the first level and the axis line. The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis label’s font size.

getTextDirection/setTextDirection

public int getTextDirection() / public void setTextDirection(int value)
Represents text reading order. The value of the property is TextDirectionType integer constant.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.