Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration
Packages that use PropertyDeclaration
Package
Description
-
Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclarationModifier and TypeMethodDescriptionstatic PropertyDeclarationCascadedStyle.createLayoutPropertyDeclaration(CSSName cssName, IdentValue display) Creates aPropertyDeclarationsuitable for passing toCascadedStyle.createLayoutStyle(List)orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])CascadedStyle.propertyByName(CSSName cssName) Returns aPropertyDeclarationby CSS property name, e.g.Methods in org.xhtmlrenderer.css.newmatch that return types with arguments of type PropertyDeclarationModifier and TypeMethodDescriptionCascadedStyle.getCascadedPropertyDeclarations()Returns anIteratorover the set ofPropertyDeclarations already matched in this CascadedStyle.PageInfo.getMarginBoxes()PageInfo.getProperties()@Nullable List<PropertyDeclaration>PageInfo.getXMPPropertyList()Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclarationModifier and TypeMethodDescriptionstatic CascadedStyleCascadedStyle.createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.static CascadedStyleCascadedStyle.createLayoutStyle(PropertyDeclaration... declarations) Creates aCascadedStyleusing the provided property declarations.Method parameters in org.xhtmlrenderer.css.newmatch with type arguments of type PropertyDeclarationModifier and TypeMethodDescriptionstatic CascadedStyleCascadedStyle.createLayoutStyle(List<PropertyDeclaration> declarations) Constructor parameters in org.xhtmlrenderer.css.newmatch with type arguments of type PropertyDeclarationModifierConstructorDescriptionPageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) PageInfo(List<PropertyDeclaration> properties, CascadedStyle pageStyle, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes) -
Uses of PropertyDeclaration in org.xhtmlrenderer.css.parser.property
Methods in org.xhtmlrenderer.css.parser.property that return PropertyDeclarationModifier and TypeMethodDescriptionprotected PropertyDeclarationAbstractPropertyBuilder.copyOf(PropertyDeclaration decl, CSSName newName) Methods in org.xhtmlrenderer.css.parser.property that return types with arguments of type PropertyDeclarationModifier 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) Methods in org.xhtmlrenderer.css.parser.property with parameters of type PropertyDeclarationModifier and TypeMethodDescriptionprotected PropertyDeclarationAbstractPropertyBuilder.copyOf(PropertyDeclaration decl, CSSName newName) -
Uses of PropertyDeclaration in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet that return types with arguments of type PropertyDeclarationModifier and TypeMethodDescriptionPageRule.getMarginBoxes()PageRule.getMarginBoxProperties(MarginBoxName name) Ruleset.getPropertyDeclarations()Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.Methods in org.xhtmlrenderer.css.sheet with parameters of type PropertyDeclarationMethod parameters in org.xhtmlrenderer.css.sheet with type arguments of type PropertyDeclarationModifier and TypeMethodDescriptionvoidRuleset.addAllProperties(List<PropertyDeclaration> props) voidPageRule.addMarginBoxProperties(MarginBoxName name, List<PropertyDeclaration> props)