PageProperties.idl (d1766043) PageProperties.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

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

85/** contains the URL of the background graphic.
86 */
87[property] string BackGraphicURL;
88//-----------------------------------------------------------------------------
89/** contains the filter name of the background graphic.
90 */
91[property] string BackGraphicFilter;
92//-----------------------------------------------------------------------------
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

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

85/** contains the URL of the background graphic.
86 */
87[property] string BackGraphicURL;
88//-----------------------------------------------------------------------------
89/** contains the filter name of the background graphic.
90 */
91[property] string BackGraphicFilter;
92//-----------------------------------------------------------------------------
93/** determins the location of the background graphic.
93/** determines the location of the background graphic.
94 */
95[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
96//-----------------------------------------------------------------------------
94 */
95[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
96//-----------------------------------------------------------------------------
97/** determins if the background color is transparent.
97/** determines if the background color is transparent.
98
99 <p>If this property is set to <TRUE/>,
100 <member>PageStyle::BackColor</member> will not be used.</p>
101 */
102[property] boolean BackTransparent;
103//-----------------------------------------------------------------------------
98
99 <p>If this property is set to <TRUE/>,
100 <member>PageStyle::BackColor</member> will not be used.</p>
101 */
102[property] boolean BackTransparent;
103//-----------------------------------------------------------------------------
104/** determins the left margin of the page.
104/** determines the left margin of the page.
105 */
106[property] long LeftMargin;
107//-----------------------------------------------------------------------------
105 */
106[property] long LeftMargin;
107//-----------------------------------------------------------------------------
108/** determins the right margin of the page.
108/** determines the right margin of the page.
109 */
110[property] long RightMargin;
111//-----------------------------------------------------------------------------
109 */
110[property] long RightMargin;
111//-----------------------------------------------------------------------------
112/** determins the top margin of the page.
112/** determines the top margin of the page.
113 */
114[property] long TopMargin;
115//-----------------------------------------------------------------------------
113 */
114[property] long TopMargin;
115//-----------------------------------------------------------------------------
116/** determins the bottom margin of the page.
116/** determines the bottom margin of the page.
117 */
118[property] long BottomMargin;
119//-----------------------------------------------------------------------------
120/** determines the style of the left border line of the page.
121 */
122[property] com::sun::star::table::BorderLine LeftBorder;
123//-----------------------------------------------------------------------------
124/** determines the style of the right border line of the page.
125 */
126[property] com::sun::star::table::BorderLine RightBorder;
127//-----------------------------------------------------------------------------
128/** determines the style of the top border line of the page.
129 */
130[property] com::sun::star::table::BorderLine TopBorder;
131//-----------------------------------------------------------------------------
132/** determines the style of the bottom border line of the page.
133 */
134[property] com::sun::star::table::BorderLine BottomBorder;
135//-----------------------------------------------------------------------------
117 */
118[property] long BottomMargin;
119//-----------------------------------------------------------------------------
120/** determines the style of the left border line of the page.
121 */
122[property] com::sun::star::table::BorderLine LeftBorder;
123//-----------------------------------------------------------------------------
124/** determines the style of the right border line of the page.
125 */
126[property] com::sun::star::table::BorderLine RightBorder;
127//-----------------------------------------------------------------------------
128/** determines the style of the top border line of the page.
129 */
130[property] com::sun::star::table::BorderLine TopBorder;
131//-----------------------------------------------------------------------------
132/** determines the style of the bottom border line of the page.
133 */
134[property] com::sun::star::table::BorderLine BottomBorder;
135//-----------------------------------------------------------------------------
136/** determins the left border distance of the page.
136/** determines the left border distance of the page.
137 */
138[property] long LeftBorderDistance;
139//-----------------------------------------------------------------------------
137 */
138[property] long LeftBorderDistance;
139//-----------------------------------------------------------------------------
140/** determins the right border distance of the page.
140/** determines the right border distance of the page.
141 */
142[property] long RightBorderDistance;
143//-----------------------------------------------------------------------------
141 */
142[property] long RightBorderDistance;
143//-----------------------------------------------------------------------------
144/** determins the top border distance of the page.
144/** determines the top border distance of the page.
145 */
146[property] long TopBorderDistance;
147//-----------------------------------------------------------------------------
145 */
146[property] long TopBorderDistance;
147//-----------------------------------------------------------------------------
148/** determins the bottom border distance of the page.
148/** determines the bottom border distance of the page.
149 */
150[property] long BottomBorderDistance;
151//-----------------------------------------------------------------------------
149 */
150[property] long BottomBorderDistance;
151//-----------------------------------------------------------------------------
152/** determins the shadow of the page.
152/** determines the shadow of the page.
153 */
154[property] com::sun::star::table::ShadowFormat ShadowFormat;
155//-----------------------------------------------------------------------------
153 */
154[property] com::sun::star::table::ShadowFormat ShadowFormat;
155//-----------------------------------------------------------------------------
156/** determins if the page format is landscape.
156/** determines if the page format is landscape.
157 */
158[property] boolean IsLandscape;
159//-----------------------------------------------------------------------------
157 */
158[property] boolean IsLandscape;
159//-----------------------------------------------------------------------------
160/** determins the default numbering type for this page.
160/** determines the default numbering type for this page.
161 */
162[property] short NumberingType;
163//-----------------------------------------------------------------------------
161 */
162[property] short NumberingType;
163//-----------------------------------------------------------------------------
164/** determins the layout of the page.
164/** determines the layout of the page.
165 */
166[property] com::sun::star::style::PageStyleLayout PageStyleLayout;
167//-----------------------------------------------------------------------------
168/** contains the name of a paper tray of the selected printer.
169 */
170[property] string PrinterPaperTray;
171//-----------------------------------------------------------------------------
165 */
166[property] com::sun::star::style::PageStyleLayout PageStyleLayout;
167//-----------------------------------------------------------------------------
168/** contains the name of a paper tray of the selected printer.
169 */
170[property] string PrinterPaperTray;
171//-----------------------------------------------------------------------------
172/** determins if the register mode is active on that page.
172/** determines if the register mode is active on that page.
173 */
174[optional, property] boolean RegisterModeActive;
175//-----------------------------------------------------------------------------
176/** contains the name of the paragraph style that is used as reference of the register mode.
177 */
178[optional, property] string RegisterParagraphStyle;
179//-----------------------------------------------------------------------------
180/** contains the paper size of the page.

--- 318 unchanged lines hidden ---
173 */
174[optional, property] boolean RegisterModeActive;
175//-----------------------------------------------------------------------------
176/** contains the name of the paragraph style that is used as reference of the register mode.
177 */
178[optional, property] string RegisterParagraphStyle;
179//-----------------------------------------------------------------------------
180/** contains the paper size of the page.

--- 318 unchanged lines hidden ---