Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Hyphenation Hyphenate( char[] w, int offset, int len, int remainCharCount, int pushCharCount ) |
Visual Basic |
---|
Public Function Hyphenate ( _ w As Char(), _ offset As Integer, _ len As Integer, _ remainCharCount As Integer, _ pushCharCount As Integer _ ) As Hyphenation |
Visual C++ |
---|
public: Hyphenation^ Hyphenate( array<wchar_t>^ w, int offset, int len, int remainCharCount, int pushCharCount ) |
Parameters
- w
- Type: array<System..::..Char>[]()[][]
- offset
- Type: System..::..Int32
- len
- Type: System..::..Int32
- remainCharCount
- Type: System..::..Int32
- pushCharCount
- Type: System..::..Int32