ISplitCharacter Public interface
Description
Interface for customizing the split character.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ISplitCharacter[[ISplitCharacter]] class iTextSharp.text.ISplitCharacter interfaceStyle; end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
|
Details
Summary
Interface for customizing the split character.
Methods
IsSplitCharacter
public bool IsSplitCharacter(int start, int current, int end, char[] cc, PdfChunk[] ck)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
start |
|
|
|
current |
|
|
|
end |
|
|
|
cc |
|
|
|
ck |
Generated with ModularDoc