Table of Contents

Interface ISplitCharacters

Namespace
iText.Layout.Splitting
Assembly
itext.layout.dll

Interface for customizing the split character.

public interface ISplitCharacters

Methods

IsSplitCharacter(GlyphLine, int)

The splitting implementation is free to look ahead or look behind characters to make a decision.

bool IsSplitCharacter(GlyphLine text, int glyphPos)

Parameters

text GlyphLine

an array of unicode char codes which represent current text

glyphPos int

the position of Glyph in the GlyphLine

Returns

bool

true if the character can split a line.