com.aspose.cells.UnknownControl.html Maven / Gradle / Ivy
UnknownControl
com.aspose.cells
Class UnknownControl
java.lang.Object
ActiveXControlBase
ActiveXControl
com.aspose.cells.UnknownControl
public class UnknownControl
- extends ActiveXControl
Property Getters/Setters Summary | ||
---|---|---|
int | getBackOleColor() | → inherited from ActiveXControlBase
|
void | setBackOleColor(int) | |
Gets and sets the ole color of the background. | ||
byte[] | getData() | |
Gets and sets the binary data of the control. | ||
Font | getFont() | → inherited from ActiveXControl
|
Represents the font of the control. | ||
int | getForeOleColor() | → inherited from ActiveXControlBase
|
void | setForeOleColor(int) | |
Gets and sets the ole color of the foreground. | ||
double | getHeight() | → inherited from ActiveXControlBase
|
void | setHeight(double) | |
Gets and sets the height of the control in unit of points. | ||
int | getIMEMode() | → inherited from ActiveXControl
|
void | setIMEMode(int) | |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant. | ||
boolean | isAutoSize() | → inherited from ActiveXControl
|
void | setAutoSize(boolean) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
boolean | isEnabled() | → inherited from ActiveXControl
|
void | setEnabled(boolean) | |
Indicates whether the control can receive the focus and respond to user-generated events. | ||
boolean | isLocked() | → inherited from ActiveXControl
|
void | setLocked(boolean) | |
Indicates whether data in the control is locked for editing. | ||
boolean | isTransparent() | → inherited from ActiveXControl
|
void | setTransparent(boolean) | |
Indicates whether the control is transparent. | ||
boolean | isVisible() | → inherited from ActiveXControlBase
|
void | setVisible(boolean) | |
Indicates whether this control is visible. | ||
java.lang.String | getLinkedCell() | → inherited from ActiveXControlBase
|
void | setLinkedCell(java.lang.String) | |
Gets and sets the linked cell. | ||
java.lang.String | getListFillRange() | → inherited from ActiveXControlBase
|
void | setListFillRange(java.lang.String) | |
Gets and sets the list fill range. | ||
byte[] | getMouseIcon() | → inherited from ActiveXControlBase
|
void | setMouseIcon(byte[]) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
int | getMousePointer() | → inherited from ActiveXControlBase
|
void | setMousePointer(int) | |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
int | getPersistenceType() | |
Gets the persistence method to persist an ActiveX control. The value of the property is ActiveXPersistenceType integer constant. | ||
boolean | getShadow() | → inherited from ActiveXControlBase
|
void | setShadow(boolean) | |
Indicates whether to show a shadow. | ||
int | getTextAlign() | → inherited from ActiveXControl
|
void | setTextAlign(int) | |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
int | getType() | |
Gets the type of the ActiveX control. The value of the property is ControlType integer constant. | ||
double | getWidth() | → inherited from ActiveXControlBase
|
void | setWidth(double) | |
Gets and sets the width of the control in unit of points. | ||
Workbook | getWorkbook() | → inherited from ActiveXControlBase
|
Gets the |
Method Summary | ||
---|---|---|
byte[] | getRelationshipData(java.lang.String relId) | |
Gets the related data. |
Property Getters/Setters Detail |
---|
getPersistenceType | |
public int getPersistenceType() |
Gets the persistence method to persist an ActiveX control. The value of the property is ActiveXPersistenceType integer constant.
getData | |
public byte[] getData() |
Gets and sets the binary data of the control.
getType | |
public int getType() |
Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
isEnabled/setEnabled | → inherited from ActiveXControl
|
public boolean isEnabled() / public void setEnabled(boolean value) |
Indicates whether the control can receive the focus and respond to user-generated events.
isLocked/setLocked | → inherited from ActiveXControl
|
public boolean isLocked() / public void setLocked(boolean value) |
Indicates whether data in the control is locked for editing.
isTransparent/setTransparent | → inherited from ActiveXControl
|
public boolean isTransparent() / public void setTransparent(boolean value) |
Indicates whether the control is transparent.
isAutoSize/setAutoSize | → inherited from ActiveXControl
|
public boolean isAutoSize() / public void setAutoSize(boolean value) |
Indicates whether the control will automatically resize to display its entire contents.
getIMEMode/setIMEMode | → inherited from ActiveXControl
|
public int getIMEMode() / public void setIMEMode(int value) |
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.
getFont | → inherited from ActiveXControl
|
public Font getFont() |
Represents the font of the control.
getTextAlign/setTextAlign | → inherited from ActiveXControl
|
public int getTextAlign() / public void setTextAlign(int value) |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
getWorkbook | → inherited from ActiveXControlBase
|
public Workbook getWorkbook() |
Gets the Workbook object.
getWidth/setWidth | → inherited from ActiveXControlBase
|
public double getWidth() / public void setWidth(double value) |
Gets and sets the width of the control in unit of points.
getHeight/setHeight | → inherited from ActiveXControlBase
|
public double getHeight() / public void setHeight(double value) |
Gets and sets the height of the control in unit of points.
getMouseIcon/setMouseIcon | → inherited from ActiveXControlBase
|
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value) |
Gets and sets a custom icon to display as the mouse pointer for the control.
getMousePointer/setMousePointer | → inherited from ActiveXControlBase
|
public int getMousePointer() / public void setMousePointer(int value) |
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.
getForeOleColor/setForeOleColor | → inherited from ActiveXControlBase
|
public int getForeOleColor() / public void setForeOleColor(int value) |
Gets and sets the ole color of the foreground. Not applies to Image control.
getBackOleColor/setBackOleColor | → inherited from ActiveXControlBase
|
public int getBackOleColor() / public void setBackOleColor(int value) |
Gets and sets the ole color of the background.
isVisible/setVisible | → inherited from ActiveXControlBase
|
public boolean isVisible() / public void setVisible(boolean value) |
Indicates whether this control is visible.
getShadow/setShadow | → inherited from ActiveXControlBase
|
public boolean getShadow() / public void setShadow(boolean value) |
Indicates whether to show a shadow.
getLinkedCell/setLinkedCell | → inherited from ActiveXControlBase
|
public java.lang.String getLinkedCell() / public void setLinkedCell(java.lang.String value) |
Gets and sets the linked cell.
getListFillRange/setListFillRange | → inherited from ActiveXControlBase
|
public java.lang.String getListFillRange() / public void setListFillRange(java.lang.String value) |
Gets and sets the list fill range.
Method Detail |
---|
getRelationshipData | |
public byte[] getRelationshipData(java.lang.String relId) |
Gets the related data. - Parameters:
relId
- The relationship id.
- Returns:
- Returns the related data.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.