iTextSharp.text.pdf.hyphenation.HyphenationTree.HyphenationTree C# (CSharp) 메소드

HyphenationTree() 공개 메소드

public HyphenationTree ( ) : System
리턴 System
        public HyphenationTree()
        {
            stoplist = new Dictionary<string,List<object>>(23);    // usually a small table
            classmap = new TernaryTree();
            vspace = new ByteVector();
            vspace.Alloc(1);    // this reserves index 0, which we don't use
        }