Uses of Interface
io.sf.carte.doc.style.css.CSSDeclarationRule
Packages that use CSSDeclarationRule
Package
Description
This package and its subpackages provide an implementation of the
CSS Object Model API.
Implementation classes for the CSS Object Model API.
-
Uses of CSSDeclarationRule in io.sf.carte.doc.style.css
Subinterfaces of CSSDeclarationRule in io.sf.carte.doc.style.cssModifier and TypeInterfaceDescriptioninterfaceA CSS font-face rule.interfaceThe CSSKeyframeRule interface represents the style rule for a single key.interfaceMargin rule.interfaceA CSS @page rule.interfaceA CSS style rule.Methods in io.sf.carte.doc.style.css that return CSSDeclarationRuleModifier and TypeMethodDescriptionCSSStyleSheet.createViewportRule()Create a CSSViewportRule compatible with this implementation.CSSStyleDeclaration.getParentRule()Retrieves the CSS rule that contains this declaration block.Methods in io.sf.carte.doc.style.css with parameters of type CSSDeclarationRuleModifier and TypeMethodDescriptionCSSStyleSheetFactory.createStyleDeclarationErrorHandler(CSSDeclarationRule rule) Create a new StyleDeclarationErrorHandler for the given style rule. -
Uses of CSSDeclarationRule in io.sf.carte.doc.style.css.om
Classes in io.sf.carte.doc.style.css.om that implement CSSDeclarationRuleModifier and TypeClassDescriptionclassAbstract class to be inherited by CSS rules which have a CSSStyleDeclaration.classCSS counter-style rule implementation.classAbstract class to be inherited by CSS rules which have both selectors and a CSSStyleDeclaration.classImplementation of CSSFontFaceRule.classCSSKeyframeRule implementation.classImplementation of CSSMarginRule.classImplementation of CSSPageRule.classCSS style rule.classCSS Viewport rule implementation.Methods in io.sf.carte.doc.style.css.om with parameters of type CSSDeclarationRuleModifier and TypeMethodDescriptionBaseCSSStyleSheetFactory.createStyleDeclarationErrorHandler(CSSDeclarationRule rule) Create a new StyleDeclarationErrorHandler for the given style rule.