• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ie_impexp_XSL-FO.h

Go to the documentation of this file.
00001 /* AbiWord
00002  * Copyright (C) 1998 AbiSource, Inc.
00003  *
00004  * This program is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU General Public License
00006  * as published by the Free Software Foundation; either version 2
00007  * of the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00017  * 02110-1301 USA.
00018  */
00019 
00020 #ifndef IE_IMPEXP_XSL_FO_H
00021 #define IE_IMPEXP_XSL_FO_H
00022 
00023 // we handle a small subset of the XSL-FO spec
00024 
00025 #define TT_OTHER        0
00026 #define TT_DOCUMENT     1   // fo:root
00027 #define TT_SECTION      2   // fo:flow
00028 #define TT_BLOCK        3   // fo:block
00029 #define TT_INLINE       4   // fo:inline
00030 #define TT_CHAR         5   // fo:character
00031 #define TT_IMAGE        6   // fo:external-graphic
00032 
00033 #define TT_LAYOUT_MASTER_SET    7   // fo:layout-master-set
00034 #define TT_SIMPLE_PAGE_MASTER   8   // fo:simple-page-master
00035 #define TT_REGION_BODY          9   // fo:region-body
00036 #define TT_PAGE_SEQUENCE        10  // fo:page-sequence
00037 #define TT_TABLE                11  // fo:table
00038 #define TT_TABLEBODY            12  // fo:table-body
00039 #define TT_TABLEROW             13  // fo:table-row
00040 #define TT_TABLECOLUMN          14  // fo:table-column
00041 #define TT_TABLECELL            15  // fo:table-cell
00042 #define TT_FOOTNOTE             16  // fo:footnote
00043 #define TT_FOOTNOTEBODY         17  // fo:footnote-body
00044 #define TT_LIST                 18  // fo:list
00045 #define TT_LISTITEM             19  // fo:list-item
00046 #define TT_LISTITEMLABEL        20  // fo:list-item-label
00047 #define TT_LISTITEMBODY         21  // fo:list-item-body
00048 #define TT_LISTBLOCK            22  // fo:list-block
00049 #define TT_BASICLINK            23  // fo:basic-link
00050 #define TT_STATIC           24  // fo:static-content
00051 
00052 #endif

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1