I'm creating a Word addin using Office-JS and I would like to draw on my word document using the Word API. According to my research, the closest thing would be Shape objects but it seems that this is not yet implemented in the Word API 1.3. So I'm looking for information to know if there is an alternative ?
This is the result I am looking for:

Thank you in advance !