- All Superinterfaces:
CSSDeclarationRule,CSSPageRule,CSSRule,ExtendedCSSRule
- All Known Implementing Classes:
PageRule
An extended CSS @page rule.
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULEFields inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
COUNTER_STYLE_RULE, CUSTOM_MEDIA_RULE, DOCUMENT_RULE, FONT_FEATURE_VALUES_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, NAMESPACE_RULE, REGION_STYLE_RULE, SUPPORTS_RULE, VIEWPORT_RULE -
Method Summary
Modifier and TypeMethodDescriptionExtendedCSSRuleList<? extends CSSMarginRule>Get the list of page-margin rules.Methods inherited from interface io.sf.carte.doc.style.css.CSSDeclarationRule
getStyle, getStyleDeclarationErrorHandlerMethods inherited from interface org.w3c.dom.css.CSSPageRule
getSelectorText, getStyle, setSelectorTextMethods inherited from interface org.w3c.dom.css.CSSRule
getCssText, getType, setCssTextMethods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSRule
clone, getMinifiedCssText, getParentRule, getParentStyleSheet, writeCssText
-
Method Details
-
getMarginRules
ExtendedCSSRuleList<? extends CSSMarginRule> getMarginRules()Get the list of page-margin rules.- Returns:
- the list of page-margin rules, or
nullif there are no margin rules.
-