Class ShorthandResolverFactory
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.ShorthandResolverFactory
A factory for creating ShorthandResolver objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IShorthandResolver
getShorthandResolver
(String shorthandProperty) Gets a shorthand resolver.
-
Constructor Details
-
ShorthandResolverFactory
public ShorthandResolverFactory()
-
-
Method Details
-
getShorthandResolver
Gets a shorthand resolver.- Parameters:
-
shorthandProperty
- the property - Returns:
- the shorthand resolver
-