Uses of Class
com.openhtmltopdf.css.sheet.Ruleset
-
Packages that use Ruleset Package Description com.openhtmltopdf.context com.openhtmltopdf.css.extend com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.parser com.openhtmltopdf.css.sheet -
-
Uses of Ruleset in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return Ruleset Modifier and Type Method Description RulesetStylesheetFactoryImpl. parseStyleDeclaration(int origin, String styleDeclaration) -
Uses of Ruleset in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend that return Ruleset Modifier and Type Method Description RulesetStylesheetFactory. parseStyleDeclaration(int author, String style) -
Uses of Ruleset in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.css.newmatch that return Ruleset Modifier and Type Method Description RulesetSelector. getRuleset()get the Ruleset that this Selector is part ofMethods in com.openhtmltopdf.css.newmatch with parameters of type Ruleset Modifier and Type Method Description voidSelector. setParent(Ruleset ruleset) -
Uses of Ruleset in com.openhtmltopdf.css.parser
Methods in com.openhtmltopdf.css.parser that return Ruleset Modifier and Type Method Description RulesetCSSParser. parseDeclaration(int origin, String text) -
Uses of Ruleset in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return Ruleset Modifier and Type Method Description RulesetPageRule. getRuleset()Methods in com.openhtmltopdf.css.sheet that return types with arguments of type Ruleset Modifier and Type Method Description List<Ruleset>MediaRule. getContents()Methods in com.openhtmltopdf.css.sheet with parameters of type Ruleset Modifier and Type Method Description voidFontFaceRule. addContent(Ruleset ruleset)voidMediaRule. addContent(Ruleset ruleset)voidPageRule. addContent(Ruleset ruleset)voidRulesetContainer. addContent(Ruleset ruleset)voidStylesheet. addContent(Ruleset ruleset)voidPageRule. setRuleset(Ruleset ruleset)
-