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
Methods
Public methods
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