Class CSSPageRule

java.lang.Object
com.helger.css.decl.CSSPageRule
All Implemented Interfaces:
ICSSTopLevelRule, ICSSSourceLocationAware, ICSSVersionAware, ICSSWriteable

@NotThreadSafe public class CSSPageRule extends Object implements ICSSTopLevelRule, ICSSVersionAware, ICSSSourceLocationAware
Represents a single @page rule.
Example:
@page { size: auto; margin: 10%; }
Author:
Philip Helger