Uses of Enum Class
org.xhtmlrenderer.css.sheet.StylesheetInfo.Origin
Packages that use StylesheetInfo.Origin
Package
Description
-
Uses of StylesheetInfo.Origin in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type StylesheetInfo.OriginModifier and TypeMethodDescriptionStylesheetFactoryImpl.parse(Reader reader, String uri, StylesheetInfo.Origin origin) StylesheetFactoryImpl.parseStyleDeclaration(StylesheetInfo.Origin origin, String styleDeclaration) -
Uses of StylesheetInfo.Origin in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type StylesheetInfo.OriginModifier and TypeMethodDescriptionStylesheetFactory.parse(Reader reader, String uri, StylesheetInfo.Origin origin) StylesheetFactory.parseStyleDeclaration(StylesheetInfo.Origin origin, String style) -
Uses of StylesheetInfo.Origin in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser with parameters of type StylesheetInfo.OriginModifier and TypeMethodDescriptionCSSParser.parseDeclaration(StylesheetInfo.Origin origin, String text) @Nullable PropertyValueCSSParser.parsePropertyValue(CSSName cssName, StylesheetInfo.Origin origin, String expr) CSSParser.parseStylesheet(@Nullable String uri, StylesheetInfo.Origin origin, Reader reader) -
Uses of StylesheetInfo.Origin in org.xhtmlrenderer.css.parser.property
Methods in org.xhtmlrenderer.css.parser.property with parameters of type StylesheetInfo.OriginModifier and TypeMethodDescriptionAbstractPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important) BackgroundPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) BorderSpacingPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) ContentPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) CounterPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) FontPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) ListStylePropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.BackgroundPosition.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.BackgroundSize.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontFamily.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontSize.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontWeight.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LineHeight.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Page.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Position.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TextDecoration.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ZIndex.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) PropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important) PropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) Builds a list ofPropertyDeclarationobjects for the CSS propertycssName.QuotesPropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) SizePropertyBuilder.buildDeclarations(CSSName cssName, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) protected @Nullable List<PropertyDeclaration>AbstractPropertyBuilder.checkInheritAll(CSSName[] all, List<? extends CSSPrimitiveValue> values, StylesheetInfo.Origin origin, boolean important, boolean inheritAllowed) -
Uses of StylesheetInfo.Origin in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return StylesheetInfo.OriginModifier and TypeMethodDescriptionFontFaceRule.getOrigin()MediaRule.getOrigin()PageRule.getOrigin()PropertyDeclaration.getOrigin()Ruleset.getOrigin()RulesetContainer.getOrigin()Stylesheet.getOrigin()Gets the origin attribute of the Stylesheet objectStylesheetInfo.getOrigin()Gets the origin attribute of the StylesheetInfo objectstatic StylesheetInfo.OriginReturns the enum constant of this class with the specified name.static StylesheetInfo.Origin[]StylesheetInfo.Origin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.xhtmlrenderer.css.sheet with parameters of type StylesheetInfo.OriginModifierConstructorDescriptionFontFaceRule(StylesheetInfo.Origin origin) MediaRule(StylesheetInfo.Origin origin) PageRule(StylesheetInfo.Origin origin) PropertyDeclaration(CSSName cssName, CSSPrimitiveValue value, boolean imp, StylesheetInfo.Origin orig) Creates a new instance of PropertyDeclaration from anCSSPrimitiveValueinstance.Ruleset(StylesheetInfo.Origin orig) Stylesheet(String uri, StylesheetInfo.Origin origin) Creates a new instance of StylesheetStylesheetInfo(StylesheetInfo.Origin origin, String uri, List<String> mediaTypes, @Nullable String content)