Skip to content

Commit d624338

Browse files
Merge branch 'main' into production
2 parents 56ffee8 + 17535c5 commit d624338

File tree

660 files changed

+820
-645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

660 files changed

+820
-645
lines changed

arabic/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ EPUB و PNG و TIFF و JPEG و BMP وتنسيقات أخرى.
2020

2121
هذه روابط لبعض المصادر المفيدة:
2222
- [Aspose.HTML لمرجع .NET API](/html/ar/net/)
23+
- [Aspose.HTML لبرامج .NET API التعليمية](/tutorials/html/ar/net/)
2324

2425

2526
## Aspose.HTML لجافا
@@ -35,3 +36,4 @@ Aspose.HTML for Java عبارة عن واجهة برمجة تطبيقات متق
3536

3637
هذه روابط لبعض المصادر المفيدة:
3738
- [Aspose.HTML لمرجع جافا API](/html/java/)
39+
- [Aspose.HTML لبرامج Java API التعليمية](/tutorials/html/ar/java/)

chinese/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EPUB、PNG、TIFF、JPEG、BMP 等格式。
2020

2121
这些是一些有用资源的链接:
2222
- [Aspose.HTML for .NET API 参考](/html/zh/net/)
23-
23+
- [Aspose.HTML for .NET API 教程](/tutorials/html/zh/net/)
2424

2525
## Aspose.HTML for Java
2626

@@ -35,3 +35,4 @@ Aspose.HTML for Java 是一种高级 HTML 操作 API,可直接在 Java 应用
3535

3636
这些是一些有用资源的链接:
3737
- [Aspose.HTML for .Java API 参考](/html/java/)
38+
- [Java API 教程的 Aspose.HTML](/tutorials/html/zh/java/)

english/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ EPUB, PNG, TIFF, JPEG, BMP and other formats.
2020

2121
These are links to some useful resources:
2222
- [Aspose.HTML for .NET API Reference](/html/net/)
23+
- [Aspose.HTML for .NET API Tutorials](/tutorials/html/net/)
2324

2425

2526
## Aspose.HTML for Java
@@ -35,3 +36,4 @@ Aspose.HTML for Java is an advanced HTML manipulation API built to perform a wid
3536

3637
These are links to some useful resources:
3738
- [Aspose.HTML for .Java API Reference](/html/java/)
39+
- [Aspose.HTML for Java API Tutorials](/tutorials/html/java/)

english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ is_root: true
1414
| [Aspose.Html](./aspose.html/) | The Aspose.Html namespace contains classes and methods to manipulate [`HTML documents`](aspose.html/htmldocument/), whether simple or complex and on the fly. Aspose.HTML for .NET allows developers to Insert, Remove, Replace HTML nodes, extract CSS style information, Navigate through [`HTML document`](aspose.html/htmldocument/) either by [`NodeIterator`](aspose.html.dom.traversal/inodeiterator/), [`TreeWalker`](aspose.html.dom.traversal/itreewalker/) that are provided by Traversal Specifications, XPath or CSS selector queries. It also offers the scripting which allows to manipulate HTML DOM via JavaScript. As well as HTML, this API also provides the capabilities to load EPUB and MHTML. Aspose APIs are famous for their inter file format conversion features and this API also provides the capabilities to load HTML file and render the output in PDF, XPS and raster image formats including JPEG, PNG, BMP and TIFF. |
1515
| [Aspose.Html.Accessibility](./aspose.html.accessibility/) | The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations. complies with international standards W3C Web Accessibility Initiative |
1616
| [Aspose.Html.Accessibility.Results](./aspose.html.accessibility.results/) | The **Aspose.Html.Accessibility.Results** namespace contains classes that describe the results of rule validation |
17+
| [Aspose.Html.Accessibility.Saving](./aspose.html.accessibility.saving/) | The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats. |
1718
| [Aspose.Html.Collections](./aspose.html.collections/) | The **Aspose.Html.Collections** namespace consists of classes to represent, store and manipulate nodes and elements. |
1819
| [Aspose.Html.Converters](./aspose.html.converters/) | The **Aspose.Html.Converters** namespace goal is easy access to conversion methods. It provides a wide range of conversions to the popular formats, such as PDF, XPS, image formats, etc. More specific conversion (rendering, saving) user cases are presented by well known and documented low level API functions in subject oriented namespaces. |
1920
| [Aspose.Html.Diagnostics](./aspose.html.diagnostics/) | The **Aspose.Html.Diagnostics** namespace contains interfaces for working with metrics and collecting logs and traces. |

english/net/aspose.html.accessibility.results/validationresult/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ public class ValidationResult
2121
| [Details](../../aspose.html.accessibility.results/validationresult/details/) { get; } | Validation result details |
2222
| [Success](../../aspose.html.accessibility.results/validationresult/success/) { get; } | The result of validation. |
2323

