public interface IDisplayUnitLabel
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the object.
|
IFontFormat |
getFont()
Returns a Microsoft.Office.Interop.Excel.Font object that represents the font
of the specified object.
|
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
IAxis |
getParent()
Gets the parent object.
|
java.lang.String |
getText()
Gets the text for the specified object.
|
ITextFrame |
getTextFrame()
Returns the
ITextFrame object that contains the text and font style
properties for the specified display unit label. |
void |
setText(java.lang.String value)
Sets the text for the specified object.
|
IAxis getParent()
IFontFormat getFont()
IChartFormat getFormat()
IChartFormat object.java.lang.String getText()
void setText(java.lang.String value)
ITextFrame getTextFrame()
ITextFrame object that contains the text and font style
properties for the specified display unit label.void delete()