1

How do I set the border-weight of an InlineImage in app script? The reference pages only show how to change the border width for a cell in table,

Lee Taylor
  • 7,761
  • 16
  • 33
  • 49
A. N.
  • 11
  • 1

1 Answers1

2

TLDR

You can't for now. There's a feature request for it here and relevant question

Full Explanation

Refer to documentation for InlineImage. By right, you can use the setAttributes(object) function to set various style attributes. However, looking at the available application attributes for images, BORDER_WIDTH applies to tables and not images.

Lee Taylor
  • 7,761
  • 16
  • 33
  • 49
jloh
  • 291
  • 2
  • 8