Class PaddingShorthandResolver
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBoxShorthandResolver
-
- com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.PaddingShorthandResolver
-
- All Implemented Interfaces:
IShorthandResolver
public class PaddingShorthandResolver extends AbstractBoxShorthandResolver
AbstractBoxShorthandResolver
implementation for paddings.
-
-
Constructor Summary
Constructors Constructor Description PaddingShorthandResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getPostfix()
Gets the postfix of a property.protected java.lang.String
getPrefix()
Gets the prefix of a property.-
Methods inherited from class com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.AbstractBoxShorthandResolver
resolveShorthand
-
-
-
-
Method Detail
-
getPrefix
protected java.lang.String getPrefix()
Description copied from class:AbstractBoxShorthandResolver
Gets the prefix of a property.- Specified by:
getPrefix
in classAbstractBoxShorthandResolver
- Returns:
- the prefix
-
getPostfix
protected java.lang.String getPostfix()
Description copied from class:AbstractBoxShorthandResolver
Gets the postfix of a property.- Specified by:
getPostfix
in classAbstractBoxShorthandResolver
- Returns:
- the postfix
-
-