24+
## Methods
25+
26+
| Name | Description |
27+
| --- | --- |
28+
| [SaveTo](../../aspose.html.accessibility.results/validationresult/saveto/#saveto)(TextWriter) | Save validation results to the TextWriter object |
29+
| [SaveTo](../../aspose.html.accessibility.results/validationresult/saveto/#saveto_1)(TextWriterValidationResultSaveFormat) | Save validation results to the TextWriter object |
30+
| [SaveToString](../../aspose.html.accessibility.results/validationresult/savetostring/)() | Save validation results to string |
31+
2432
### See Also
2533

2634
* namespace [Aspose.Html.Accessibility.Results](../../aspose.html.accessibility.results/)
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: ValidationResult.SaveTo
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: ValidationResult method. Save validation results to the TextWriter object
5+
type: docs
6+
weight: 30
7+
url: /net/aspose.html.accessibility.results/validationresult/saveto/
8+
---
9+
## SaveTo(TextWriter, ValidationResultSaveFormat) {#saveto_1}
10+
11+
Save validation results to the TextWriter object
12+
13+
```csharp
14+
public void SaveTo(TextWriter writer, ValidationResultSaveFormat format)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| writer | TextWriter | Object of TextWriter |
20+
| format | ValidationResultSaveFormat | The format in which the validation result will be saved |
21+
22+
### See Also
23+
24+
* enum [ValidationResultSaveFormat](../../../aspose.html.accessibility.saving/validationresultsaveformat/)
25+
* class [ValidationResult](../)
26+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
27+
* assembly [Aspose.HTML](../../../)
28+
29+
---
30+
31+
## SaveTo(TextWriter) {#saveto}
32+
33+
Save validation results to the TextWriter object
34+
35+
```csharp
36+
public void SaveTo(TextWriter writer)
37+
```
38+
39+
| Parameter | Type | Description |
40+
| --- | --- | --- |
41+
| writer | TextWriter | Object of TextWriter |
42+
43+
### See Also
44+
45+
* class [ValidationResult](../)
46+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
47+
* assembly [Aspose.HTML](../../../)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: ValidationResult.SaveToString
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: ValidationResult method. Save validation results to string
5+
type: docs
6+
weight: 40
7+
url: /net/aspose.html.accessibility.results/validationresult/savetostring/
8+
---
9+
## ValidationResult.SaveToString method
10+
11+
Save validation results to string
12+
13+
```csharp
14+
public string SaveToString()
15+
```
16+
17+
### Return Value
18+
19+
string with results
20+
21+
### See Also
22+
23+
* class [ValidationResult](../)
24+
* namespace [Aspose.Html.Accessibility.Results](../../../aspose.html.accessibility.results/)
25+
* assembly [Aspose.HTML](../../../)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Aspose.Html.Accessibility.Saving
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: The Aspose.Html.Accessibility.Saving namespace is designed to save validation results various formats
5+
type: docs
6+
weight: 40
7+
url: /net/aspose.html.accessibility.saving/
8+
---
9+
The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats.
10+
11+
## Enumeration
12+
13+
| Enumeration | Description |
14+
| --- | --- |
15+
| [ValidationResultSaveFormat](./validationresultsaveformat/) | Specifies format in which result is saved. |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: ValidationResultSaveFormat Enum
3+
second_title: Aspose.HTML for .NET API Reference
4+
description: Aspose.Html.Accessibility.Saving.ValidationResultSaveFormat enum. Specifies format in which result is saved
5+
type: docs
6+
weight: 120
7+
url: /net/aspose.html.accessibility.saving/validationresultsaveformat/
8+
---
9+
## ValidationResultSaveFormat enumeration
10+
11+
Specifies format in which result is saved.
12+
13+
```csharp
14+
public enum ValidationResultSaveFormat
15+
```
16+
17+
### Values
18+
19+
| Name | Value | Description |
20+
| --- | --- | --- |
21+
| Text | `0` | Result will be saved as text. |
22+
| JSON | `1` | Result will be saved as JSON. |
23+
| XML | `2` | Result will be saved as XML. |
24+
25+
### See Also
26+
27+
* namespace [Aspose.Html.Accessibility.Saving](../../aspose.html.accessibility.saving/)
28+
* assembly [Aspose.HTML](../../)

english/net/aspose.html.accessibility/target/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Target Class
33
second_title: Aspose.HTML for .NET API Reference
44
description: Aspose.Html.Accessibility.Target class. Class contains item of html or css element where the error was found
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /net/aspose.html.accessibility/target/
88
---
99
## Target class

0 commit comments

Comments
 (0)