/**
  * Gets the following paragraph lines indent.
  *
  * @return the indent
  */
 public float getFollowingIndent() {
   return column.getFollowingIndent();
 }