Skip to content

Commit 077857f

Browse files
Merge branch 'main' into production
2 parents d624338 + f4b1d1c commit 077857f

File tree

271 files changed

+866
-1257
lines changed

Some content is hidden

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

271 files changed

+866
-1257
lines changed

english/net/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ is_root: true
5151
| [Aspose.Html.Rendering.Pdf.Encryption](./aspose.html.rendering.pdf.encryption/) | The **Aspose.Html.Rendering.Pdf.Encryption** namespace contains data classes describing pdf encryption details like password, encryption algorithm and so on. |
5252
| [Aspose.Html.Rendering.Xps](./aspose.html.rendering.xps/) | The **Aspose.Html.Rendering.Xps** namespace provides specific device class as well as few rendering options classes responsible for rendering to a xps document. |
5353
| [Aspose.Html.Saving](./aspose.html.saving/) | The **Aspose.Html.Saving** namespace is presented by data classes for description of specific save options at conversion/saving process. |
54+
| [Aspose.Html.Saving.ResourceHandlers](./aspose.html.saving.resourcehandlers/) | The **Aspose.Html.Saving.ResourceHandlers** namespace contains classes responsible for handling resources. |
5455
| [Aspose.Html.Services](./aspose.html.services/) | The **Aspose.Html.Services** namespace contains interfaces as protocols for service implementations. |
5556
| [Aspose.Html.Toolkit.Markdown.Syntax](./aspose.html.toolkit.markdown.syntax/) | The **Aspose.Html.Toolkit.Markdown.Syntax** namespace contains objects and interfaces for working with the syntax tree of a Markdown document. |
5657
| [Aspose.Html.Toolkit.Markdown.Syntax.Extensions](./aspose.html.toolkit.markdown.syntax.extensions/) | The **Aspose.Html.Toolkit.Markdown.Syntax.Extensions** namespace contains objects and methods that allows you to handle various extensions of the Markdown format, such as ShortCode, FrontMatter, etc. |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility rel
1515
| [AccessibilityRules](./accessibilityrules/) | Quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Contain a list of Principle. https://www.w3.org/WAI/WCAG21/quickref/ |
1616
| [AccessibilityValidator](./accessibilityvalidator/) | The validator class handles quick reference rules. Contains a Validate method to check accessibility. |
1717
| [Criterion](./criterion/) | Verifiable success criteria are provided for each recommendation, so WCAG 2.0 can be applied in areas where compliance testing is required. https://www.w3.org/WAI/WCAG21/Understanding/understanding-techniques |
18-
| [Guideline](./guideline/) | Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory/. |
19-
| [Principle](./principle/) | Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection/. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/ |
18+
| [Guideline](./guideline/) | Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory{Criterion}. |
19+
| [Principle](./principle/) | Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection{Guideline}. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/ |
2020
| [Rule](./rule/) | An abstract class that defines the characteristics of a Rule and implements interface IRule |
2121
| [Target](./target/) | Class contains item of html or css element where the error was found. |
2222
| [ValidationBuilder](./validationbuilder/) | The ValidationBuilder class provides concrete implementations of the configuration steps. Defines methods and settings for a class ValidationSettings. |

english/net/aspose.html.accessibility/accessibilityrules/getrules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public IList<IRule> GetRules(params string[] codes)
2020

2121
### Return Value
2222

23-
IList/ object
23+
IList{IRule} object
2424

2525
### See Also
2626

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Guideline Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: Aspose.Html.Accessibility.Guideline class. Guidelines - the next level after principles. There are not testable but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory/
4+
description: Aspose.Html.Accessibility.Guideline class. Guidelines - the next level after principles. There are not testable but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectoryCriterion
55
type: docs
66
weight: 40
77
url: /net/aspose.html.accessibility/guideline/
88
---
99
## Guideline class
1010

