Skip to content

Commit 232a8d3

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 2f31d6d commit 232a8d3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/main/java/com/aspose/words/cloud/model/PdfSaveOptionsData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ public PdfSaveOptionsData displayDocTitle(Boolean displayDocTitle) {
247247
}
248248

249249
/**
250-
* Gets or sets a value indicating whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary.
250+
* Gets or sets a value indicating whether the windows title bar should display the document title taken from the Title entry of the document information dictionary.
251251
* @return displayDocTitle
252252
**/
253-
@ApiModelProperty(value = "Gets or sets a value indicating whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary.")
253+
@ApiModelProperty(value = "Gets or sets a value indicating whether the windows title bar should display the document title taken from the Title entry of the document information dictionary.")
254254
public Boolean getDisplayDocTitle() {
255255
return displayDocTitle;
256256
}

src/main/java/com/aspose/words/cloud/model/requests/InsertWatermarkImageOnlineRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class InsertWatermarkImageOnlineRequest implements RequestIfc {
8282
private Double rotationAngle;
8383

8484
/*
85-
* The filename of the image. If the parameter value is missing — the image data is expected in the request content.
85+
* The filename of the image. If the parameter value is missing — the image data is expected in the request content.
8686
*/
8787
private String image;
8888

@@ -97,7 +97,7 @@ public class InsertWatermarkImageOnlineRequest implements RequestIfc {
9797
* @param String revisionAuthor Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.
9898
* @param String revisionDateTime The date and time to use for revisions.
9999
* @param Double rotationAngle The rotation angle of the watermark.
100-
* @param String image The filename of the image. If the parameter value is missing — the image data is expected in the request content.
100+
* @param String image The filename of the image. If the parameter value is missing — the image data is expected in the request content.
101101
*/
102102
public InsertWatermarkImageOnlineRequest(byte[] document, byte[] imageFile, String loadEncoding, String password, String destFileName, String revisionAuthor, String revisionDateTime, Double rotationAngle, String image) {
103103
this.document = document;
@@ -224,14 +224,14 @@ public void setRotationAngle(Double value) {
224224
}
225225

226226
/*
227-
* Gets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
227+
* Gets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
228228
*/
229229
public String getImage() {
230230
return this.image;
231231
}
232232

233233
/*
234-
* Sets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
234+
* Sets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
235235
*/
236236
public void setImage(String value) {
237237
this.image = value;

src/main/java/com/aspose/words/cloud/model/requests/InsertWatermarkImageRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class InsertWatermarkImageRequest implements RequestIfc {
9292
private Double rotationAngle;
9393

9494
/*
95-
* The filename of the image. If the parameter value is missing — the image data is expected in the request content.
95+
* The filename of the image. If the parameter value is missing — the image data is expected in the request content.
9696
*/
9797
private String image;
9898

@@ -109,7 +109,7 @@ public class InsertWatermarkImageRequest implements RequestIfc {
109109
* @param String revisionAuthor Initials of the author to use for revisions.If you set this parameter and then make some changes to the document programmatically, save the document and later open the document in MS Word you will see these changes as revisions.
110110
* @param String revisionDateTime The date and time to use for revisions.
111111
* @param Double rotationAngle The rotation angle of the watermark.
112-
* @param String image The filename of the image. If the parameter value is missing — the image data is expected in the request content.
112+
* @param String image The filename of the image. If the parameter value is missing — the image data is expected in the request content.
113113
*/
114114
public InsertWatermarkImageRequest(String name, byte[] imageFile, String folder, String storage, String loadEncoding, String password, String destFileName, String revisionAuthor, String revisionDateTime, Double rotationAngle, String image) {
115115
this.name = name;
@@ -266,14 +266,14 @@ public void setRotationAngle(Double value) {
266266
}
267267

268268
/*
269-
* Gets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
269+
* Gets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
270270
*/
271271
public String getImage() {
272272
return this.image;
273273
}
274274

275275
/*
276-
* Sets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
276+
* Sets The filename of the image. If the parameter value is missing — the image data is expected in the request content.
277277
*/
278278
public void setImage(String value) {
279279
this.image = value;

src/test/java/com/aspose/words/cloud/TestUrlEncode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected void setUp() throws Exception {
5858
@Test
5959
public void testUrlEncode() throws ApiException, MessagingException, IOException {
6060
String fileName = "test_multi_pages.docx";
61-
String remoteName = "[“Test_Two,_Inc.”]-_83(b)Election([“Bill_Gates”]).docx";
61+
String remoteName = "[“Test_Two,_Inc.”]-_83(b)Election([“Bill_Gates”]).docx";
6262
String bookmarkName = "aspose";
6363

6464
TestInitializer.UploadFile(PathUtil.get(TestInitializer.LocalCommonFolder, fileName), PathUtil.get(TestInitializer.RemoteTestFolder, testFolder, remoteName).replace("\\", "/"));

0 commit comments

Comments
 (0)