Class XlsBitmapShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsBitmapShape : XlsShape, ICloneParent, INamedObject, IDisposable, IPictureShape, IShape, IExcelApplication
- Inheritance
-
XlsBitmapShape
- Implements
- Derived
- Inherited Members
Properties
BlipId
[CLSCompliant(false)]
public uint BlipId { get; }
Property Value
ColorFrom
public Color ColorFrom { get; set; }
Property Value
ColorTo
public Color ColorTo { get; set; }
Property Value
CropBottomOffset
public int CropBottomOffset { get; set; }
Property Value
CropLeftOffset
public int CropLeftOffset { get; set; }
Property Value
CropRightOffset
public int CropRightOffset { get; set; }
Property Value
CropTopOffset
public int CropTopOffset { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
IsCamera
public bool IsCamera { get; set; }
Property Value
IsDDE
public bool IsDDE { get; set; }
Property Value
Macro
public string Macro { get; set; }
Property Value
Picture
public SKBitmap Picture { get; set; }
Property Value
- SKBitmap
RefRange
public string RefRange { get; set; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Methods
Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)
public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollection)
Parameters
parent
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollection
bool
Returns
Compress(int)
Compress the Picture quality for reduce file size
public void Compress(int quality)
Parameters
quality
intpicture quality.Range is 0~100
Dispose()
public void Dispose()
GetHyperLink()
public HyperLink GetHyperLink()
Returns
Remove(bool)
public void Remove(bool removeImage)
Parameters
removeImage
bool
SetHyperLink(string, bool)
public void SetHyperLink(string linkString, bool isExternal)