Skip to content

Commit 086a93f

Browse files
[Word] (Canvas) Note how to use the UI to add shapes (#1031)
* [Word] (Canvas) Include instruction about how to use the UI to add shapes * Apply suggestion from @AlexJerabek Co-authored-by: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com> --------- Co-authored-by: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com>
1 parent 092b1b5 commit 086a93f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/word/45-shapes/manage-canvases.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ script:
124124
template:
125125
content: |-
126126
<section class="ms-Fabric ms-font-m">
127-
This sample demonstrates how to work with canvases.
127+
This sample demonstrates how to work with canvases. A canvas can be useful for organizing several shapes and connecting them. Diagrams and flowcharts are examples where using a canvas could be appropriate.
128+
<p>To learn how to add shapes to a drawing canvas using the Word UI, see <a href="https://support.microsoft.com/office/348a8390-c32e-43d0-942c-b20ad11dea6f" target="_blank">Add a drawing to a document</a>. Adding shapes to a canvas with the Word APIs is not supported.</p>
128129
</section>
129130
<section class="ms-Fabric samples ms-font-m">
130131
<h3>Try it out</h3>

0 commit comments

Comments
 (0)