Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration
Packages that use PropertyDeclaration
Package
Description
-
Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch with type parameters of type PropertyDeclarationModifier and TypeFieldDescriptionprivate final Map
<MarginBoxName, List<PropertyDeclaration>> PageInfo._marginBoxes
private final List
<PropertyDeclaration> PageInfo._properties
private final List
<PropertyDeclaration> PageInfo._xmpPropertyList
private final Map
<CSSName, PropertyDeclaration> CascadedStyle.cascadedProperties
Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclarationModifier and TypeMethodDescriptionstatic PropertyDeclaration
CascadedStyle.createLayoutPropertyDeclaration
(CSSName cssName, IdentValue display) Creates aPropertyDeclaration
suitable for passing toCascadedStyle.createLayoutStyle(List)
orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])
CascadedStyle.propertyByName
(CSSName cssName) Returns aPropertyDeclaration
by CSS property name, e.g.Methods in org.xhtmlrenderer.css.newmatch that return types with arguments of type PropertyDeclarationModifier and TypeMethodDescriptionCascadedStyle.getCascadedPropertyDeclarations()
Returns anIterator
over the set ofPropertyDeclaration
s already matched in this CascadedStyle.PageInfo.getMarginBoxes()
PageInfo.getProperties()
PageInfo.getXMPPropertyList()
Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclarationModifier and TypeMethodDescriptionstatic CascadedStyle
CascadedStyle.createLayoutStyle
(CascadedStyle startingPoint, PropertyDeclaration[] decls) Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.static CascadedStyle
CascadedStyle.createLayoutStyle
(PropertyDeclaration... declarations) Creates aCascadedStyle
using the provided property declarations.Method parameters in org.xhtmlrenderer.css.newmatch with type arguments of type PropertyDeclarationModifier and TypeMethodDescriptionstatic CascadedStyle
CascadedStyle.createLayoutStyle
(List<PropertyDeclaration> declarations) Constructor parameters in org.xhtmlrenderer.css.newmatch with type arguments of type PropertyDeclarationModifierConstructorDescription(package private)
Constructs a new CascadedStyle, given anIterator
ofPropertyDeclaration
s already sorted by specificity of the CSS selector they came from.private
CascadedStyle
(Map<CSSName, PropertyDeclaration> cascadedProperties) Default constructor with no initialization.private
CascadedStyle
(Map<CSSName, PropertyDeclaration> startingPoint, Iterator<PropertyDeclaration> iter) private
CascadedStyle
(Map<CSSName, PropertyDeclaration> startingPoint, Iterator<PropertyDeclaration> iter) PageInfo
(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 PropertyDeclaration
AbstractPropertyBuilder.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, int origin, boolean important) BackgroundPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) BorderPropertyBuilders.BorderSidePropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) BorderSpacingPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) ContentPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) CounterPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) FontPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) ListStylePropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) OneToFourPropertyBuilders.OneToFourPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.BackgroundPosition.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.BackgroundSize.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ColOrRowSpan.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontFamily.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontSize.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FontWeight.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.FSPDFFontEncoding.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericBorderCornerRadius.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericBorderWidth.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericColor.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.GenericURIWithNone.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Length.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthLike.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthLikeWithIdent.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LengthWithIdent.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.LineHeight.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Page.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.PlainInteger.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.Position.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.SingleIdent.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.TextDecoration.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PrimitivePropertyBuilders.ZIndex.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) PropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important) PropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) Builds a list ofPropertyDeclaration
objects for the CSS propertycssName
.QuotesPropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) SizePropertyBuilder.buildDeclarations
(CSSName cssName, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) protected List
<PropertyDeclaration> AbstractPropertyBuilder.checkInheritAll
(CSSName[] all, List<? extends CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed) private List
<PropertyDeclaration> PrimitivePropertyBuilders.BackgroundPosition.createTwoPercentValueResponse
(float percent1, float percent2, boolean important, int origin) private static List
<PropertyDeclaration> PrimitivePropertyBuilders.createTwoValueResponse
(CSSName cssName, CSSPrimitiveValue value1, CSSPrimitiveValue value2, int origin, boolean important) Methods in org.xhtmlrenderer.css.parser.property with parameters of type PropertyDeclarationModifier and TypeMethodDescriptionprotected PropertyDeclaration
AbstractPropertyBuilder.copyOf
(PropertyDeclaration decl, CSSName newName) Method parameters in org.xhtmlrenderer.css.parser.property with type arguments of type PropertyDeclarationModifier and TypeMethodDescriptionprivate void
BorderPropertyBuilders.BorderSidePropertyBuilder.addAll
(List<PropertyDeclaration> result, CSSName[] properties, CSSPrimitiveValue value, int origin, boolean important) -
Uses of PropertyDeclaration in org.xhtmlrenderer.css.sheet
Fields in org.xhtmlrenderer.css.sheet with type parameters of type PropertyDeclarationModifier and TypeFieldDescriptionprivate final Map
<MarginBoxName, List<PropertyDeclaration>> PageRule._marginBoxes
private final List
<PropertyDeclaration> Ruleset._props
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 TypeMethodDescriptionvoid
Ruleset.addAllProperties
(List<PropertyDeclaration> props) void
PageRule.addMarginBoxProperties
(MarginBoxName name, List<PropertyDeclaration> props)