/* AbiWord * Copyright (C) 1998 AbiSource, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ #ifndef IE_IMPEXP_DOCBOOK_H #define IE_IMPEXP_DOCBOOK_H #define TT_OTHER 0 // anything else #define TT_DOCUMENT 1 // a document #define TT_SECTION 2 // section
#define TT_BLOCK 3 // a paragraph #define TT_PHRASE 4 // formatted text #define TT_EMPHASIS 5 // emphasized (italic) text #define TT_SUPERSCRIPT 6 // superscript #define TT_SUBSCRIPT 7 // subscript #define TT_BLOCKQUOTE 8 // block quote #define TT_BRIDGEHEAD 9 // heading #define TT_CHAPTER 10 // legacy abiword documents #define TT_TITLE 11 // title #define TT_PAGEBREAK 12 // #define TT_PLAINTEXT 13 #define TT_LINK 14 #define TT_ULINK 15 #define TT_BOOKMARK 16 #define TT_FIGURE 17 #define TT_MEDIAOBJECT 18 #define TT_IMAGEOBJECT 19 #define TT_IMAGEDATA 20 #define TT_TABLE 21 // table without a title #define TT_COLSPEC 22 // #define TT_TBODY 23 // #define TT_TGROUP 24 // #define TT_ROW 25 // table row #define TT_ENTRY 26 // table cell #define TT_FOOTNOTE 27 // footnote #define TT_BOOKINFO 28 // #define TT_AUTHOR 29 // #define TT_HONORIFIC 30 // #define TT_PERSONNAME 31 // #define TT_FIRSTNAME 32 // #define TT_SURNAME 33 // #define TT_OTHERNAME 34 // #define TT_KEYWORDSET 35 // #define TT_KEYWORD 36 // #define TT_PUBLISHER 37 // #define TT_PUBLISHERNAME 38 // #define TT_ABSTRACT 39 // #define TT_DATE 40 // #define TT_LEGALNOTICE 41 // #define TT_SUBJECTSET 42 // #define TT_SUBJECT 43 // #define TT_SUBJECTTERM 44 // #define TT_COLLAB 45 // a collaborator #define TT_COLLABNAME 46 // #define TT_REVHISTORY 47 // #define TT_REVISION 48 // #define TT_REVNUMBER 49 // #define TT_REVREMARK 50 // #define TT_BIBLIOMISC 51 // #define TT_APPLICATION 52 // #define TT_ENTRYTBL 53 // nested table #define TT_TEXTOBJECT 54 // #define TT_INLINEEQUATION 55 // #define TT_MATHPHRASE 56 // #define TT_INFORMALFIGURE 57 // a figure without a title #define TT_FOOTNOTEREF 58 // #define TT_ITEMIZEDLIST 59 // #define TT_LISTITEM 60 // #define TT_TOC 61 // table of contents #define TT_TOCBACK 62 // #define TT_TOCCHAP 63 // #define TT_TOCFRONT 64 // #define TT_TOCPART 65 // #define TT_TOCLEVEL1 66 // #define TT_TOCLEVEL2 67 // #define TT_TOCLEVEL3 68 // #define TT_TOCLEVEL4 69 // #define TT_TOCLEVEL5 70 // #define TT_COL 71 // #define TT_THEAD 72 // table header #define TT_TFOOT 73 // table footer #define TT_QUOTE 74 // #define TT_EMAIL 75 // #define TT_BIBLIOCOVERAGE 76 // #define TT_BIBLIORELATION 77 // #define TT_BIBLIOSOURCE 78 // #define TT_REVDESCRIPTION 79 // #define TT_ABBREVIATION 80 // #define TT_ACRONYM 81 // #define TT_SECTIONINFO 82 // and - #define TT_PART 83 // #define TT_ARTICLE 84 //
#define TT_PUBDATE 85 // #define TT_AUTHORGROUP 86 // #define TT_INDEX 87 // #define TT_INDEXDIV 88 // #define TT_INDEXENTRY 89 // #define TT_INDEXINFO 90 // #define TT_INDEXTERM 91 // #define TT_PRIMARY 92 // #define TT_SECONDARY 93 // #define TT_TERTIARY 94 // #define TT_PRIMARYIE 95 // #define TT_SECONDARYIE 96 // #define TT_TERTIARYIE 97 // #define TT_SEE 98 // #define TT_SEEALSO 99 // #define TT_SEEIE 100 // #define TT_ARTICLEINFO 101 // #define TT_PREFACE 102 // #define TT_PREFACEINFO 103 // #define TT_EQUATION 104 // , , #define TT_GRAPHIC 105 // #define TT_CITETITLE 106 // #define TT_PRODUCTNAME 107 // #define TT_PRODUCTNUMBER 108 // #define TT_INVPARTNUMBER 109 // #define TT_VARNAME 110 // #define TT_COMMAND 111 // #define TT_ORDEREDLIST 112 // #define TT_FORMALPARA 113 // #define TT_TIP 114 // #define TT_APPENDIX 115 // #define TT_APPENDIXINFO 116 // #define TT_GLOSSARY 117 // #define TT_ACKNO 118 // #define TT_ALT 119 // #define TT_VIDEOOBJECT 120 // #define TT_VIDEODATA 121 // #define TT_YEAR 122 // #define TT_COPYRIGHT 123 // #define TT_EDITION 124 // #define TT_SET 125 // #define TT_SCREENSHOT 126 // #define TT_SCREENINFO 127 // #define TT_EDITOR 128 // #define TT_CHAPTERINFO 129 // #define TT_PRINTHISTORY 130 // #define TT_COLOPHON 131 // #define TT_DEDICATION 132 // #define TT_PARTINFO 133 // #define TT_PARTINTRO 134 // #define TT_AUTHORBLURB 135 // #define TT_BIBLIOGRAPHY 136 // #define TT_BIBLIOENTRY 137 // #define TT_BIBLIOMIXED 138 // #define TT_BIBLIOMSET 139 // #define TT_BIBLIOSET 140 // #define TT_AUTHORINITIALS 141 // #define TT_ARTPAGENUMS 142 // #define TT_VOLUMENUM 143 // #define TT_ISSUENUM 144 // #define TT_HOLDER 145 // #define TT_REFENTRY 146 // #define TT_REFSYNOPSISDIV 147 // #define TT_SGMLTAG 148 // #define TT_ATTRIBUTION 149 // #define TT_LINEAGE 150 // #define TT_BIBLIODIV 151 // #define TT_EPIGRAPH 152 // #define TT_ITERMSET 153 // #define TT_VARIABLELIST 154 // #define TT_CMDSYNOPSIS 155 // #define TT_SEGMENTEDLIST 156 // #define TT_SEGLISTITEM 157 // #define TT_SEG 158 // #define TT_AREA 159 // #define TT_AREASET 160 // #define TT_AREASPEC 161 // #define TT_GRAPHICCO 162 // #define TT_IMAGEOBJECTCO 163 // #define TT_MEDIAOBJECTCO 164 // #define TT_FUNCSYNOPSIS 165 // #define TT_SCREEN 166 // #define TT_SYNOPSIS 167 // #define TT_SIMPARA 168 // #endif