Skip to content

Commit 0160a81

Browse files
committed
Update GistId for ReleaseNotes
1 parent 0dcc514 commit 0160a81

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Examples/ApiExamples/Java/src/main/java/Examples/ExCharts.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.
@@ -2245,7 +2245,7 @@ public void tickLabelsOrientationRotation() throws Exception
22452245
public void doughnutChart() throws Exception
22462246
{
22472247
//ExStart:DoughnutChart
2248-
//GistId:bb594993b5fe48692541e16f4d354ac2
2248+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
22492249
//ExFor:ChartSeriesGroup.DoughnutHoleSize
22502250
//ExFor:ChartSeriesGroup.FirstSliceAngle
22512251
//ExSummary:Shows how to create and format Doughnut chart.
@@ -2273,7 +2273,7 @@ public void doughnutChart() throws Exception
22732273
public void pieOfPieChart() throws Exception
22742274
{
22752275
//ExStart:PieOfPieChart
2276-
//GistId:bb594993b5fe48692541e16f4d354ac2
2276+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
22772277
//ExFor:ChartSeriesGroup.SecondSectionSize
22782278
//ExSummary:Shows how to create and format pie of Pie chart.
22792279
Document doc = new Document();

Examples/ApiExamples/Java/src/main/java/Examples/ExMarkdownSaveOptions.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.
@@ -287,7 +287,7 @@ public void linkExportMode() throws Exception
287287
public void exportTableAsHtml() throws Exception
288288
{
289289
//ExStart:ExportTableAsHtml
290-
//GistId:bb594993b5fe48692541e16f4d354ac2
290+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
291291
//ExFor:MarkdownExportAsHtml
292292
//ExFor:MarkdownSaveOptions.ExportAsHtml
293293
//ExSummary:Shows how to export a table to Markdown as raw HTML.

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

Lines changed: 4 additions & 4 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.
@@ -3414,7 +3414,7 @@ public void insertGroupShape() throws Exception
34143414
public void combineGroupShape() throws Exception
34153415
{
34163416
//ExStart:CombineGroupShape
3417-
//GistId:bb594993b5fe48692541e16f4d354ac2
3417+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
34183418
//ExFor:DocumentBuilder.InsertGroupShape(ShapeBase[])
34193419
//ExSummary:Shows how to combine group shape with the shape.
34203420
Document doc = new Document();
@@ -3445,7 +3445,7 @@ public void combineGroupShape() throws Exception
34453445
public void insertCommandButton() throws Exception
34463446
{
34473447
//ExStart:InsertCommandButton
3448-
//GistId:bb594993b5fe48692541e16f4d354ac2
3448+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
34493449
//ExFor:CommandButtonControl
34503450
//ExFor:DocumentBuilder.InsertForms2OleControl(Forms2OleControl)
34513451
//ExSummary:Shows how to insert ActiveX control.
@@ -3461,7 +3461,7 @@ public void insertCommandButton() throws Exception
34613461
public void hidden() throws Exception
34623462
{
34633463
//ExStart:Hidden
3464-
//GistId:bb594993b5fe48692541e16f4d354ac2
3464+
//GistId:3f058a176ba0e9f656c60c6d60d757a1
34653465
//ExFor:ShapeBase.Hidden
34663466
//ExSummary:Shows how to hide the shape.
34673467
Document doc = new Document(getMyDir() + "Shadow color.docx");

0 commit comments

Comments
 (0)