aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
diff options
context:
space:
mode:
authorSergey Vladimirov <sergey@apache.org>2012-09-23 12:56:09 +0000
committerSergey Vladimirov <sergey@apache.org>2012-09-23 12:56:09 +0000
commit7e47c6ee35f2d54df59c9104eb7f8bb8c2c8be67 (patch)
tree117f09dfca66dd295de5420d41372f26130e256b /src/types
parentf03ec6da4e40d07ad302103eaafac28382913688 (diff)
downloadpoi-7e47c6ee35f2d54df59c9104eb7f8bb8c2c8be67.tar.gz
poi-7e47c6ee35f2d54df59c9104eb7f8bb8c2c8be67.zip
refactor list format override structures (was marked with @Internal annotation)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/types')
-rw-r--r--src/types/definitions/lfo_type.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/types/definitions/lfo_type.xml b/src/types/definitions/lfo_type.xml
index cc4d88df34..911f6ce6f1 100644
--- a/src/types/definitions/lfo_type.xml
+++ b/src/types/definitions/lfo_type.xml
@@ -21,19 +21,20 @@
<suffix>AbstractType</suffix>
<extends>HDFType</extends>
<description>List Format Override (LFO). &lt;p&gt;Class and fields descriptions are quoted from
- Microsoft Office Word 97-2007 Binary File Format
+ [MS-DOC] --v20110315; Word (.doc) Binary File Format
</description>
- <author>Sergey Vladimirov; according to Microsoft Office Word 97-2007 Binary File Format
- Specification [*.doc]
+ <author>Sergey Vladimirov; according to [MS-DOC] --v20110315; Word (.doc) Binary File Format;
+ Copyright (c) Microsoft Corporation
</author>
<fields>
- <field type="int" size="4" name="lsid" description="List ID of corresponding LSTF (see LSTF)"/>
- <field type="int" size="4" name="reserved1" description="Reserved"/>
- <field type="int" size="4" name="reserved2" description="Reserved"/>
+ <field type="int" size="4" name="lsid"
+ description="A signed integer that specifies the list identifier of an LSTF. This LFO corresponds to the LSTF in PlfLst.rgLstf that has an lsid whose value is equal to this value."/>
+ <field type="int" size="4" name="unused1" description="This field MUST be ignored"/>
+ <field type="int" size="4" name="unused2" description="This field MUST be ignored"/>
<field type="byte" size="1" name="clfolvl"
- description="Count of levels whose format is overridden (see LFOLVL)"/>
+ description="An unsigned integer that specifies the field that this LFO represents."/>
<field type="byte" size="1" name="ibstFltAutoNum" description="Used for AUTONUM field emulation"/>
- <field type="Grfhic" size="1" name="grfhic" description="HTML compatibility flags" />
- <field type="byte" size="1" name="reserved3" description="Reserved"/>
+ <field type="Grfhic" size="1" name="grfhic" description="HTML compatibility flags"/>
+ <field type="byte" size="1" name="unused3" description="This field MUST be ignored"/>
</fields>
</record>