@DOMObjectAttribute @DOMNameAttribute(name="CSSMarginRule") public interface ICSSMarginRule extends ICSSRule
The CSSMarginRule interface represents a margin at-rule.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name attribute must return the name of the margin at-rule.
|
ICSSStyleDeclaration |
getStyle()
The declaration-block of this rule.
|
getCSSText, getParentRule, getParentStyleSheet, getType, setCSSText
@DOMNameAttribute(name="name") java.lang.String getName()
The name attribute must return the name of the margin at-rule. The @ character is not included in the name.
@DOMNameAttribute(name="style") ICSSStyleDeclaration getStyle()
The declaration-block of this rule.