You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/java/english/com.aspose.slides/ishapecollection/_index.md
+64-64Lines changed: 64 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,10 +167,10 @@ Creates a SmartArt diagram and adds it to the end of the shape collection.
167
167
**Parameters:**
168
168
| Parameter | Type | Description |
169
169
| --- | --- | --- |
170
-
| x | float | The x-coordinate of the diagram\\u2019s frame, in points. |
171
-
| y | float | The y-coordinate of the diagram\\u2019s frame, in points. |
172
-
| width | float | The width of the diagram\\u2019s frame, in points. |
173
-
| height | float | The height of the diagram\\u2019s frame, in points. |
170
+
| x | float | The x-coordinate of the diagram's frame, in points. |
171
+
| y | float | The y-coordinate of the diagram's frame, in points. |
172
+
| width | float | The width of the diagram's frame, in points. |
173
+
| height | float | The height of the diagram's frame, in points. |
174
174
| layoutType | int | The SmartArt layout type. |
175
175
176
176
**Returns:**
@@ -946,10 +946,10 @@ Creates a new auto shape with default formatting and adds it to the end of the s
946
946
| Parameter | Type | Description |
947
947
| --- | --- | --- |
948
948
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the auto shape to add. |
949
-
| x | float | The x-coordinate of the shape\\u2019s frame, in points. |
950
-
| y | float | The y-coordinate of the shape\\u2019s frame, in points. |
951
-
| width | float | The width of the shape\\u2019s frame, in points. |
952
-
| height | float | The height of the shape\\u2019s frame, in points. |
949
+
| x | float | The x-coordinate of the shape's frame, in points. |
950
+
| y | float | The y-coordinate of the shape's frame, in points. |
951
+
| width | float | The width of the shape's frame, in points. |
952
+
| height | float | The height of the shape's frame, in points. |
953
953
954
954
**Returns:**
955
955
[IAutoShape](../../com.aspose.slides/iautoshape) - The newly created [IAutoShape](../../com.aspose.slides/iautoshape).
@@ -965,10 +965,10 @@ Creates a new auto shape and adds it to the end of the shape collection, optiona
965
965
| Parameter | Type | Description |
966
966
| --- | --- | --- |
967
967
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the auto shape to add. |
968
-
| x | float | The x-coordinate of the shape\\u2019s frame, in points. |
969
-
| y | float | The y-coordinate of the shape\\u2019s frame, in points. |
970
-
| width | float | The width of the shape\\u2019s frame, in points. |
971
-
| height | float | The height of the shape\\u2019s frame, in points. |
968
+
| x | float | The x-coordinate of the shape's frame, in points. |
969
+
| y | float | The y-coordinate of the shape's frame, in points. |
970
+
| width | float | The width of the shape's frame, in points. |
971
+
| height | float | The height of the shape's frame, in points. |
972
972
| createFromTemplate | boolean | True to apply default template styling (simple style, centered text, and non-empty name) to the new shape; false to create the shape with all properties set to their default values. |
973
973
974
974
**Returns:**
@@ -984,10 +984,10 @@ Creates a new rectangle auto shape to host mathematical content and adds it to t
984
984
**Parameters:**
985
985
| Parameter | Type | Description |
986
986
| --- | --- | --- |
987
-
| x | float | The x-coordinate of the shape\\u2019s frame, in points. |
988
-
| y | float | The y-coordinate of the shape\\u2019s frame, in points. |
989
-
| width | float | The width of the shape\\u2019s frame, in points. |
990
-
| height | float | The height of the shape\\u2019s frame, in points. |
987
+
| x | float | The x-coordinate of the shape's frame, in points. |
988
+
| y | float | The y-coordinate of the shape's frame, in points. |
989
+
| width | float | The width of the shape's frame, in points. |
990
+
| height | float | The height of the shape's frame, in points. |
991
991
992
992
**Returns:**
993
993
[IAutoShape](../../com.aspose.slides/iautoshape) - The newly created [IAutoShape](../../com.aspose.slides/iautoshape).
@@ -1004,10 +1004,10 @@ Creates a new auto shape and inserts it into the shape collection at the specifi
1004
1004
| --- | --- | --- |
1005
1005
| index | int | The zero-based index at which to insert the new auto shape. |
1006
1006
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the auto shape to insert. |
1007
-
| x | float | The x-coordinate of the shape\\u2019s frame, in points. |
1008
-
| y | float | The y-coordinate of the shape\\u2019s frame, in points. |
1009
-
| width | float | The width of the shape\\u2019s frame, in points. |
1010
-
| height | float | The height of the shape\\u2019s frame, in points. |
1007
+
| x | float | The x-coordinate of the shape's frame, in points. |
1008
+
| y | float | The y-coordinate of the shape's frame, in points. |
1009
+
| width | float | The width of the shape's frame, in points. |
1010
+
| height | float | The height of the shape's frame, in points. |
1011
1011
1012
1012
**Returns:**
1013
1013
[IAutoShape](../../com.aspose.slides/iautoshape) - The newly created [IAutoShape](../../com.aspose.slides/iautoshape).
@@ -1024,10 +1024,10 @@ Creates a new auto shape and inserts it into the shape collection at the specifi
1024
1024
| --- | --- | --- |
1025
1025
| index | int | The zero-based index at which to insert the auto shape. |
1026
1026
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the auto shape to insert. |
1027
-
| x | float | The x-coordinate of the shape\\u2019s frame, in points. |
1028
-
| y | float | The y-coordinate of the shape\\u2019s frame, in points. |
1029
-
| width | float | The width of the shape\\u2019s frame, in points. |
1030
-
| height | float | The height of the shape\\u2019s frame, in points. |
1027
+
| x | float | The x-coordinate of the shape's frame, in points. |
1028
+
| y | float | The y-coordinate of the shape's frame, in points. |
1029
+
| width | float | The width of the shape's frame, in points. |
1030
+
| height | float | The height of the shape's frame, in points. |
1031
1031
| createFromTemplate | boolean | True to apply default template styling (including a non-empty name, simple style, and centered text); false to create the shape with all properties set to their defaults. |
1032
1032
1033
1033
**Returns:**
@@ -1038,7 +1038,7 @@ public abstract IGroupShape addGroupShape()
1038
1038
```
1039
1039
1040
1040
1041
-
Creates a new empty group shape and adds it to the end of the shape collection. The group\\u2019s frame will automatically adjust to fit any shapes added to it.
1041
+
Creates a new empty group shape and adds it to the end of the shape collection. The group's frame will automatically adjust to fit any shapes added to it.
1042
1042
1043
1043
**Returns:**
1044
1044
[IGroupShape](../../com.aspose.slides/igroupshape) - The newly created [IGroupShape](../../com.aspose.slides/igroupshape).
@@ -1054,10 +1054,10 @@ Creates a new group shape, converts the specified SVG image into individual shap
1054
1054
| Parameter | Type | Description |
1055
1055
| --- | --- | --- |
1056
1056
| svgImage | [ISvgImage](../../com.aspose.slides/isvgimage) | The [ISvgImage](../../com.aspose.slides/isvgimage) containing vector content to convert into shapes. |
1057
-
| x | float | The x-coordinate of the group\\u2019s frame, in points. |
1058
-
| y | float | The y-coordinate of the group\\u2019s frame, in points. |
1059
-
| width | float | The width of the group\\u2019s frame, in points. |
1060
-
| height | float | The height of the group\\u2019s frame, in points. |
1057
+
| x | float | The x-coordinate of the group's frame, in points. |
1058
+
| y | float | The y-coordinate of the group's frame, in points. |
1059
+
| width | float | The width of the group's frame, in points. |
1060
+
| height | float | The height of the group's frame, in points. |
1061
1061
1062
1062
**Returns:**
1063
1063
[IGroupShape](../../com.aspose.slides/igroupshape) - The newly created [IGroupShape](../../com.aspose.slides/igroupshape).
@@ -1067,7 +1067,7 @@ public abstract IGroupShape insertGroupShape(int index)
1067
1067
```
1068
1068
1069
1069
1070
-
Creates a new empty group shape and inserts it to the shape collection at the specified index. The group\\u2019s frame will automatically adjust to fit any shapes added to it.
1070
+
Creates a new empty group shape and inserts it to the shape collection at the specified index. The group's frame will automatically adjust to fit any shapes added to it.
1071
1071
1072
1072
**Parameters:**
1073
1073
| Parameter | Type | Description |
@@ -1088,10 +1088,10 @@ Creates a new connector shape with default template styling and adds it to the e
1088
1088
| Parameter | Type | Description |
1089
1089
| --- | --- | --- |
1090
1090
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the connector shape to add. |
1091
-
| x | float | The x-coordinate of the connector\\u2019s frame, in points. |
1092
-
| y | float | The y-coordinate of the connector\\u2019s frame, in points. |
1093
-
| width | float | The width of the connector\\u2019s frame, in points. |
1094
-
| height | float | The height of the connector\\u2019s frame, in points. |
1091
+
| x | float | The x-coordinate of the connector's frame, in points. |
1092
+
| y | float | The y-coordinate of the connector's frame, in points. |
1093
+
| width | float | The width of the connector's frame, in points. |
1094
+
| height | float | The height of the connector's frame, in points. |
1095
1095
1096
1096
**Returns:**
1097
1097
[IConnector](../../com.aspose.slides/iconnector) - The newly created [IConnector](../../com.aspose.slides/iconnector).
@@ -1107,10 +1107,10 @@ Creates a new connector shape and adds it to the end of the shape collection, op
1107
1107
| Parameter | Type | Description |
1108
1108
| --- | --- | --- |
1109
1109
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the connector shape to create. |
1110
-
| x | float | The x-coordinate of the connector\\u2019s frame, in points. |
1111
-
| y | float | The y-coordinate of the connector\\u2019s frame, in points. |
1112
-
| width | float | The width of the connector\\u2019s frame, in points. |
1113
-
| height | float | The height of the connector\\u2019s frame, in points. |
1110
+
| x | float | The x-coordinate of the connector's frame, in points. |
1111
+
| y | float | The y-coordinate of the connector's frame, in points. |
1112
+
| width | float | The width of the connector's frame, in points. |
1113
+
| height | float | The height of the connector's frame, in points. |
1114
1114
| createFromTemplate | boolean | True to apply default template styling (non-empty name, simple style); false to create the connector with default property values. |
1115
1115
1116
1116
**Returns:**
@@ -1128,10 +1128,10 @@ Creates a new connector shape and inserts it into the shape collection at the sp
1128
1128
| --- | --- | --- |
1129
1129
| index | int | The zero-based index at which to insert the connector shape. |
1130
1130
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the connector shape to insert. |
1131
-
| x | float | The x-coordinate of the connector\\u2019s frame, in points. |
1132
-
| y | float | The y-coordinate of the connector\\u2019s frame, in points. |
1133
-
| width | float | The width of the connector\\u2019s frame, in points. |
1134
-
| height | float | The height of the connector\\u2019s frame, in points. |
1131
+
| x | float | The x-coordinate of the connector's frame, in points. |
1132
+
| y | float | The y-coordinate of the connector's frame, in points. |
1133
+
| width | float | The width of the connector's frame, in points. |
1134
+
| height | float | The height of the connector's frame, in points. |
1135
1135
1136
1136
**Returns:**
1137
1137
[IConnector](../../com.aspose.slides/iconnector) - The newly created [IConnector](../../com.aspose.slides/iconnector).
@@ -1148,10 +1148,10 @@ Creates a new connector shape and inserts it into the shape collection at the sp
1148
1148
| --- | --- | --- |
1149
1149
| index | int | The zero-based index at which to insert the connector shape. |
1150
1150
| shapeType | int | The [ShapeType](../../com.aspose.slides/shapetype) of the connector shape to insert. |
1151
-
| x | float | The x-coordinate of the connector\\u2019s frame, in points. |
1152
-
| y | float | The y-coordinate of the connector\\u2019s frame, in points. |
1153
-
| width | float | The width of the connector\\u2019s frame, in points. |
1154
-
| height | float | The height of the connector\\u2019s frame, in points. |
1151
+
| x | float | The x-coordinate of the connector's frame, in points. |
1152
+
| y | float | The y-coordinate of the connector's frame, in points. |
1153
+
| width | float | The width of the connector's frame, in points. |
1154
+
| height | float | The height of the connector's frame, in points. |
1155
1155
| createFromTemplate | boolean | True to apply default template styling (non-empty name, simple style); false to create the connector with default property values. |
1156
1156
1157
1157
**Returns:**
@@ -1250,8 +1250,8 @@ Creates a new table and adds it to the end of the shape collection.
1250
1250
| --- | --- | --- |
1251
1251
| x | float | The x-coordinate of the table, in points. |
1252
1252
| y | float | The y-coordinate of the table, in points. |
1253
-
| columnWidths | double[] | An array of doubles representing the widths of the table\\u2019s columns, in points. |
1254
-
| rowHeights | double[] | An array of doubles representing the heights of the table\\u2019s rows, in points. |
1253
+
| columnWidths | double[] | An array of doubles representing the widths of the table's columns, in points. |
1254
+
| rowHeights | double[] | An array of doubles representing the heights of the table's rows, in points. |
1255
1255
1256
1256
**Returns:**
1257
1257
[ITable](../../com.aspose.slides/itable) - The newly created [ITable](../../com.aspose.slides/itable).
@@ -1269,8 +1269,8 @@ Creates a new table and inserts it into the shape collection at the specified in
1269
1269
| index | int | The zero-based index at which to insert the table. |
1270
1270
| x | float | The x-coordinate of the table, in points. |
1271
1271
| y | float | The y-coordinate of the table, in points. |
1272
-
| columnWidths | double[] | An array of doubles representing the widths of the table\\u2019s columns, in points. |
1273
-
| rowHeights | double[] | An array of doubles representing the heights of the table\\u2019s rows, in points. |
1272
+
| columnWidths | double[] | An array of doubles representing the widths of the table's columns, in points. |
1273
+
| rowHeights | double[] | An array of doubles representing the heights of the table's rows, in points. |
1274
1274
1275
1275
**Returns:**
1276
1276
[ITable](../../com.aspose.slides/itable) - The newly created [ITable](../../com.aspose.slides/itable).
@@ -1320,10 +1320,10 @@ Creates a copy of the specified shape and adds it to the end of the shape collec
1320
1320
| Parameter | Type | Description |
1321
1321
| --- | --- | --- |
1322
1322
| sourceShape | [IShape](../../com.aspose.slides/ishape) | The shape to clone. |
1323
-
| x | float | The x-coordinate of the cloned shape\\u2019s frame, in points. |
1324
-
| y | float | The y-coordinate of the cloned shape\\u2019s frame, in points. |
1325
-
| width | float | The width of the cloned shape\\u2019s frame, in points. |
1326
-
| height | float | The height of the cloned shape\\u2019s frame, in points. |
1323
+
| x | float | The x-coordinate of the cloned shape's frame, in points. |
1324
+
| y | float | The y-coordinate of the cloned shape's frame, in points. |
1325
+
| width | float | The width of the cloned shape's frame, in points. |
1326
+
| height | float | The height of the cloned shape's frame, in points. |
1327
1327
1328
1328
**Returns:**
1329
1329
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
@@ -1339,8 +1339,8 @@ Creates a copy of the specified shape and adds it to the end of the shape collec
1339
1339
| Parameter | Type | Description |
1340
1340
| --- | --- | --- |
1341
1341
| sourceShape | [IShape](../../com.aspose.slides/ishape) | The [IShape](../../com.aspose.slides/ishape) to clone. |
1342
-
| x | float | The x-coordinate of the cloned shape\\u2019s frame, in points. |
1343
-
| y | float | The y-coordinate of the cloned shape\\u2019s frame, in points. |
1342
+
| x | float | The x-coordinate of the cloned shape's frame, in points. |
1343
+
| y | float | The y-coordinate of the cloned shape's frame, in points. |
1344
1344
1345
1345
**Returns:**
1346
1346
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
@@ -1350,7 +1350,7 @@ public abstract IShape addClone(IShape sourceShape)
1350
1350
```
1351
1351
1352
1352
1353
-
Creates a copy of the specified shape and adds it to the end of the shape collection. The cloned shape retains the original\\u2019s position and size.
1353
+
Creates a copy of the specified shape and adds it to the end of the shape collection. The cloned shape retains the original's position and size.
1354
1354
1355
1355
**Parameters:**
1356
1356
| Parameter | Type | Description |
@@ -1372,10 +1372,10 @@ Creates a copy of the specified shape and inserts it into the shape collection a
1372
1372
| --- | --- | --- |
1373
1373
| index | int | The zero-based index at which to insert the cloned shape. |
1374
1374
| sourceShape | [IShape](../../com.aspose.slides/ishape) | The [IShape](../../com.aspose.slides/ishape) to clone. |
1375
-
| x | float | The x-coordinate of the cloned shape\\u2019s frame, in points. |
1376
-
| y | float | The y-coordinate of the cloned shape\\u2019s frame, in points. |
1377
-
| width | float | The width of the cloned shape\\u2019s frame, in points. |
1378
-
| height | float | The height of the cloned shape\\u2019s frame, in points. |
1375
+
| x | float | The x-coordinate of the cloned shape's frame, in points. |
1376
+
| y | float | The y-coordinate of the cloned shape's frame, in points. |
1377
+
| width | float | The width of the cloned shape's frame, in points. |
1378
+
| height | float | The height of the cloned shape's frame, in points. |
1379
1379
1380
1380
**Returns:**
1381
1381
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
@@ -1392,8 +1392,8 @@ Creates a copy of the specified shape and inserts it into the shape collection a
1392
1392
| --- | --- | --- |
1393
1393
| index | int | The zero-based index at which to insert the cloned shape. |
1394
1394
| sourceShape | [IShape](../../com.aspose.slides/ishape) | The [IShape](../../com.aspose.slides/ishape) to clone. |
1395
-
| x | float | The x-coordinate of the cloned shape\\u2019s frame, in points. |
1396
-
| y | float | The y-coordinate of the cloned shape\\u2019s frame, in points. |
1395
+
| x | float | The x-coordinate of the cloned shape's frame, in points. |
1396
+
| y | float | The y-coordinate of the cloned shape's frame, in points. |
1397
1397
1398
1398
**Returns:**
1399
1399
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
Creates a copy of the specified shape and inserts it into the shape collection at the specified index. The cloned shape retains the original\\u2019s position and size.
1406
+
Creates a copy of the specified shape and inserts it into the shape collection at the specified index. The cloned shape retains the original's position and size.
0 commit comments