iText 5

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

Type

Name

Methods

string

HyphenSymbol

get

string

HyphenatedWordPost

get

Methods

Public methods

Returns

Name

string

GetHyphenatedWordPre

(string word,

BaseFont

font, float fontSize, float remainingWidth)

Details

Methods

GetHyphenatedWordPre

public string GetHyphenatedWordPre(string word, BaseFont font, float fontSize, float remainingWidth)

Arguments

Type

Name

Description

string

word

BaseFont

font

float

fontSize

float

remainingWidth

Properties

HyphenSymbol

public string HyphenSymbol { get; }

HyphenatedWordPost

public string HyphenatedWordPost { get; }

Generated with ModularDoc