View | Details | Raw Unified | Return to bug 43883
Collapse All | Expand All

(-)scratchpad/src/org/apache/poi/hwpf/model/StyleSheet.java (+8 lines)
Lines 284-289 Link Here
284
          sd.setCHP(chp);
284
          sd.setCHP(chp);
285
      }
285
      }
286
  }
286
  }
287
  
288
  /**
289
   * Gets the number of styles in the style sheet.
290
   * @return The number of styles in the style sheet.
291
   */
292
  public int numStyles() {
293
    return _styleDescriptions.length;
294
  }
287
295
288
  /**
296
  /**
289
   * Gets the StyleDescription at index x.
297
   * Gets the StyleDescription at index x.

Return to bug 43883