Interface IStyleSheetList
Interface IStyleSheetList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
ממשק StyleSheetList מספק את הה抽象 של אוסף מסודר של גיליונות סגנון.
[ComVisible(true)]
[DOMObject]
[DOMName("StyleSheetList")]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
מיישם
IEnumerable<icssstylesheet>, IEnumerable
Properties
Length
מספר גיליונות הסגנון ברשימה. הטווח של אינדקסים חוקיים של גיליונות סגנון הוא 0 עד length-1 כולל.
[DOMName("length")]
int Length { get; }
ערך נכס
this[int]
משמש כדי לשלוף גיליון סגנון באמצעות המתודה item(int index) בהתאם ל-http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html.
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }