Table of Contents

Class KeepAllSplitCharacters

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

The implementation of ISplitCharacters that prevents breaking within words.

public class KeepAllSplitCharacters : ISplitCharacters
Inheritance
KeepAllSplitCharacters
Implements
Inherited Members

Constructors

KeepAllSplitCharacters()

public KeepAllSplitCharacters()

Methods

IsSplitCharacter(GlyphLine, int)

public virtual bool IsSplitCharacter(GlyphLine text, int glyphPos)

Parameters

text GlyphLine
glyphPos int

Returns

bool