public abstract class AbstractBoxShorthandResolver extends Object implements IShorthandResolver
IShorthandResolver implementation for box definitions.
| Constructor and Description |
|---|
AbstractBoxShorthandResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getPostfix()
Gets the postfix of a property.
|
protected abstract String |
getPrefix()
Gets the prefix of a property.
|
List<CssDeclaration> |
resolveShorthand(String shorthandExpression)
Resolves a shorthand expression.
|
protected abstract String getPrefix()
protected abstract String getPostfix()
public List<CssDeclaration> resolveShorthand(String shorthandExpression)
IShorthandResolver
resolveShorthand in interface IShorthandResolver
shorthandExpression - the shorthand expression
Copyright © 1998–2019 iText Group NV. All rights reserved.