コード例 #1
0
ファイル: PdfLine.java プロジェクト: nrahimi/pdfunlock
 /**
  * Sets the listsymbol of this line.
  *
  * <p>This is only necessary for the first line of a <CODE>ListItem</CODE>.
  *
  * @param listItem the list symbol
  */
 public void setListItem(ListItem listItem) {
   this.listSymbol = listItem.getListSymbol();
   this.symbolIndent = listItem.getIndentationLeft();
 }