public class ImageActiveXControl extends ActiveXControl
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderOleColor()
Gets the ole color of the background.
|
int |
getBorderStyle()
Gets the type of border used by the control.
|
byte[] |
getPicture()
Gets the data of the picture.
|
int |
getPictureAlignment()
Gets the alignment of the picture inside the Form or Image.
|
int |
getPictureSizeMode()
Gets how to display the picture.
|
int |
getSpecialEffect()
Gets the special effect of the control.
|
int |
getType()
Gets the type of the ActiveX control.
|
boolean |
isAutoSize()
Indicates whether the control will automatically resize to display its entire contents.
|
boolean |
isTiled()
Indicates whether the picture is tiled across the background.
|
void |
setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.
|
void |
setBorderOleColor(int value)
Sets the ole color of the background.
|
void |
setBorderStyle(int value)
Sets the type of border used by the control.
|
void |
setPicture(byte[] value)
Sets the data of the picture.
|
void |
setPictureAlignment(int value)
Sets the alignment of the picture inside the Form or Image.
|
void |
setPictureSizeMode(int value)
Sets how to display the picture.
|
void |
setSpecialEffect(int value)
Sets the special effect of the control.
|
void |
setTiled(boolean value)
Indicates whether the picture is tiled across the background.
|
getData, getFont, getIMEMode, getTextAlign, isEnabled, isLocked, isTransparent, setEnabled, setIMEMode, setLocked, setTextAlign, setTransparentgetBackOleColor, getForeOleColor, getHeight, getLinkedCell, getListFillRange, getMouseIcon, getMousePointer, getShadow, getWidth, getWorkbook, isVisible, setBackOleColor, setForeOleColor, setHeight, setLinkedCell, setListFillRange, setMouseIcon, setMousePointer, setShadow, setVisible, setWidthpublic int getType()
See ControlType.
getType in class ActiveXControlBasepublic boolean isAutoSize()
isAutoSize in class ActiveXControlpublic void setAutoSize(boolean value)
setAutoSize in class ActiveXControlpublic int getBorderOleColor()
public void setBorderOleColor(int value)
public int getBorderStyle()
See ControlBorderType.
public void setBorderStyle(int value)
See ControlBorderType.
public int getPictureSizeMode()
public void setPictureSizeMode(int value)
public int getSpecialEffect()
public void setSpecialEffect(int value)
public byte[] getPicture()
public void setPicture(byte[] value)
public int getPictureAlignment()
public void setPictureAlignment(int value)
public boolean isTiled()
public void setTiled(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.