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

GetPreHyphenText() 공개 메소드

public GetPreHyphenText ( int index ) : string
index int
리턴 string
        public string GetPreHyphenText(int index) {
            return word.Substring(0, hyphenPoints[index]);
        }