Class AbstractBorderShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBorderShorthandResolver
- All Implemented Interfaces:
-
IShorthandResolver
- Direct Known Subclasses:
-
BorderBottomShorthandResolver
,BorderLeftShorthandResolver
,BorderRightShorthandResolver
,BorderShorthandResolver
,BorderTopShorthandResolver
,OutlineShorthandResolver
Abstract
IShorthandResolver
implementation for borders.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
Gets the prefix of a property.resolveShorthand
(String shorthandExpression) Resolves a shorthand expression.
-
Constructor Details
-
AbstractBorderShorthandResolver
public AbstractBorderShorthandResolver()
-
-
Method Details
-
getPrefix
Gets the prefix of a property.- Returns:
- the prefix
-
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
-