C# 클래스 OfficeOpenXml.Drawing.ExcelPicture

An image object
상속: ExcelDrawing
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddNewPicture void
DeleteMe void
ExcelPicture System
ExcelPicture System
ExcelPicture System
ExcelPicture System
ExcelPicture System
GetContentType string
PicStartXml string
SavePicture string
SetPosDefaults void

공개 메소드들

메소드 설명
SetSize ( int Percent ) : void

Set the size of the image in percent from the orginal size Note that resizing columns / rows after using this function will effect the size of the picture

비공개 메소드들

메소드 설명
AddNewPicture ( byte img, string relID ) : void
DeleteMe ( ) : void
ExcelPicture ( OfficeOpenXml.Drawing.ExcelDrawings drawings, XmlNode node ) : System
ExcelPicture ( OfficeOpenXml.Drawing.ExcelDrawings drawings, XmlNode node, FileInfo imageFile ) : System
ExcelPicture ( OfficeOpenXml.Drawing.ExcelDrawings drawings, XmlNode node, FileInfo imageFile, Uri hyperlink ) : System
ExcelPicture ( OfficeOpenXml.Drawing.ExcelDrawings drawings, XmlNode node, Image image ) : System
ExcelPicture ( OfficeOpenXml.Drawing.ExcelDrawings drawings, XmlNode node, Image image, Uri hyperlink ) : System
GetContentType ( string extension ) : string
PicStartXml ( ) : string
SavePicture ( Image image ) : string
SetPosDefaults ( Image image ) : void

메소드 상세

SetSize() 공개 메소드

Set the size of the image in percent from the orginal size Note that resizing columns / rows after using this function will effect the size of the picture
public SetSize ( int Percent ) : void
Percent int Percent
리턴 void