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
|
|
Copyright © 2003 Sun Microsystems, Inc.