aspose.cells

Class UnknownControl

Unknow control.

Property Getters/Setters Summary
functiongetBackOleColor()
function
           Gets and sets the ole color of the background.
functiongetData()
Gets and sets the binary data of the control.
functiongetFont()
Represents the font of the control.
functiongetForeOleColor()
function
           Gets and sets the ole color of the foreground.
functiongetHeight()
function
setHeight(value)
           Gets and sets the height of the control in unit of points.
functiongetIMEMode()
function
setIMEMode(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.
functionisAutoSize()
function
           Indicates whether the control will automatically resize to display its entire contents.
functionisEnabled()
function
setEnabled(value)
           Indicates whether the control can receive the focus and respond to user-generated events.
functionisLocked()
function
setLocked(value)
           Indicates whether data in the control is locked for editing.
functionisTransparent()
function
           Indicates whether the control is transparent.
functionisVisible()
function
setVisible(value)
           Indicates whether this control is visible.
functiongetLinkedCell()
function
           Gets and sets the linked cell.
functiongetListFillRange()
function
           Gets and sets the list fill range.
functiongetMouseIcon()
function
           Gets and sets a custom icon to display as the mouse pointer for the control.
functiongetMousePointer()
function
           Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.
functiongetShadow()
function
setShadow(value)
           Indicates whether to show a shadow.
functiongetTextAlign()
function
           Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
functiongetType()
Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
functiongetWidth()
function
setWidth(value)
           Gets and sets the width of the control in unit of points.
functiongetWorkbook()
Gets the Workbook object.
 
Method Summary
functiongetRelationshipData(relId)
Gets the related data.
 

    • Property Getters/Setters Detail

      • getData : byte[] 

        function getData()
        
        Gets and sets the binary data of the control.
      • getType : Number 

        function getType()
        
        Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
      • isEnabled/setEnabled : boolean 

        function isEnabled() / function setEnabled(value)
        
        Indicates whether the control can receive the focus and respond to user-generated events.
      • isLocked/setLocked : boolean 

        function isLocked() / function setLocked(value)
        
        Indicates whether data in the control is locked for editing.
      • isTransparent/setTransparent : boolean 

        function isTransparent() / function setTransparent(value)
        
        Indicates whether the control is transparent.
      • isAutoSize/setAutoSize : boolean 

        function isAutoSize() / function setAutoSize(value)
        
        Indicates whether the control will automatically resize to display its entire contents.
      • getIMEMode/setIMEMode : Number 

        function getIMEMode() / function setIMEMode(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 : Font 

        function getFont()
        
        Represents the font of the control.
      • getTextAlign/setTextAlign : Number 

        function getTextAlign() / function setTextAlign(value)
        
        Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
      • getWidth/setWidth : Number 

        function getWidth() / function setWidth(value)
        
        Gets and sets the width of the control in unit of points.
      • getHeight/setHeight : Number 

        function getHeight() / function setHeight(value)
        
        Gets and sets the height of the control in unit of points.
      • getMouseIcon/setMouseIcon : byte[] 

        function getMouseIcon() / function setMouseIcon(value)
        
        Gets and sets a custom icon to display as the mouse pointer for the control.
      • getMousePointer/setMousePointer : Number 

        function getMousePointer() / function setMousePointer(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 : Number 

        function getForeOleColor() / function setForeOleColor(value)
        
        Gets and sets the ole color of the foreground. Not applies to Image control.
      • getBackOleColor/setBackOleColor : Number 

        function getBackOleColor() / function setBackOleColor(value)
        
        Gets and sets the ole color of the background.
      • isVisible/setVisible : boolean 

        function isVisible() / function setVisible(value)
        
        Indicates whether this control is visible.
      • getShadow/setShadow : boolean 

        function getShadow() / function setShadow(value)
        
        Indicates whether to show a shadow.
      • getLinkedCell/setLinkedCell : String 

        function getLinkedCell() / function setLinkedCell(value)
        
        Gets and sets the linked cell.
      • getListFillRange/setListFillRange : String 

        function getListFillRange() / function setListFillRange(value)
        
        Gets and sets the list fill range.
    • Method Detail

      • getRelationshipData

        function getRelationshipData(relId)
        Gets the related data.
        Parameters:
        relId: String - The relationship id.
        Returns:
        Returns the related data.