@@ -9820,10 +9820,21 @@ Defines the thickness or width of the shape stroke.
98209820
98219821Specifies the type of the Shape using any of the built-in shape type.
98229822
9823- * "rectangle": this is the default option
9824- * "circle": a circle/ellipse
9825- * "image": an image
9826- * "text": some text
9823+ * `rectangle`: this is the default option
9824+ * `circle`: a circle/ellipse
9825+ * `image`: an image
9826+ * `text`: some text
9827+ 
9828+ Or common workflow shapes as: 
9829+ 
9830+ * `Terminator`: Start and end points of the workflow.
9831+ * `Process`: Standard processing steps or actions.
9832+ * `Decision`: Decision points with Yes/No or True/False branches.
9833+ * `Document`: Document creation or data output.
9834+ * `PredefinedProcess`: Subroutines or predefined operations.
9835+ * `Database`:Database operations or data storage.
9836+ * `Delay`:Wait periods or time-based operations.
9837+ * `ManualOperation`:Manual tasks requiring human intervention.
98279838
98289839#### Example - making all Diagram shapes circles by default
98299840
@@ -12595,9 +12606,21 @@ Defines the thickness or width of the shape stroke.
1259512606
1259612607Specifies the type of the Shape using any of the built-in shape type.
1259712608
12598- * "rectangle" - The default option
12599- * "circle" - A circle/ellipse
12600- * "image" - An image
12609+ * `rectangle`: this is the default option
12610+ * `circle`: a circle/ellipse
12611+ * `image`: an image
12612+ * `text`: some text
12613+ 
12614+ Or common workflow shapes as: 
12615+ 
12616+ * `Terminator`: Start and end points of the workflow.
12617+ * `Process`: Standard processing steps or actions.
12618+ * `Decision`: Decision points with Yes/No or True/False branches.
12619+ * `Document`: Document creation or data output.
12620+ * `PredefinedProcess`: Subroutines or predefined operations.
12621+ * `Database`:Database operations or data storage.
12622+ * `Delay`:Wait periods or time-based operations.
12623+ * `ManualOperation`:Manual tasks requiring human intervention.
1260112624
1260212625#### Example - customizing shape types
1260312626
0 commit comments