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