Skip to content

Commit 72741fb

Browse files
Merge branch 'main' into production
2 parents 2fb4073 + 883d59e commit 72741fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Provides interfaces for DOM Level 2 Style Specification. Cascading Style Sheets
3636
| [ICSSRuleList](./icssrulelist/) | A CSSRuleList represents an ordered collection of read-only [`CSSRule`](../aspose.html.dom.css/icssrule/) objects. |
3737
| [ICSSStyleDeclaration](./icssstyledeclaration/) | The CSSStyleDeclaration interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties. |
3838
| [ICSSStyleRule](./icssstylerule/) | The CSSStyleRule interface represents a single CSS style rule. The selectorText attribute, on getting, must return the result of serializing the associated group of selectors |
39-
| [ICSSStyleSheet](./icssstylesheet/) | The CSSStyleSheet interface represents a single CSS stylesheet, and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent, [`StyleSheet`](../aspose.html.dom.css/istylesheet/). |
39+
| [ICSSStyleSheet](./icssstylesheet/) | The CSSStyleSheet interface represents a single CSS stylesheet, and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent, [`IStyleSheet`](../aspose.html.dom.css/istylesheet/). |
4040
| [ICSSUnknownRule](./icssunknownrule/) | The CSSUnknownRule interface represents an at-rule not supported by this user agent. |
4141
| [ICSSValueList](./icssvaluelist/) | The CSSValueList interface derives from the [`CSSValue`](../aspose.html.dom.css/cssvalue/) interface and provides the abstraction of an ordered collection of CSS values. |
4242
| [IDocumentCSS](./idocumentcss/) | This interface represents a document with a CSS view. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: ICSSStyleSheet Interface
33
second_title: Aspose.HTML for .NET API Reference
4-
description: Aspose.Html.Dom.Css.ICSSStyleSheet interface. The CSSStyleSheet interface represents a single CSS stylesheet and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent StyleSheet
4+
description: Aspose.Html.Dom.Css.ICSSStyleSheet interface. The CSSStyleSheet interface represents a single CSS stylesheet and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent IStyleSheet
55
type: docs
66
weight: 680
77
url: /net/aspose.html.dom.css/icssstylesheet/
88
---
99
## ICSSStyleSheet interface
1010

11-
The CSSStyleSheet interface represents a single CSS stylesheet, and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent, [`StyleSheet`](../istylesheet/).
11+
The CSSStyleSheet interface represents a single CSS stylesheet, and lets you inspect and modify the list of rules contained in the stylesheet. It inherits properties and methods from its parent, [`IStyleSheet`](../istylesheet/).
1212

13-
A stylesheet consists of a collection of [`CSSRule`](../icssrule/) objects representing each of the rules in the stylesheet. The rules are contained in a [`CSSRuleList`](../icssrulelist/), which can be obtained from the stylesheet's cssRules property.
13+
A stylesheet consists of a collection of [`ICSSRule`](../icssrule/) objects representing each of the rules in the stylesheet. The rules are contained in a [`ICSSRuleList`](../icssrulelist/), which can be obtained from the stylesheet's cssRules property.
1414

15-
For example, one rule might be a [`CSSStyleRule`](../icssstylerule/) object containing a style such as
15+
For example, one rule might be a [`ICSSStyleRule`](../icssstylerule/) object containing a style such as
1616

1717
```csharp
1818
h1, h2 { font-size: 16pt; }

0 commit comments

Comments
 (0)