Skip to main content
Skip table of contents

IPatternConsumer

IPatternConsumer Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.hyphenation
  iTextSharp.text.pdf.hyphenation.IPatternConsumer[[IPatternConsumer]]
  class iTextSharp.text.pdf.hyphenation.IPatternConsumer interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
voidAddClass(string chargroup)
voidAddException(string word, List<object> hyphenatedword)
voidAddPattern(string pattern, string values)

Details

Methods

AddClass
public void AddClass(string chargroup)
Arguments
TypeNameDescription
stringchargroup
AddException
public void AddException(string word, List<object> hyphenatedword)
Arguments
TypeNameDescription
stringword
List<object>hyphenatedword
AddPattern
public void AddPattern(string pattern, string values)
Arguments
TypeNameDescription
stringpattern
stringvalues

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.