Пример #1
0
 public int getLineHeight() {
   if (content != null) {
     IStyle contentStyle = content.getComputedStyle();
     return PropertyUtil.getLineHeight(contentStyle.getLineHeight());
   }
   return 0;
 }