CSSStyleDeclarationオブジェクト
CSSStyleDeclarationオブジェクトは、CSSプロパティと値のペアのコレクションを表します。
CSSStyleDeclarationオブジェクトのプロパティ
プロパティ | 説明 |
---|---|
cssText | 宣言ブロックのテキスト表現を返します。 |
length | プロパティの数を返します。 |
parentRule | 含むCssRuleを返します。 |
CSSStyleDeclarationオブジェクトのメソッド
方法 | 説明 |
---|---|
getPropertyPriority( property ) | プロパティがあるかどうかを取得し"important"の優先順位を |
getPropertyValue( property ) | プロパティ値を取得します。 |
item( index ) | プロパティ名を取得します。 |
removeProperty( property ) | 削除プロパティ値を取得します。 |
setProperty( property, value, priority ) | 要素のCSSプロパティを設定します |