How To Make Wind Using Google Drawings
3 Answers 3
It's not possible to practice anything related to Google Drawings, embedded on files or not, up until today. The closest thing yous have is ability to insert images (via urls), which you can do on spreadsheets and UIs.
You tin e'er ask for this enhancement at the Apps Script issue tracker: http://code.google.com/p/google-apps-script-issues/bug/listing
answered January 26, 2012 at two:22
1
answered Apr four, 2012 at 18:11
Don KirkbyDon Kirkby
46.7k 25 gold badges 187 silver badges 270 bronze badges
3
modifying seldom includes a deletion too...
var drawingRange = torso.findElement(DocumentApp.ElementType.INLINE_DRAWING); while (drawingRange != null) { var element = drawingRange.getElement(); var drawingElement = chemical element.asInlineDrawing(); drawingElement.removeFromParent(); drawingRange = torso.findElement(DocumentApp.ElementType.INLINE_DRAWING); } answered April 18, 2016 at nine:57
user3436029user3436029
45 1 aureate badge 1 silvery badge 11 bronze badges
Not the reply you're looking for? Browse other questions tagged drawing google-apps-script or enquire your own question.
Source: https://stackoverflow.com/questions/8996422/modifying-a-drawing-using-google-apps-script
Posted by: vanwinklewitildrosen.blogspot.com

When you say copy information technology inside a Doc you hateful manually os is it possible to do it with the API? I need to embed a drawing (and link it to the original slide) to a Doc and I am able to modify it with the Slides API but I don't see a mode to add together it to do it in a programatic way
Oct nine, 2019 at 15:xviii
I meant to re-create it manually, @joseprupi. I don't know if there's any way to practice it through the API.
Oct 9, 2019 at 17:26
Thanks, @Don Kirby. I posted a separate question nearly this, see here, and from Tanaike's comment it seems is not possible yet.
October 10, 2019 at 12:42