:: com :: sun :: star :: view ::
|
| service RenderOptions |
- Description
- describes the options for Render jobs.
- Since
- OOo 1.1.2
|
| Properties' Summary |
::com::sun::star::awt::XDevice
RenderDevice |
specifies the device the page should be rendered to
|
boolean
IsFirstPage |
[ OPTIONAL ]
indicates that the current page is the first page to be exported.
|
boolean
IsLastPage |
[ OPTIONAL ]
indicates that the current page is the last page to be exported.
|
boolean
IsSkipEmptyPages |
[ OPTIONAL ]
specifies if empty pages should be skipped.
|
string
PageRange |
[ OPTIONAL ]
specifies the page ranges to be rendered.
|
| Properties' Details |
RenderDevice
::com::sun::star::awt::XDevice RenderDevice;
- Description
- specifies the device the page should be rendered to
|
|
IsFirstPage
boolean IsFirstPage;
- Usage Restrictions
- optional
- Description
- indicates that the current page is the first page to be exported.
Hyperlinks, notes, and outlines cannot be exported on a per
page base. They have to be exported once *before* the first page
is exported. Therefore the IsFirstPage property has been introduced.
It is evaluated in the ::render function and indicates that the
current page is the first page to be exported.
- See also
- XRenderable
|
|
IsLastPage
boolean IsLastPage;
- Usage Restrictions
- optional
- Description
- indicates that the current page is the last page to be exported.
Hyperlinks from the EditEngine have to be exported once *after*
the last page has been processed. Therefore the IsLastPage property
has been introduced. It is evaluated in the ::render function and
indicates that the current page is the last page to be exported.
- See also
- XRenderable
|
|
IsSkipEmptyPages
boolean IsSkipEmptyPages;
- Usage Restrictions
- optional
- Description
- specifies if empty pages should be skipped.
Tells the PDF export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes, and
outlines.
- See also
- XRenderable
|
|
PageRange
string PageRange;
- Usage Restrictions
- optional
- Description
- specifies the page ranges to be rendered.
Tells the PDF export to skip empty pages. This flag also has
to be passed to the ::render function, in order to calculate to
correct page numbers during the export of hyperlinks, notes,
and outlines.
- See also
- XRenderable
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.