11-
Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory/.
11+
Guidelines - the next level after principles. There are not testable, but outline frameworks and general goals that help authors understand success criteria and better apply the techniques. Guidelines are a list of acceptance criteria with type RuleDirectory{Criterion}.
1212

1313
```csharp
1414
public class Guideline : Rule

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Principle Class
33
second_title: Aspose.HTML for .NET API Reference
4-
description: Aspose.Html.Accessibility.Principle class. Accessibility Principle - The highest levels that provide the foundation of web accessibility contain a list of Guidelines with type RuleCollection/. The object is not allowed to be created outside the assembly. https//www.w3.org/WAI/fundamentals/accessibility-principles/
4+
description: Aspose.Html.Accessibility.Principle class. Accessibility Principle - The highest levels that provide the foundation of web accessibility contain a list of Guidelines with type RuleCollectionGuideline. The object is not allowed to be created outside the assembly. https//www.w3.org/WAI/fundamentals/accessibility-principles/
55
type: docs
66
weight: 80
77
url: /net/aspose.html.accessibility/principle/
88
---
99
## Principle class
1010

11-
Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection/. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/
11+
Accessibility Principle - The highest levels that provide the foundation of web accessibility, contain a list of Guidelines with type RuleCollection{Guideline}. The object is not allowed to be created outside the assembly. https://www.w3.org/WAI/fundamentals/accessibility-principles/
1212

1313
```csharp
1414
public class Principle : Rule

