iTextSharp.text.pdf.hyphenation.HyphenationTree.AddException C# (CSharp) Méthode

AddException() public méthode

public AddException ( String word, List hyphenatedword ) : void
word String
hyphenatedword List
Résultat void
        public void AddException(String word, List<object> hyphenatedword)
        {
            stoplist[word] = hyphenatedword;
        }