Class ListStyleShorthandResolver
java.lang.Object
com.itextpdf.styledxmlparser.css.resolve.shorthand.impl.ListStyleShorthandResolver
- All Implemented Interfaces:
IShorthandResolver
IShorthandResolver implementation for list styles.-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list style positions (inside, outside).The list style types (disc, decimal,...). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveShorthand(String shorthandExpression) Resolves a shorthand expression.
-
Field Details
-
LIST_STYLE_TYPE_VALUES
-
LIST_STYLE_POSITION_VALUES
-
-
Constructor Details
-
ListStyleShorthandResolver
public ListStyleShorthandResolver()
-
-
Method Details
-
resolveShorthand
Description copied from interface:IShorthandResolverResolves a shorthand expression.- Specified by:
resolveShorthandin interfaceIShorthandResolver- Parameters:
shorthandExpression- the shorthand expression- Returns:
- a list of CSS declaration
-