StyleSheet Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.html.simpleparser iTextSharp.text.html.simpleparser.StyleSheet[[StyleSheet]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
chain) |
Details
Constructors
StyleSheet
Source code
public StyleSheet()
Methods
LoadTagStyle [1/2]
Source code
public virtual void LoadTagStyle(string tag, IDictionary<string, string> attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
attrs |
LoadTagStyle [2/2]
Source code
public virtual void LoadTagStyle(string tag, string key, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
key |
|
|
|
value |
LoadStyle [1/2]
Source code
public virtual void LoadStyle(string className, Dictionary<string, string> attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
className |
|
|
|
attrs |
LoadStyle [2/2]
Source code
public virtual void LoadStyle(string className, string key, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
className |
|
|
|
key |
|
|
|
value |
ApplyStyle
Source code
public virtual void ApplyStyle(string tag, IDictionary<string, string> attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
attrs |
ResolveStyleAttribute
Source code
public static void ResolveStyleAttribute(IDictionary<string, string> h, ChainedProperties chain)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
h |
|
|
|
chain |
Generated with ModularDoc