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 |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
font, |
Details
Inheritance
Constructors
HyphenationAuto
Source code
public HyphenationAuto(string lang, string country, int leftMin, int rightMin)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
country |
|
|
|
leftMin |
|
|
|
rightMin |
Methods
GetHyphenatedWordPre
Source code
public virtual string GetHyphenatedWordPre(string word, BaseFont font, float fontSize, float remainingWidth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
word |
|
|
|
font |
|
|
|
fontSize |
|
|
|
remainingWidth |
Properties
HyphenSymbol
public virtual string HyphenSymbol { get; }
HyphenatedWordPost
public virtual string HyphenatedWordPost { get; }
Generated with ModularDoc