english/net/aspose.html.dom.svg/svgdocument/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ public class SVGDocument : Document, IDocumentCSS
147147
| [RemoveEventListener](../../aspose.html.dom/eventtarget/removeeventlistener/)(string, IEventListener, bool) | This method allows the removal of event listeners from the event target. If an is removed from an while it is processing an event, it will not be triggered by the current actions. Event Listeners can never be invoked after being removed. |
148148
| override [RenderTo](../../aspose.html.dom.svg/svgdocument/renderto/)(IDevice) | This method is used to print the contents of the current document to the specified device. |
149149
| [ReplaceChild](../../aspose.html.dom/node/replacechild/)(Node, Node) | Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node. If newChild is a [`DocumentFragment`](../../aspose.html.dom/documentfragment/) object, oldChild is replaced by all of the [`DocumentFragment`](../../aspose.html.dom/documentfragment/) children, which are inserted in the same order. If the newChild is already in the tree, it is first removed. |
150-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save)(IOutputStorage) | Saves the document content and resources to the output storage. |
151-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_6)(string) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
152-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_3)(Url) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
153-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_1)(IOutputStorageSVGSaveFormat) | Saves the document content and resources to the output storage. |
154-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_2)(IOutputStorageSVGSaveOptions) | Saves the document content and resources to the output storage. |
155-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_7)(stringSVGSaveFormat) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
156-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_8)(stringSVGSaveOptions) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
157-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_4)(UrlSVGSaveFormat) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
158-
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_5)(UrlSVGSaveOptions) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
150+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_3)(ResourceHandler) | Saves the document content and resources using the [`ResourceHandler`](../../aspose.html.saving.resourcehandlers/resourcehandler/). |
151+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_9)(string) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
152+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_6)(Url) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
153+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_4)(ResourceHandlerSVGSaveFormat) | Saves the document content and resources using the [`ResourceHandler`](../../aspose.html.saving.resourcehandlers/resourcehandler/). |
154+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_5)(ResourceHandlerSVGSaveOptions) | Saves the document content and resources using the [`ResourceHandler`](../../aspose.html.saving.resourcehandlers/resourcehandler/). |
155+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_10)(stringSVGSaveFormat) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
156+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_11)(stringSVGSaveOptions) | Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
157+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_7)(UrlSVGSaveFormat) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
158+
| [Save](../../aspose.html.dom.svg/svgdocument/save/#save_8)(UrlSVGSaveOptions) | Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files". |
159159
| override [ToString](../../aspose.html.dom/node/tostring/)() | Returns a String that represents this instance. |
160160
| [Write](../../aspose.html.dom/document/write/)(params string[]) | Write a string of text to a document stream opened by open(). Note that the function will produce a document which is not necessarily driven by a DTD and therefore might be produce an invalid result in the context of the document. |
161161
| [WriteLn](../../aspose.html.dom/document/writeln/)(params string[]) | Write a string of text followed by a newline character to a document stream opened by open(). Note that the function will produce a document which is not necessarily driven by a DTD and therefore might be produce an invalid result in the context of the document |

english/net/aspose.html.dom.svg/svgdocument/save/_index.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 90
77
url: /net/aspose.html.dom.svg/svgdocument/save/
88
---
9-
## Save(Url) {#save_3}
9+
## Save(Url) {#save_6}
1010

1111
Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
1212

@@ -33,7 +33,7 @@ public void Save(Url url)
3333

3434
---
3535

36-
## Save(string) {#save_6}
36+
## Save(string) {#save_9}
3737

3838
Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
3939

@@ -59,28 +59,28 @@ public void Save(string path)
5959

6060
---
6161

62-
## Save(IOutputStorage) {#save}
62+
## Save(ResourceHandler) {#save_3}
6363

64-
Saves the document content and resources to the output storage.
64+
Saves the document content and resources using the [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/).
6565

6666
```csharp
67-
public void Save(IOutputStorage outputStorage)
67+
public void Save(ResourceHandler resourceHandler)
6868
```
6969

7070
| Parameter | Type | Description |
7171
| --- | --- | --- |
72-
| outputStorage | IOutputStorage | The output storage [`IOutputStorage`](../../../aspose.html.io/ioutputstorage/). |
72+
| resourceHandler | ResourceHandler | The resource handler [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/). |
7373

7474
### See Also
7575

76-
* interface [IOutputStorage](../../../aspose.html.io/ioutputstorage/)
76+
* class [ResourceHandler](../../../aspose.html.saving.resourcehandlers/resourcehandler/)
7777
* class [SVGDocument](../)
7878
* namespace [Aspose.Html.Dom.Svg](../../../aspose.html.dom.svg/)
7979
* assembly [Aspose.HTML](../../../)
8080

8181
---
8282

83-
## Save(string, SVGSaveFormat) {#save_7}
83+
## Save(string, SVGSaveFormat) {#save_10}
8484

8585
Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
8686

@@ -108,30 +108,30 @@ public void Save(string path, SVGSaveFormat saveFormat)
108108

109109
---
110110

111-
## Save(IOutputStorage, SVGSaveFormat) {#save_1}
111+
## Save(ResourceHandler, SVGSaveFormat) {#save_4}
112112

113-
Saves the document content and resources to the output storage.
113+
Saves the document content and resources using the [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/).
114114

115115
```csharp
116-
public void Save(IOutputStorage outputStorage, SVGSaveFormat saveFormat)
116+
public void Save(ResourceHandler resourceHandler, SVGSaveFormat saveFormat)
117117
```
118118

119119
| Parameter | Type | Description |
120120
| --- | --- | --- |
121-
| outputStorage | IOutputStorage | The output storage [`IOutputStorage`](../../../aspose.html.io/ioutputstorage/). |
121+
| resourceHandler | ResourceHandler | The resource handler [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/). |
122122
| saveFormat | SVGSaveFormat | Format in which document is saved. |
123123

124124
### See Also
125125

126-
* interface [IOutputStorage](../../../aspose.html.io/ioutputstorage/)
126+
* class [ResourceHandler](../../../aspose.html.saving.resourcehandlers/resourcehandler/)
127127
* enum [SVGSaveFormat](../../../aspose.html.dom.svg.saving/svgsaveformat/)
128128
* class [SVGDocument](../)
129129
* namespace [Aspose.Html.Dom.Svg](../../../aspose.html.dom.svg/)
130130
* assembly [Aspose.HTML](../../../)
131131

132132
---
133133

134-
## Save(string, SVGSaveOptions) {#save_8}
134+
## Save(string, SVGSaveOptions) {#save_11}
135135

136136
Saves the document to local file specified by `path`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
137137

@@ -159,30 +159,30 @@ public void Save(string path, SVGSaveOptions saveOptions)
159159

160160
---
161161

162-
## Save(IOutputStorage, SVGSaveOptions) {#save_2}
162+
## Save(ResourceHandler, SVGSaveOptions) {#save_5}
163163

164-
Saves the document content and resources to the output storage.
164+
Saves the document content and resources using the [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/).
165165

166166
```csharp
167-
public void Save(IOutputStorage outputStorage, SVGSaveOptions saveOptions)
167+
public void Save(ResourceHandler resourceHandler, SVGSaveOptions saveOptions)
168168
```
169169

170170
| Parameter | Type | Description |
171171
| --- | --- | --- |
172-
| outputStorage | IOutputStorage | The output storage [`IOutputStorage`](../../../aspose.html.io/ioutputstorage/). |
172+
| resourceHandler | ResourceHandler | The resource handler [`ResourceHandler`](../../../aspose.html.saving.resourcehandlers/resourcehandler/). |
173173
| saveOptions | SVGSaveOptions | SVG save options. |
174174

175175
### See Also
176176

177-
* interface [IOutputStorage](../../../aspose.html.io/ioutputstorage/)
177+
* class [ResourceHandler](../../../aspose.html.saving.resourcehandlers/resourcehandler/)
178178
* class [SVGSaveOptions](../../../aspose.html.dom.svg.saving/svgsaveoptions/)
179179
* class [SVGDocument](../)
180180
* namespace [Aspose.Html.Dom.Svg](../../../aspose.html.dom.svg/)
181181
* assembly [Aspose.HTML](../../../)
182182

183183
---
184184

185-
## Save(Url, SVGSaveFormat) {#save_4}
185+
## Save(Url, SVGSaveFormat) {#save_7}
186186

187187
Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
188188

@@ -211,7 +211,7 @@ public void Save(Url url, SVGSaveFormat saveFormat)
211211

212212
---
213213

214-
## Save(Url, SVGSaveOptions) {#save_5}
214+
## Save(Url, SVGSaveOptions) {#save_8}
215215

216216
Saves the document to local file specified by `url`. All resources used in this document will be saved in to adjacent folder, whose name will be constructed as: output_file_name + "_files".
217217

english/net/aspose.html.dom/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The **Aspose.Html.Dom (Document Object Model)** namespace provides API that repr
4343
| [INonDocumentTypeChildNode](./inondocumenttypechildnode/) | Defines [`IChildNode`](../aspose.html.dom/ichildnode/) that are not [`DOCUMENT_TYPE_NODE`](../aspose.html.dom/node/document_type_node/). |
4444
| [INonElementParentNode](./inonelementparentnode/) | Defines [`IParentNode`](../aspose.html.dom/iparentnode/) that are not Element type. |
4545
| [IParentNode](./iparentnode/) | Defines the [`IParentNode`](../aspose.html.dom/iparentnode/) interface that is implemented by any possible parents. |
46-
| [IStorage](./istorage/) | This interface of the Web Storage API provides access to a particular domain's session or local storage. See Web Storage specification: !:https://html.spec.whatwg.org/multipage/webstorage.html#webstorage |
46+
| [IStorage](./istorage/) | This interface of the Web Storage API provides access to a particular domain's session or local storage. See Web Storage specification: [https://html.spec.whatwg.org/multipage/webstorage.html#webstorage](https://html.spec.whatwg.org/multipage/webstorage.html#webstorage) |
4747
## Enumeration
4848

4949
| Enumeration | Description |

0 commit comments

Comments
 (0)