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
Public Static methods
Details
Constructors
StyleSheet
Source code
public StyleSheet()
Methods
Source code
public virtual void LoadTagStyle(string tag, IDictionary<string, string> attrs)
Arguments
Type | Name | Description |
---|
string | tag | |
IDictionary <string , string > | attrs | |
Source code
public virtual void LoadTagStyle(string tag, string key, string value)
Arguments
Type | Name | Description |
---|
string | tag | |
string | key | |
string | value | |
LoadStyle [1/2]
Source code
public virtual void LoadStyle(string className, Dictionary<string, string> attrs)
Arguments
Type | Name | Description |
---|
string | className | |
Dictionary <string , string > | attrs | |
LoadStyle [2/2]
Source code
public virtual void LoadStyle(string className, string key, string value)
Arguments
Type | Name | Description |
---|
string | className | |
string | key | |
string | value | |
ApplyStyle
Source code
public virtual void ApplyStyle(string tag, IDictionary<string, string> attrs)
Arguments
Type | Name | Description |
---|
string | tag | |
IDictionary <string , string > | attrs | |
ResolveStyleAttribute
Source code
public static void ResolveStyleAttribute(IDictionary<string, string> h, ChainedProperties chain)
Arguments
Generated with ModularDoc