Interface CSSMarginRule

All Superinterfaces:
CSSRule, CSSRule

public interface CSSMarginRule extends CSSRule
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.
    • getStyle

      Get the style that is declared by this rule.
      Returns:
      the style declaration.