Exemple #1
0
  /**
   * Provides a short description of the object, to be used when a POIFSViewable object has not
   * provided its contents.
   *
   * @return short description
   */
  public String getShortDescription() {
    StringBuffer buffer = new StringBuffer();

    buffer.append("Document: \"").append(_property.getName()).append("\"");
    buffer.append(" size = ").append(getSize());
    return buffer.toString();
  }