iTextSharp.text.pdf.hyphenation.TernaryTree.Iterator.NextElement C# (CSharp) Method

NextElement() public method

public NextElement ( ) : Object
return Object
            public Object NextElement() {
                string res = curkey;
                cur = Up();
                Run();
                return res;
            }