Class ColumnRuleShortHandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.ColumnRuleShortHandResolver
- All Implemented Interfaces:
-
IShorthandResolver
Shorthand resolver for the column-rule property. This property is a shorthand for the column-rule-width, column-rule-style, and column-rule-color properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Constructor Details
-
ColumnRuleShortHandResolver
public ColumnRuleShortHandResolver()Creates a newColumnsShorthandResolver
instance.
-
-
Method Details
-
resolveShorthand
Resolves a shorthand expression.- Specified by:
-
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
-
shorthandExpression
- the shorthand expression - Returns:
- a list of CSS declaration
-