iTextSharp.text.pdf.hyphenation.HyphenationTree.AddException C# (CSharp) Метод

AddException() публичный Метод

public AddException ( String word, List hyphenatedword ) : void
word String
hyphenatedword List
Результат void
        public void AddException(String word, List<object> hyphenatedword)
        {
            stoplist[word] = hyphenatedword;
        }