File tree 6 files changed +12
-12
lines changed
Examples/ApiExamples/Java/src/main/java/Examples
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4
4
//
@@ -17,7 +17,7 @@ public class ExAI extends ApiExampleBase
17
17
public void aiSummarize () throws Exception
18
18
{
19
19
//ExStart:AiSummarize
20
- //GistId:366eb64fd56dec3c2eaa40410e594182
20
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
21
21
//ExFor:GoogleAiModel
22
22
//ExFor:OpenAiModel
23
23
//ExFor:IAiModelText
Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
//////////////////////////////////////////////////////////////////////////
4
4
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -2300,7 +2300,7 @@ public void pieOfPieChart() throws Exception
2300
2300
public void formatCode () throws Exception
2301
2301
{
2302
2302
//ExStart:FormatCode
2303
- //GistId:366eb64fd56dec3c2eaa40410e594182
2303
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
2304
2304
//ExFor:ChartXValueCollection.FormatCode
2305
2305
//ExFor:ChartYValueCollection.FormatCode
2306
2306
//ExFor:BubbleSizeCollection.FormatCode
Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4
4
//
@@ -611,7 +611,7 @@ public void propertyTypes() throws Exception {
611
611
public void extendedProperties () throws Exception
612
612
{
613
613
//ExStart:ExtendedProperties
614
- //GistId:366eb64fd56dec3c2eaa40410e594182
614
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
615
615
//ExFor:BuiltInDocumentProperties.ScaleCrop
616
616
//ExFor:BuiltInDocumentProperties.SharedDocument
617
617
//ExFor:BuiltInDocumentProperties.HyperlinksChanged
Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
//////////////////////////////////////////////////////////////////////////
4
4
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -2526,7 +2526,7 @@ public void sdtTagAsFormFieldName() throws Exception
2526
2526
public void renderChoiceFormFieldBorder () throws Exception
2527
2527
{
2528
2528
//ExStart:RenderChoiceFormFieldBorder
2529
- //GistId:366eb64fd56dec3c2eaa40410e594182
2529
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
2530
2530
//ExFor:PdfSaveOptions.RenderChoiceFormFieldBorder
2531
2531
//ExSummary:Shows how to render PDF choice form field border.
2532
2532
Document doc = new Document (getMyDir () + "Legacy drop-down.docx" );
Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
//////////////////////////////////////////////////////////////////////////
4
4
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -758,7 +758,7 @@ public void ignoreStoreItemId() throws Exception
758
758
public void revisionCellColor () throws Exception
759
759
{
760
760
//ExStart:RevisionCellColor
761
- //GistId:366eb64fd56dec3c2eaa40410e594182
761
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
762
762
//ExFor:RevisionOptions.InsertCellColor
763
763
//ExFor:RevisionOptions.DeleteCellColor
764
764
//ExSummary:Shows how to work with insert/delete cell revision color.
Original file line number Diff line number Diff line change 1
- package Examples ;
1
+ package Examples ;
2
2
3
3
//////////////////////////////////////////////////////////////////////////
4
4
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -3487,7 +3487,7 @@ public void hidden() throws Exception
3487
3487
public void commandButtonCaption () throws Exception
3488
3488
{
3489
3489
//ExStart:CommandButtonCaption
3490
- //GistId:366eb64fd56dec3c2eaa40410e594182
3490
+ //GistId:72d57eeddb7fb342fd51b26e5fcf9642
3491
3491
//ExFor:Forms2OleControl.Caption
3492
3492
//ExSummary:Shows how to set caption for ActiveX control.
3493
3493
DocumentBuilder builder = new DocumentBuilder ();
You can’t perform that action at this time.
0 commit comments