Skip to main content
Skip table of contents

HyphenationAuto

HyphenationAuto Public class

Diagram

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

Members

Properties

Public properties
TypeNameMethods
stringHyphenSymbolget
stringHyphenatedWordPostget

Methods

Public methods
ReturnsName
stringGetHyphenatedWordPre(string word, BaseFont font, float fontSize, float remainingWidth)

Details

Inheritance

Constructors

HyphenationAuto

Source code

public HyphenationAuto(string lang, string country, int leftMin, int rightMin)
Arguments
TypeNameDescription
stringlang
stringcountry
intleftMin
intrightMin

Methods

GetHyphenatedWordPre

Source code

public virtual string GetHyphenatedWordPre(string word, BaseFont font, float fontSize, float remainingWidth)
Arguments
TypeNameDescription
stringword
BaseFontfont
floatfontSize
floatremainingWidth

Properties

HyphenSymbol
public virtual string HyphenSymbol { get; }
HyphenatedWordPost
public virtual string HyphenatedWordPost { 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.