Skip to content

Commit 69c4dd5

Browse files
committed
Update GistId for ReleaseNotes
1 parent b9b1474 commit 69c4dd5

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

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

33
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
44
//
@@ -17,7 +17,7 @@ public class ExAI extends ApiExampleBase
1717
public void aiSummarize() throws Exception
1818
{
1919
//ExStart:AiSummarize
20-
//GistId:366eb64fd56dec3c2eaa40410e594182
20+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
2121
//ExFor:GoogleAiModel
2222
//ExFor:OpenAiModel
2323
//ExFor:IAiModelText

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

Lines changed: 2 additions & 2 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.
@@ -2300,7 +2300,7 @@ public void pieOfPieChart() throws Exception
23002300
public void formatCode() throws Exception
23012301
{
23022302
//ExStart:FormatCode
2303-
//GistId:366eb64fd56dec3c2eaa40410e594182
2303+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
23042304
//ExFor:ChartXValueCollection.FormatCode
23052305
//ExFor:ChartYValueCollection.FormatCode
23062306
//ExFor:BubbleSizeCollection.FormatCode

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

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

33
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
44
//
@@ -611,7 +611,7 @@ public void propertyTypes() throws Exception {
611611
public void extendedProperties() throws Exception
612612
{
613613
//ExStart:ExtendedProperties
614-
//GistId:366eb64fd56dec3c2eaa40410e594182
614+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
615615
//ExFor:BuiltInDocumentProperties.ScaleCrop
616616
//ExFor:BuiltInDocumentProperties.SharedDocument
617617
//ExFor:BuiltInDocumentProperties.HyperlinksChanged

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

Lines changed: 2 additions & 2 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.
@@ -2526,7 +2526,7 @@ public void sdtTagAsFormFieldName() throws Exception
25262526
public void renderChoiceFormFieldBorder() throws Exception
25272527
{
25282528
//ExStart:RenderChoiceFormFieldBorder
2529-
//GistId:366eb64fd56dec3c2eaa40410e594182
2529+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
25302530
//ExFor:PdfSaveOptions.RenderChoiceFormFieldBorder
25312531
//ExSummary:Shows how to render PDF choice form field border.
25322532
Document doc = new Document(getMyDir() + "Legacy drop-down.docx");

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

Lines changed: 2 additions & 2 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.
@@ -758,7 +758,7 @@ public void ignoreStoreItemId() throws Exception
758758
public void revisionCellColor() throws Exception
759759
{
760760
//ExStart:RevisionCellColor
761-
//GistId:366eb64fd56dec3c2eaa40410e594182
761+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
762762
//ExFor:RevisionOptions.InsertCellColor
763763
//ExFor:RevisionOptions.DeleteCellColor
764764
//ExSummary:Shows how to work with insert/delete cell revision color.

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

Lines changed: 2 additions & 2 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.
@@ -3487,7 +3487,7 @@ public void hidden() throws Exception
34873487
public void commandButtonCaption() throws Exception
34883488
{
34893489
//ExStart:CommandButtonCaption
3490-
//GistId:366eb64fd56dec3c2eaa40410e594182
3490+
//GistId:72d57eeddb7fb342fd51b26e5fcf9642
34913491
//ExFor:Forms2OleControl.Caption
34923492
//ExSummary:Shows how to set caption for ActiveX control.
34933493
DocumentBuilder builder = new DocumentBuilder();

0 commit comments

Comments
 (0)