Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.