| PrintPreviewSettings.idl (d1766043) | PrintPreviewSettings.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 --- 22 unchanged lines hidden (view full) --- 31//============================================================================= 32 33 module com { module sun { module star { module text { 34 35//============================================================================= 36 37/** These properties describe the printing of the content of a text document. 38 * | 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 --- 22 unchanged lines hidden (view full) --- 31//============================================================================= 32 33 module com { module sun { module star { module text { 34 35//============================================================================= 36 37/** These properties describe the printing of the content of a text document. 38 * |
| 39 * @deprecated since OOo 3.3 | 39 * @deprecated since OpenOffice 3.3 |
| 40 */ 41published service PrintPreviewSettings 42{ 43 /** All properties have the property attribute 'maybevoid' 44 meaning: if none of them have been set, they all will return a void value, if any 45 one of them has been set, then none of them will be void any longer */ 46 47 /** Size of the left margin */ --- 31 unchanged lines hidden --- | 40 */ 41published service PrintPreviewSettings 42{ 43 /** All properties have the property attribute 'maybevoid' 44 meaning: if none of them have been set, they all will return a void value, if any 45 one of them has been set, then none of them will be void any longer */ 46 47 /** Size of the left margin */ --- 31 unchanged lines hidden --- |