Table of Contents

Class ActualTextIterator

Namespace
iText.IO.Font.Otf
Assembly
itext.io.dll
public class ActualTextIterator : IEnumerator<GlyphLine.GlyphLinePart>, IEnumerator, IDisposable
Inheritance
ActualTextIterator
Implements
Inherited Members

Constructors

ActualTextIterator(GlyphLine)

public ActualTextIterator(GlyphLine glyphLine)

Parameters

glyphLine GlyphLine

ActualTextIterator(GlyphLine, int, int)

public ActualTextIterator(GlyphLine glyphLine, int start, int end)

Parameters

glyphLine GlyphLine
start int
end int

Properties

Current

public GlyphLine.GlyphLinePart Current { get; }

Property Value

GlyphLine.GlyphLinePart

Methods

Dispose()

public void Dispose()

HasNext()

public bool HasNext()

Returns

bool

MoveNext()

public bool MoveNext()

Returns

bool

Next()

public GlyphLine.GlyphLinePart Next()

Returns

GlyphLine.GlyphLinePart

Reset()

public void Reset()