ISplitCharacter
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 |
---|---|
bool | IsSplitCharacter (int start, int current, int end, char``[] cc, PdfChunk [] ck) |
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 |
---|---|---|
int | start | |
int | current | |
int | end | |
char``[] | cc | |
PdfChunk [] | ck |
Generated with ModularDoc