Skip to content

Commit e703b28

Browse files
committed
Aspose.Slides for Java 25.7 API references (upd)
1 parent 2d1fa0c commit e703b28

File tree

6 files changed

+146
-146
lines changed

6 files changed

+146
-146
lines changed

content/java/english/com.aspose.slides/ishapecollection/_index.md

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ Creates a SmartArt diagram and adds it to the end of the shape collection.
167167
**Parameters:**
168168
| Parameter | Type | Description |
169169
| --- | --- | --- |
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. |
174174
| layoutType | int | The SmartArt layout type. |
175175
176176
**Returns:**
@@ -946,10 +946,10 @@ Creates a new auto shape with default formatting and adds it to the end of the s
946946
| Parameter | Type | Description |
947947
| --- | --- | --- |
948948
| 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. |
953953
954954
**Returns:**
955955
[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
965965
| Parameter | Type | Description |
966966
| --- | --- | --- |
967967
| 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. |
972972
| 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. |
973973
974974
**Returns:**
@@ -984,10 +984,10 @@ Creates a new rectangle auto shape to host mathematical content and adds it to t
984984
**Parameters:**
985985
| Parameter | Type | Description |
986986
| --- | --- | --- |
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. |
991991
992992
**Returns:**
993993
[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
10041004
| --- | --- | --- |
10051005
| index | int | The zero-based index at which to insert the new auto shape. |
10061006
| 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. |
10111011
10121012
**Returns:**
10131013
[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
10241024
| --- | --- | --- |
10251025
| index | int | The zero-based index at which to insert the auto shape. |
10261026
| 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. |
10311031
| 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. |
10321032
10331033
**Returns:**
@@ -1038,7 +1038,7 @@ public abstract IGroupShape addGroupShape()
10381038
```
10391039
10401040
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.
10421042
10431043
**Returns:**
10441044
[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
10541054
| Parameter | Type | Description |
10551055
| --- | --- | --- |
10561056
| 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. |
10611061
10621062
**Returns:**
10631063
[IGroupShape](../../com.aspose.slides/igroupshape) - The newly created [IGroupShape](../../com.aspose.slides/igroupshape).
@@ -1067,7 +1067,7 @@ public abstract IGroupShape insertGroupShape(int index)
10671067
```
10681068
10691069
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.
10711071
10721072
**Parameters:**
10731073
| Parameter | Type | Description |
@@ -1088,10 +1088,10 @@ Creates a new connector shape with default template styling and adds it to the e
10881088
| Parameter | Type | Description |
10891089
| --- | --- | --- |
10901090
| 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. |
10951095
10961096
**Returns:**
10971097
[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
11071107
| Parameter | Type | Description |
11081108
| --- | --- | --- |
11091109
| 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. |
11141114
| createFromTemplate | boolean | True to apply default template styling (non-empty name, simple style); false to create the connector with default property values. |
11151115
11161116
**Returns:**
@@ -1128,10 +1128,10 @@ Creates a new connector shape and inserts it into the shape collection at the sp
11281128
| --- | --- | --- |
11291129
| index | int | The zero-based index at which to insert the connector shape. |
11301130
| 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. |
11351135
11361136
**Returns:**
11371137
[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
11481148
| --- | --- | --- |
11491149
| index | int | The zero-based index at which to insert the connector shape. |
11501150
| 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. |
11551155
| createFromTemplate | boolean | True to apply default template styling (non-empty name, simple style); false to create the connector with default property values. |
11561156
11571157
**Returns:**
@@ -1250,8 +1250,8 @@ Creates a new table and adds it to the end of the shape collection.
12501250
| --- | --- | --- |
12511251
| x | float | The x-coordinate of the table, in points. |
12521252
| 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. |
12551255
12561256
**Returns:**
12571257
[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
12691269
| index | int | The zero-based index at which to insert the table. |
12701270
| x | float | The x-coordinate of the table, in points. |
12711271
| 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. |
12741274
12751275
**Returns:**
12761276
[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
13201320
| Parameter | Type | Description |
13211321
| --- | --- | --- |
13221322
| 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. |
13271327
13281328
**Returns:**
13291329
[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
13391339
| Parameter | Type | Description |
13401340
| --- | --- | --- |
13411341
| 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. |
13441344
13451345
**Returns:**
13461346
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
@@ -1350,7 +1350,7 @@ public abstract IShape addClone(IShape sourceShape)
13501350
```
13511351
13521352
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.
13541354
13551355
**Parameters:**
13561356
| Parameter | Type | Description |
@@ -1372,10 +1372,10 @@ Creates a copy of the specified shape and inserts it into the shape collection a
13721372
| --- | --- | --- |
13731373
| index | int | The zero-based index at which to insert the cloned shape. |
13741374
| 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. |
13791379
13801380
**Returns:**
13811381
[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
13921392
| --- | --- | --- |
13931393
| index | int | The zero-based index at which to insert the cloned shape. |
13941394
| 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. |
13971397
13981398
**Returns:**
13991399
[IShape](../../com.aspose.slides/ishape) - The newly created [IShape](../../com.aspose.slides/ishape).
@@ -1403,7 +1403,7 @@ public abstract IShape insertClone(int index, IShape sourceShape)
14031403
```
14041404
14051405
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\\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.
14071407
14081408
**Parameters:**
14091409
| Parameter | Type | Description |

content/java/english/com.aspose.slides/islidesize/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Gets or sets the slide orientation.
5757

5858
--------------------
5959

60-
Changing this value swaps the slide\\u2019s width and height.
60+
Changing this value swaps the slide's width and height.
6161

6262
**Returns:**
6363
int
@@ -71,7 +71,7 @@ Gets or sets the slide orientation.
7171

7272
--------------------
7373

74-
Changing this value swaps the slide\\u2019s width and height.
74+
Changing this value swaps the slide's width and height.
7575

7676
**Parameters:**
7777
| Parameter | Type | Description |

0 commit comments

Comments
 (0)