mirror of https://github.com/apache/poi.git
Comment improved.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
387a9a4124
commit
15f8d2c185
|
@ -80,7 +80,11 @@ public class Section
|
|||
|
||||
/**
|
||||
* <p>Returns the format ID. The format ID is the "type" of the
|
||||
* section.</p>
|
||||
* section. For example, if the format ID of the first {@link
|
||||
* Section} contains the bytes specified by
|
||||
* <code>org.apache.poi.hpsf.wellknown.SectionIDMap.SUMMARY_INFORMATION_ID</code>
|
||||
* the section (and thus the property set) is a
|
||||
* SummaryInformation.</p>
|
||||
*
|
||||
* @return The format ID
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue