| XPagePrintable.idl (d1766043) | XPagePrintable.idl (d8faddcc) |
|---|---|
| 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 --- 46 unchanged lines hidden (view full) --- 55 <LI><P>short PageRows - number of rows of pages printed to one page </P> 56 <LI><P>short PageColumns - number of columns of pages printed to one page</P> 57 <LI><P>long LeftMargin - left margin of the page</P> 58 <LI><P>long RightMargin - right margin of the page</P> 59 <LI><P>long TopMargin - top margin of the page</P> 60 <LI><P>long BottomMargin - bottom margin of the page</P> 61 <LI><P>long HoriMargin - margin between rows of pages</P> 62 <LI><P>long VertMargin - margin between columns of pages</P> | 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 --- 46 unchanged lines hidden (view full) --- 55 <LI><P>short PageRows - number of rows of pages printed to one page </P> 56 <LI><P>short PageColumns - number of columns of pages printed to one page</P> 57 <LI><P>long LeftMargin - left margin of the page</P> 58 <LI><P>long RightMargin - right margin of the page</P> 59 <LI><P>long TopMargin - top margin of the page</P> 60 <LI><P>long BottomMargin - bottom margin of the page</P> 61 <LI><P>long HoriMargin - margin between rows of pages</P> 62 <LI><P>long VertMargin - margin between columns of pages</P> |
| 63 <LI><P>boolean IsLandscape - determins if the output page is printed in landscape format</P> | 63 <LI><P>boolean IsLandscape - determines if the output page is printed in landscape format</P> |
| 64 </UL> 65 </p> 66 */ 67 sequence<com::sun::star::beans::PropertyValue> getPagePrintSettings(); 68 69 //------------------------------------------------------------------------- 70 /** adjusts the settings of the page printing. 71 @see getPagePrintSettings --- 21 unchanged lines hidden --- | 64 </UL> 65 </p> 66 */ 67 sequence<com::sun::star::beans::PropertyValue> getPagePrintSettings(); 68 69 //------------------------------------------------------------------------- 70 /** adjusts the settings of the page printing. 71 @see getPagePrintSettings --- 21 unchanged lines hidden --- |