Uses of Class
org.xhtmlrenderer.css.sheet.FontFaceRule
-
Packages that use FontFaceRule Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.css.sheet -
-
Uses of FontFaceRule in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return types with arguments of type FontFaceRule Modifier and Type Method Description List<FontFaceRule>StyleReference. getFontFaceRules() -
Uses of FontFaceRule in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return types with arguments of type FontFaceRule Modifier and Type Method Description List<FontFaceRule>Matcher. getFontFaceRules() -
Uses of FontFaceRule in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return types with arguments of type FontFaceRule Modifier and Type Method Description List<FontFaceRule>Stylesheet. getFontFaceRules()Methods in org.xhtmlrenderer.css.sheet with parameters of type FontFaceRule Modifier and Type Method Description voidStylesheet. addFontFaceRule(FontFaceRule rule)
-