TextTableRow.idl (d1766043) TextTableRow.idl (2a413f17)
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

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

102 depends on the content of the table cells.
103 */
104 [property] boolean IsAutoHeight;
105
106 //-------------------------------------------------------------------------
107
108 /** If <TRUE/>, the row is allowed to be split at page or column breaks.
109
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

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

102 depends on the content of the table cells.
103 */
104 [property] boolean IsAutoHeight;
105
106 //-------------------------------------------------------------------------
107
108 /** If <TRUE/>, the row is allowed to be split at page or column breaks.
109
110 @since OOo 2.0
110 @since OpenOffice 2.0
111 */
112 [optional, property, maybevoid] boolean IsSplitAllowed;
113
114
115};
116
117//=============================================================================
118
119}; }; }; };
120
121
122#endif
111 */
112 [optional, property, maybevoid] boolean IsSplitAllowed;
113
114
115};
116
117//=============================================================================
118
119}; }; }; };
120
121
122#endif