iText 5

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

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

Inheritance

Constructors

HyphenationAuto

Source code

public HyphenationAuto(string lang, string country, int leftMin, int rightMin)

Arguments

Type

Name

Description

string

lang

string

country

int

leftMin

int

rightMin

Methods

GetHyphenatedWordPre

Source code

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

HyphenatedWordPost

public virtual string HyphenatedWordPost { get; }

Generated with ModularDoc