MeasureProperties.idl (d1766043) MeasureProperties.idl (96af39f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 123 unchanged lines hidden (view full) ---

132 /** If this value is <TRUE/>, the text is printed upside down.
133 */
134 [property] boolean MeasureTextUpsideDown;
135
136 //-------------------------------------------------------------------------
137 /** This value is the number of decimal places that is used to format the
138 measure value.
139
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 123 unchanged lines hidden (view full) ---

132 /** If this value is <TRUE/>, the text is printed upside down.
133 */
134 [property] boolean MeasureTextUpsideDown;
135
136 //-------------------------------------------------------------------------
137 /** This value is the number of decimal places that is used to format the
138 measure value.
139
140 @since OOo 1.1.2
140 @since OpenOffice 1.1.2
141 */
142 [optional, property] short MeasureDecimalPlaces;
143 };
144
145//=============================================================================
146
147}; }; }; };
148
149#endif
150
141 */
142 [optional, property] short MeasureDecimalPlaces;
143 };
144
145//=============================================================================
146
147}; }; }; };
148
149#endif
150