public abstract class AbstractCornersShorthandResolver extends Object implements IShorthandResolver
IShorthandResolver implementation for corners definitions.| Constructor and Description |
|---|
AbstractCornersShorthandResolver() |
| 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)
IShorthandResolverresolveShorthand in interface IShorthandResolvershorthandExpression - the shorthand expressionCopyright © 1998–2023 iText Group NV. All rights reserved.