TextProperties.idl (c0739476) | TextProperties.idl (26734c99) |
---|---|
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 --- 37 unchanged lines hidden (view full) --- 46#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__ 47#include <com/sun/star/style/ParagraphPropertiesAsian.idl> 48#endif 49 50#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__ 51#include <com/sun/star/style/ParagraphPropertiesComplex.idl> 52#endif 53 | 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 --- 37 unchanged lines hidden (view full) --- 46#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__ 47#include <com/sun/star/style/ParagraphPropertiesAsian.idl> 48#endif 49 50#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__ 51#include <com/sun/star/style/ParagraphPropertiesComplex.idl> 52#endif 53 |
54#ifndef __com_sun_star_drawing_TextFitToSizeType_idl__ 55#include <com/sun/star/drawing/TextFitToSizeType.idl> 56#endif 57 |
|
54#ifndef __com_sun_star_drawing_TextAdjust_idl__ 55#include <com/sun/star/drawing/TextAdjust.idl> 56#endif 57 58#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__ 59#include <com/sun/star/drawing/TextAnimationDirection.idl> 60#endif 61 --- 105 unchanged lines hidden (view full) --- 167 */ 168 [property] boolean TextContourFrame; 169 170 //------------------------------------------------------------------------- 171 172 /** With this set to <TRUE/>, the text inside of the <type>Shape</type> 173 is stretched to fit into the <type>Shape</type>. 174 */ | 58#ifndef __com_sun_star_drawing_TextAdjust_idl__ 59#include <com/sun/star/drawing/TextAdjust.idl> 60#endif 61 62#ifndef __com_sun_star_drawing_TextAnimationDirection_idl__ 63#include <com/sun/star/drawing/TextAnimationDirection.idl> 64#endif 65 --- 105 unchanged lines hidden (view full) --- 171 */ 172 [property] boolean TextContourFrame; 173 174 //------------------------------------------------------------------------- 175 176 /** With this set to <TRUE/>, the text inside of the <type>Shape</type> 177 is stretched to fit into the <type>Shape</type>. 178 */ |
175 [property] boolean TextFitToSize; | 179 [property] com::sun::star::drawing::TextFitToSizeType TextFitToSize; |
176 177 //------------------------------------------------------------------------- 178 179 /** adjusts the horizontal position of the text inside of 180 the <type>Shape</type>. 181 */ 182 [property] com::sun::star::drawing::TextHorizontalAdjust TextHorizontalAdjust; 183 --- 143 unchanged lines hidden --- | 180 181 //------------------------------------------------------------------------- 182 183 /** adjusts the horizontal position of the text inside of 184 the <type>Shape</type>. 185 */ 186 [property] com::sun::star::drawing::TextHorizontalAdjust TextHorizontalAdjust; 187 --- 143 unchanged lines hidden --- |