Java com.itextpdf.text.html.simpleparser StyleSheet fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.html.simpleparser StyleSheet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.html.simpleparser StyleSheet.

The text is from its open source code.

Constructor

StyleSheet()
Creates a new instance of StyleSheet

Method

voidloadStyle(String className, String key, String value)
Adds an extra style key-value pair to the styles Map of a specific tag
voidloadTagStyle(String tag, String key, String value)
Adds an extra style key-value pair to the styles Map of a specific tag
voidresolveStyleAttribute(Map h, ChainedProperties chain)
Method contributed by Lubos Strapko