Property | Type | Description | |
---|---|---|---|
CenteredText | string | ||
LeftAlignedText | string | ||
RightAlignedText | string |
Method | Description | |
---|---|---|
InsertPicture ( |
Inserts a picture at the end of the text in the header or footer
|
|
InsertPicture ( Image Picture, PictureAlignment Alignment ) : OfficeOpenXml.Drawing.Vml.ExcelVmlDrawingPicture |
Inserts a picture at the end of the text in the header or footer
|
Method | Description | |
---|---|---|
AddImage ( Image Picture, string id, |
||
ExcelHeaderFooterText ( |
||
SetText ( string code, string text ) : void | ||
ValidateImage ( PictureAlignment Alignment ) : string |
public InsertPicture ( |
||
PictureFile | The image object containing the Picture | |
Alignment | PictureAlignment | Alignment. The image object will be inserted at the end of the Text. |
return | OfficeOpenXml.Drawing.Vml.ExcelVmlDrawingPicture |
public InsertPicture ( Image Picture, PictureAlignment Alignment ) : OfficeOpenXml.Drawing.Vml.ExcelVmlDrawingPicture | ||
Picture | Image | The image object containing the Picture |
Alignment | PictureAlignment | Alignment. The image object will be inserted at the end of the Text. |
return | OfficeOpenXml.Drawing.Vml.ExcelVmlDrawingPicture |