Interface IStyleSheet

Interface IStyleSheet

İsim alanı : Aspose.Html.Dom.Css Görüntüleme: Aspose.HTML.dll (25.4.0)

StyleSheet arayüzü, herhangi bir stil sayfasının abstrak temel arayüzüdür. yapılandırılmış bir belge ile ilişkili tek bir stil sayfasını temsil eder.

[ComVisible(true)]
public interface IStyleSheet

Properties

Disabled

if if the style sheet is applied to the document. true if it is not. modifying this attribute may cause a new style resolution for the document. if if if the style sheet only applies if both an appropriate medium definition is present and the disabled attribute is false. if the media does not apply to the current user agent, the disabled attribute is ignored. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style sheet is applied to the document. if the style

bool Disabled { get; set; }

Mülkiyet Değer

bool

Href

Stil sayfası bir bağlantılı stil sayfası ise, özelliklerinin değeri yeridir. inline stil sayfaları için, bu özelliklerin değeri sıfırdır.

string Href { get; }

Mülkiyet Değer

string

Media

Stil bilgileri için hedef medyası.

IMediaList Media { get; }

Mülkiyet Değer

IMediaList

OwnerNode

Bu stil sayfasını belge ile ilişkilendiren düğüm. HTML için, bu ilgili LINK veya STYLE elemanı olabilir. XML için, bu bağlantı işleme talimatı olabilir. Diğer stil sayfaları tarafından yer alan stil sayfaları için, bu özellik değeri sıfırdır.

Node OwnerNode { get; }

Mülkiyet Değer

Node

ParentStyleSheet

Stil tablosu içeriği kavramını destekleyen stil tablosu dilleri için, bu özellik, bir varsa, stil tablosu içeriği temsil eder. stil tablosu üst düzey bir stil tablosu ise veya stil tablosu dili içeriği desteklemezse, bu özellik değeri sıfırdır.

IStyleSheet ParentStyleSheet { get; }

Mülkiyet Değer

IStyleSheet

Title

Danışmanlık Adı

string Title { get; }

Mülkiyet Değer

string

Type

Bu, bu stil sayfası için stil sayfası dilini belirler. stil sayfası dili bir içerik türü olarak belirlenir (örneğin “text/css”).

string Type { get; }

Mülkiyet Değer

string

 Türkçe