Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Dec 14, 2023
1 parent 2ff10d2 commit d8670b9
Show file tree
Hide file tree
Showing 105 changed files with 3,273 additions and 3,238 deletions.
10 changes: 5 additions & 5 deletions Examples/ApiExamples/ApiExamples/ApiExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode" Version="23.10.0" />
<PackageReference Include="Aspose.Page" Version="23.10.0" />
<PackageReference Include="Aspose.PDF" Version="23.11.0" />
<PackageReference Include="Aspose.Words" Version="23.11.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.11.0" />
<PackageReference Include="Aspose.BarCode" Version="23.11.0" />
<PackageReference Include="Aspose.Page" Version="23.11.0" />
<PackageReference Include="Aspose.PDF" Version="23.11.1" />
<PackageReference Include="Aspose.Words" Version="23.12.0" />
<PackageReference Include="Aspose.Words.Shaping.HarfBuzz" Version="23.12.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/CustomBarcodeGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/DocumentHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExAbsolutePositionTab.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExBookmarks.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExBorder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExBorderCollection.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExBuildVersion.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExBuildingBlocks.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCellFormat.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
9 changes: 8 additions & 1 deletion Examples/ApiExamples/ApiExamples/ExCertificateHolder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
using System;
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
// "as is", without warranty of any kind, either expressed or implied.
//////////////////////////////////////////////////////////////////////////

using System;
using System.Collections;
using System.IO;
using System.Net;
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCharts.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
9 changes: 8 additions & 1 deletion Examples/ApiExamples/ApiExamples/ExChmLoadOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
using System.IO;
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
// "as is", without warranty of any kind, either expressed or implied.
//////////////////////////////////////////////////////////////////////////

using System.IO;
using Aspose.Words;
using Aspose.Words.Loading;
using NUnit.Framework;
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCleanupOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExComHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExComment.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCompatibilityOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExControlChar.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDigitalSignatureUtil.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocSaveOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
15 changes: 7 additions & 8 deletions Examples/ApiExamples/ApiExamples/ExDocument.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down Expand Up @@ -462,7 +462,7 @@ public async Task InsertHtmlFromWebPage()
//ExFor:LoadOptions.#ctor(LoadFormat, String, String)
//ExFor:LoadFormat
//ExSummary:Shows how save a web page as a .docx file.
const string url = "https://www.aspose.com/";
const string url = "https://products.aspose.com/words/";

using (HttpClient client = new HttpClient())
{
Expand All @@ -471,19 +471,18 @@ public async Task InsertHtmlFromWebPage()
{
// The URL is used again as a baseUri to ensure that any relative image paths are retrieved correctly.
LoadOptions options = new LoadOptions(LoadFormat.Html, "", url);
options.Encoding = Encoding.UTF8;

// Load the HTML document from stream and pass the LoadOptions object.
Document doc = new Document(stream, options);

// At this stage, we can read and edit the document's contents and then save it to the local file system.
Assert.True(doc.GetText().Contains("HYPERLINK \"https://products.aspose.com/words/family/\" \\o \"Aspose.Words\"")); //ExSkip
Assert.True(doc.GetText().Contains("HYPERLINK \"https://products.aspose.com/words/net/\" \\o \"Aspose.Words\"")); //ExSkip

doc.Save(ArtifactsDir + "Document.InsertHtmlFromWebPage.docx");
}
}
//ExEnd

await TestUtil.VerifyWebResponseStatusCode(HttpStatusCode.OK, url);
}

[Test]
Expand Down Expand Up @@ -1077,10 +1076,10 @@ public void DocumentGetTextToString()
builder.InsertField("MERGEFIELD Field");

// GetText will retrieve the visible text as well as field codes and special characters.
Assert.AreEqual("\u0013MERGEFIELD Field\u0014«Field»\u0015\u000c", doc.GetText());
Assert.AreEqual("\u0013MERGEFIELD Field\u0014«Field»\u0015", doc.GetText().Trim());

// ToString will give us the document's appearance if saved to a passed save format.
Assert.AreEqual("«Field»\r\n", doc.ToString(SaveFormat.Text));
Assert.AreEqual("«Field»", doc.ToString(SaveFormat.Text).Trim());
//ExEnd
}

Expand Down Expand Up @@ -2000,7 +1999,7 @@ public void LayoutOptionsParagraphMarks(bool showParagraphMarks)

Assert.AreEqual(showParagraphMarks ?
$"Hello world!¶{Environment.NewLine}Hello again!¶{Environment.NewLine}¶" :
$"Hello world!{Environment.NewLine}Hello again!", textAbsorber.Text);
$"Hello world!{Environment.NewLine}Hello again!", textAbsorber.Text.Trim());
}

[Test]
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocumentBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocumentBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocumentProperties.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDocumentVisitor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExDrawing.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExEditableRange.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExField.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExFieldOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExFile.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExFont.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExFontSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExFormFields.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExHeaderFooter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExHtmlFixedSaveOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExHtmlLoadOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExHtmlSaveOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExHyphenation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExImage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExImageSaveOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExInline.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExInlineStory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExLayout.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExLicense.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExLists.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExLoadOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2001-2023 Aspose Pty Ltd. All Rights Reserved.
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
Expand Down
Loading

0 comments on commit d8670b9

Please sign in to comment.