1*6a8e298aSAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*6a8e298aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*6a8e298aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*6a8e298aSAndrew Rist * distributed with this work for additional information 6*6a8e298aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*6a8e298aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*6a8e298aSAndrew Rist * "License"); you may not use this file except in compliance 9*6a8e298aSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*6a8e298aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*6a8e298aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*6a8e298aSAndrew Rist * software distributed under the License is distributed on an 15*6a8e298aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*6a8e298aSAndrew Rist * KIND, either express or implied. See the License for the 17*6a8e298aSAndrew Rist * specific language governing permissions and limitations 18*6a8e298aSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*6a8e298aSAndrew Rist *************************************************************/ 21*6a8e298aSAndrew Rist 22*6a8e298aSAndrew Rist 23cdf0e10cSrcweir #ifndef _SWSTYLE_H 24cdf0e10cSrcweir #define _SWSTYLE_H 25cdf0e10cSrcweir 26cdf0e10cSrcweir 27cdf0e10cSrcweir #define SWSTYLEBIT_TEXT 0x0001 28cdf0e10cSrcweir #define SWSTYLEBIT_CHAPTER 0x0002 29cdf0e10cSrcweir #define SWSTYLEBIT_LIST 0x0004 30cdf0e10cSrcweir #define SWSTYLEBIT_IDX 0x0008 31cdf0e10cSrcweir #define SWSTYLEBIT_EXTRA 0x0010 32cdf0e10cSrcweir #define SWSTYLEBIT_HTML 0x0020 33cdf0e10cSrcweir #define SWSTYLEBIT_CONDCOLL 0x0040 34cdf0e10cSrcweir 35cdf0e10cSrcweir 36cdf0e10cSrcweir #endif 37cdf0e10cSrcweir 38