1*8414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8414840eSAndrew Rist * distributed with this work for additional information
6*8414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance
9*8414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8414840eSAndrew Rist *
11*8414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8414840eSAndrew Rist *
13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8414840eSAndrew Rist * software distributed under the License is distributed on an
15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8414840eSAndrew Rist * KIND, either express or implied.  See the License for the
17*8414840eSAndrew Rist * specific language governing permissions and limitations
18*8414840eSAndrew Rist * under the License.
19*8414840eSAndrew Rist *
20*8414840eSAndrew Rist *************************************************************/
21*8414840eSAndrew Rist
22*8414840eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#define FL_SIZE             1
25cdf0e10cSrcweir#define FT_WIDTH            2
26cdf0e10cSrcweir#define MF_WIDTH            3
27cdf0e10cSrcweir#define FT_HEIGHT           4
28cdf0e10cSrcweir#define MF_HEIGHT           5
29cdf0e10cSrcweir#define CB_KEEPRATIO        6
30cdf0e10cSrcweir#define FL_SEPARATOR        7
31cdf0e10cSrcweir#define FL_ANCHOR           8
32cdf0e10cSrcweir#define RB_TOPAGE           9
33cdf0e10cSrcweir#define RB_TOPARA           10
34cdf0e10cSrcweir#define RB_TOCHAR           11
35cdf0e10cSrcweir#define RB_ASCHAR           12
36cdf0e10cSrcweir#define RB_TOFRAME          13
37cdf0e10cSrcweir#define FL_PROTECTION       14
38cdf0e10cSrcweir#define CB_POSITION         15
39cdf0e10cSrcweir#define CB_SIZE             16
40cdf0e10cSrcweir#define FL_POSITION         17
41cdf0e10cSrcweir#define FT_HORI             18
42cdf0e10cSrcweir#define LB_HORI             19
43cdf0e10cSrcweir#define FT_HORIBY           20
44cdf0e10cSrcweir#define MF_HORIBY           21
45cdf0e10cSrcweir#define FT_HORITO           22
46cdf0e10cSrcweir#define LB_HORITO           23
47cdf0e10cSrcweir#define CB_HORIMIRROR       24
48cdf0e10cSrcweir#define FT_VERT             25
49cdf0e10cSrcweir#define LB_VERT             26
50cdf0e10cSrcweir#define FT_VERTBY           27
51cdf0e10cSrcweir#define MF_VERTBY           28
52cdf0e10cSrcweir#define FT_VERTTO           29
53cdf0e10cSrcweir#define LB_VERTTO           30
54cdf0e10cSrcweir#define CB_FOLLOW           31
55cdf0e10cSrcweir#define WN_EXAMPLE          32
56