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
The list style types (disc, decimal,...). -
LIST_STYLE_POSITION_VALUES
The list style positions (inside, outside).
-
-
Constructor Details
-
ListStyleShorthandResolver
public ListStyleShorthandResolver()
-
-
Method Details
-
resolveShorthand
Description copied from interface:IShorthandResolver
Resolves a shorthand expression.- Specified by:
resolveShorthand
in interfaceIShorthandResolver
- Parameters:
shorthandExpression
- the shorthand expression- Returns:
- a list of CSS declaration
-