Class BorderRightShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBorderShorthandResolver
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.BorderRightShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class BorderRightShorthandResolver extends AbstractBorderShorthandResolver
AbstractBorderShorthandResolverimplementation for right borders.
-
-
Constructor Summary
Constructors Constructor Description BorderRightShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPrefix()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:AbstractBorderShorthandResolverGets the prefix of a property.- Specified by:
getPrefixin classAbstractBorderShorthandResolver- Returns:
- the prefix
-
-