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 |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
font, |
Details
Methods
GetHyphenatedWordPre
public string GetHyphenatedWordPre(string word, BaseFont font, float fontSize, float remainingWidth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
word |
|
|
|
font |
|
|
|
fontSize |
|
|
|
remainingWidth |
Properties
HyphenSymbol
public string HyphenSymbol { get; }
HyphenatedWordPost
public string HyphenatedWordPost { get; }
Generated with ModularDoc