ChainedProperties 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.ChainedProperties[[ChainedProperties]]
end
Members
Properties
Public properties
Type | Name | Methods |
---|
string | Item | get |
Methods
Public methods
Protected internal methods
Details
Nested types
Classes
Constructors
ChainedProperties
Source code
public ChainedProperties()
Methods
HasProperty
Source code
public virtual bool HasProperty(string key)
Arguments
Type | Name | Description |
---|
string | key | |
AddToChain
Source code
public virtual void AddToChain(string tag, IDictionary<string, string> props)
Arguments
Type | Name | Description |
---|
string | tag | |
IDictionary <string , string > | props | |
RemoveChain
Source code
public virtual void RemoveChain(string tag)
Arguments
Type | Name | Description |
---|
string | tag | |
AdjustFontSize
Source code
protected internal virtual void AdjustFontSize(IDictionary<string, string> attrs)
Arguments
Type | Name | Description |
---|
IDictionary <string , string > | attrs | |
Properties
Item
public string Item { get; }
Generated with ModularDoc