Skip to content

Commit 063404c

Browse files
committed
Update GistId for ReleaseNotes
1 parent c4d28b3 commit 063404c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Examples/ApiExamples/Java/src/main/java/Examples/ExHtmlFixedSaveOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package Examples;
1+
package Examples;
22

33
//////////////////////////////////////////////////////////////////////////
44
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -600,7 +600,7 @@ private void testHtmlFixedResourceFolder(ResourceUriPrinter callback)
600600
public void idPrefix() throws Exception
601601
{
602602
//ExStart:IdPrefix
603-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
603+
//GistId:c012c14781944ce4cc5e31f35b08060a
604604
//ExFor:HtmlFixedSaveOptions.IdPrefix
605605
//ExSummary:Shows how to add a prefix that is prepended to all generated element IDs.
606606
Document doc = new Document(getMyDir() + "Id prefix.docx");
@@ -616,7 +616,7 @@ public void idPrefix() throws Exception
616616
public void removeJavaScriptFromLinks() throws Exception
617617
{
618618
//ExStart:RemoveJavaScriptFromLinks
619-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
619+
//GistId:c012c14781944ce4cc5e31f35b08060a
620620
//ExFor:HtmlFixedSaveOptions.RemoveJavaScriptFromLinks
621621
//ExSummary:Shows how to remove JavaScript from the links.
622622
Document doc = new Document(getMyDir() + "JavaScript in HREF.docx");

Examples/ApiExamples/Java/src/main/java/Examples/ExLowCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ public void buildReportDataStream() throws Exception {
768768
}
769769
}
770770

771-
try (FileInputStream streamIn = new FileInputStream(getMyDir() + "Reporting engine template - If greedy.docx")) {
771+
try (FileInputStream streamIn = new FileInputStream(getMyDir() + "Reporting engine template - If greedy (Java).docx")) {
772772
try (FileOutputStream streamOut = new FileOutputStream(getArtifactsDir() + "LowCode.BuildReportDataStream.1.docx")) {
773773
ReportBuilder.buildReport(streamIn, streamOut, SaveFormat.DOCX, obj);
774774
}

Examples/ApiExamples/Java/src/main/java/Examples/ExMarkdownSaveOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package Examples;
1+
package Examples;
22

33
//////////////////////////////////////////////////////////////////////////
44
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -323,7 +323,7 @@ public void exportTableAsHtml() throws Exception
323323
public void imageResolution() throws Exception
324324
{
325325
//ExStart:ImageResolution
326-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
326+
//GistId:c012c14781944ce4cc5e31f35b08060a
327327
//ExFor:MarkdownSaveOptions.ImageResolution
328328
//ExSummary:Shows how to set the output resolution for images.
329329
Document doc = new Document(getMyDir() + "Rendering.docx");
@@ -339,7 +339,7 @@ public void imageResolution() throws Exception
339339
public void officeMathExportMode() throws Exception
340340
{
341341
//ExStart:OfficeMathExportMode
342-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
342+
//GistId:c012c14781944ce4cc5e31f35b08060a
343343
//ExFor:MarkdownSaveOptions.OfficeMathExportMode
344344
//ExFor:MarkdownOfficeMathExportMode
345345
//ExSummary:Shows how OfficeMath will be written to the document.

Examples/ApiExamples/Java/src/main/java/Examples/ExSvgSaveOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package Examples;
1+
package Examples;
22

33
//////////////////////////////////////////////////////////////////////////
44
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -121,7 +121,7 @@ public void maxImageResolution() throws Exception
121121
public void idPrefixSvg() throws Exception
122122
{
123123
//ExStart:IdPrefixSvg
124-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
124+
//GistId:c012c14781944ce4cc5e31f35b08060a
125125
//ExFor:SvgSaveOptions.IdPrefix
126126
//ExSummary:Shows how to add a prefix that is prepended to all generated element IDs (svg).
127127
Document doc = new Document(getMyDir() + "Id prefix.docx");
@@ -137,7 +137,7 @@ public void idPrefixSvg() throws Exception
137137
public void removeJavaScriptFromLinksSvg() throws Exception
138138
{
139139
//ExStart:RemoveJavaScriptFromLinksSvg
140-
//GistId:f86d49dc0e6781b93e576539a01e6ca2
140+
//GistId:c012c14781944ce4cc5e31f35b08060a
141141
//ExFor:SvgSaveOptions.RemoveJavaScriptFromLinks
142142
//ExSummary:Shows how to remove JavaScript from the links (svg).
143143
Document doc = new Document(getMyDir() + "JavaScript in HREF.docx");

Examples/Data/Id prefix.docx

100 KB
Binary file not shown.

Examples/Data/JavaScript in HREF.docx

17.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)