Class BorderShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBorderShorthandResolver
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BorderShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class BorderShorthandResolver extends AbstractBorderShorthandResolver
AbstractBorderShorthandResolver
implementation for borders.
-
-
Constructor Summary
Constructors Constructor Description BorderShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getPrefix()
Gets the prefix of a property.java.util.List<CssDeclaration>
resolveShorthand(java.lang.String shorthandExpression)
Resolves a shorthand expression.
-
-
-
Method Detail
-
getPrefix
protected java.lang.String getPrefix()
Description copied from class:AbstractBorderShorthandResolver
Gets the prefix of a property.- Specified by:
getPrefix
in classAbstractBorderShorthandResolver
- Returns:
- the prefix
-
resolveShorthand
public java.util.List<CssDeclaration> resolveShorthand(java.lang.String shorthandExpression)
Description copied from interface:IShorthandResolver
Resolves a shorthand expression.- Specified by:
resolveShorthand
in interfaceIShorthandResolver
- Overrides:
resolveShorthand
in classAbstractBorderShorthandResolver
- Parameters:
shorthandExpression
- the shorthand expression- Returns:
- a list of CSS declaration
-
-