Skip to main content
Skip table of contents

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
ReturnsName
boolIsSplitCharacter(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
TypeNameDescription
intstart
intcurrent
intend
char``[]cc
PdfChunk[]ck

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.