Hyphenation Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.hyphenation iTextSharp.text.pdf.hyphenation.Hyphenation[[Hyphenation]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
() |
Details
Constructors
Hyphenation
Source code
public Hyphenation(string word, int[] points)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
word |
|
|
|
points |
Methods
GetPreHyphenText
Source code
public virtual string GetPreHyphenText(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
GetPostHyphenText
Source code
public virtual string GetPostHyphenText(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
ToString
Source code
public override string ToString()
Properties
Length
public virtual int Length { get; }
HyphenationPoints
public virtual int HyphenationPoints { get; }
Generated with ModularDoc