Interface CSSMarginRule

All Superinterfaces:
CSSDeclarationRule, CSSRule, org.w3c.dom.css.CSSRule
All Known Implementing Classes:
MarginRule

public interface CSSMarginRule extends CSSDeclarationRule
Margin rule.
  • Method Details

    • getName

      String getName()
      The name of the margin at-rule.
      Returns:
      the name of the margin at-rule. The @ character is not included in the name.