Description Usage Arguments Value TODO Examples
This function change the sclaing of an image in a document.
1 2 |
i |
The number of the image inside the document. |
ishp |
A pointer to the inline shape, as e.g. returned by |
width |
The width of the new image in Percent of the word page. |
height |
The height of the new image in Percent of the word page. |
lock.asp |
Locks the ratio of height and width (aspect ratio). |
units |
The number of pixel the image should have |
invisibly returns pointer to new inlineshape object.
add example with wdReplaceTextByImage
1 2 3 4 | file <- system.file("inst/template.docx", package = "R2wdaddons")
wdGet2(file)
wdScaleImage(i = 1, width=70, units="w")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.