ICSSMarginRule Interface
ICSSMarginRule interface
The CSSMarginRule interface represents a margin at-rule (e.g. @top-left) in an @page at-rule.
public interface ICSSMarginRule : ICSSRule
Properties
Name | Description |
---|---|
getName The name attribute must return the name of the margin at-rule. The @ character is not included in the name. | |
getStyle The style attribute must return a CSSStyleDeclaration object for the margin at-rule. |
See Also
- interface ICSSRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML