Skip to main content
Skip table of contents

IHyphenationEvent

IHyphenationEvent Public interface

Diagram

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

Members

Properties

Public properties
TypeNameMethods
stringHyphenSymbolget
stringHyphenatedWordPostget

Methods

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

Details

Methods

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

Properties

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