Class BorderLeftShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBorderShorthandResolver
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BorderLeftShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class BorderLeftShorthandResolver extends AbstractBorderShorthandResolver
AbstractBorderShorthandResolver
implementation for left borders.
-
-
Constructor Summary
Constructors Constructor Description BorderLeftShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getPrefix()
Gets the prefix of a property.-
Methods inherited from class com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBorderShorthandResolver
resolveShorthand
-
-
-
-
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
-
-