Skip to main content
Skip table of contents

ChainedProperties (1)

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
TypeNameMethods
stringItemget

Methods

Public methods
ReturnsName
voidAddToChain(string tag, IDictionary<string, string> props)
boolHasProperty(string key)
voidRemoveChain(string tag)
Protected internal methods
ReturnsName
voidAdjustFontSize(IDictionary<string, string> attrs)

Details

Nested types

Classes
  • TagAttributes

Constructors

ChainedProperties

Source code

public ChainedProperties()

Methods

HasProperty

Source code

public virtual bool HasProperty(string key)
Arguments
TypeNameDescription
stringkey
AddToChain

Source code

public virtual void AddToChain(string tag, IDictionary<string, string> props)
Arguments
TypeNameDescription
stringtag
IDictionary<string, string>props
RemoveChain

Source code

public virtual void RemoveChain(string tag)
Arguments
TypeNameDescription
stringtag
AdjustFontSize

Source code

protected internal virtual void AdjustFontSize(IDictionary<string, string> attrs)
Arguments
TypeNameDescription
IDictionary<string, string>attrs

Properties

Item
public string Item { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.