Class BackgroundShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BackgroundShorthandResolver
- All Implemented Interfaces:
-
IShorthandResolver
IShorthandResolver
implementation for backgrounds.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Constructor Details
-
BackgroundShorthandResolver
public BackgroundShorthandResolver()
-
-
Method Details
-
resolveShorthand
Description copied from interface:IShorthandResolver
Resolves a shorthand expression.- Specified by:
-
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
-
shorthandExpression
- the shorthand expression - Returns:
- a list of CSS declaration
-