summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/PagePrintSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/PagePrintSettings.idl')
-rw-r--r--offapi/com/sun/star/text/PagePrintSettings.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/offapi/com/sun/star/text/PagePrintSettings.idl b/offapi/com/sun/star/text/PagePrintSettings.idl
index 90288ddb4071..b44c0411a023 100644
--- a/offapi/com/sun/star/text/PagePrintSettings.idl
+++ b/offapi/com/sun/star/text/PagePrintSettings.idl
@@ -23,63 +23,43 @@
module com { module sun { module star { module text {
-
-// DocMerge from xml: service com::sun::star::text::PagePrintSettings
/** These properties describe the way the <type>XPagePrintable</type> interface
prints the page on one printer page.
*/
published service PagePrintSettings
{
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::PageRows
/** contains the number of pages per printed column of pages.
*/
[property] short PageRows;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::PageColumns
/** contains the number of pages per printed row of pages.
*/
[property] short PageColumns;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::LeftMargin
/** contains the left margin of the printer page.
*/
[property] long LeftMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::RightMargin
/** contains the right margin of the printer page.
*/
[property] long RightMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::TopMargin
/** contains the top margin of the printer page.
*/
[property] long TopMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::BottomMargin
/** contains the right margin of the printer page.
*/
[property] long BottomMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::HoriMargin
/** contains the margin between the rows of printed pages.
*/
[property] long HoriMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::VertMargin
/** contains the margin between the columns of printed pages.
*/
[property] long VertMargin;
-
- // DocMerge from xml: property com::sun::star::text::PagePrintSettings::IsLandscape
/** defines if the printer page is used in landscape format.
*/
[property] boolean IsLandscape;