Package com.itextpdf.styledxmlparser.css
Interface ICssResolver
- All Known Implementing Classes:
SvgStyleResolver
public interface ICssResolver
Interface for CSS resolvers.
-
Method Summary
Modifier and TypeMethodDescriptionresolveStyles
(INode node, AbstractCssContext context) Resolves the styles of a node given the passed context.
-
Method Details
-
resolveStyles
Resolves the styles of a node given the passed context.- Parameters:
node
- the nodecontext
- the CSS context (RootFontSize, etc.)- Returns:
- the map containing the resolved styles
-