Overload | Description |
---|---|
AddImageResource(Stream) | Adds an image-resource to the worksheet. |
AddImageResource(OpenXmlDocumentElement,VintasoftImage,EncoderBase,IActionProgressController) | Adds an image-resource to the root of specified element. |
AddImageResource(VintasoftImage,EncoderBase,IActionProgressController) | Adds an image-resource to the body of DOCX document. |
AddImageResource(VintasoftImage,EncoderBase) | Adds an image-resource to the worksheet. |
AddImageResource(VintasoftImage,IActionProgressController) | Adds an image-resource to the worksheet. |
AddImageResource(VintasoftImage) | Adds an image-resource to the worksheet. |
AddImageResource(OpenXmlDocumentElement,Stream,IActionProgressController) | Adds an image-resource to the root of specified element. |
AddImageResource(Stream,IActionProgressController) | Adds an image resource to the body of DOCX document. |