您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

frd_type.xml 1.6KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!--
  3. ====================================================================
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ====================================================================
  17. -->
  18. <record fromfile="true" name="FRD" package="org.apache.poi.hwpf.model.types">
  19. <suffix>AbstractType</suffix>
  20. <extends>HDFType</extends>
  21. <description>Footnote Reference Descriptor (FRD). &lt;p&gt;Class and fields descriptions are
  22. quoted from Microsoft Office Word 97-2007 Binary File Format (.doc) Specification
  23. </description>
  24. <author>Sergey Vladimirov; according to Microsoft Office Word 97-2007 Binary File Format (.doc)
  25. Specification
  26. </author>
  27. <fields>
  28. <field type="short" size="2" name="nAuto"
  29. description="If > 0, the note is an automatically numbered note, otherwise it has a custom mark"/>
  30. </fields>
  31. </record>