LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
RenderOptions Service Referencepublished

describes the options for Render jobs. More...

import"RenderOptions.idl";

Public Attributes

com::sun::star::awt::XDevice RenderDevice
 specifies the device the page should be rendered to More...
 
boolean IsFirstPage
 indicates that the current page is the first page to be exported. More...
 
boolean IsLastPage
 indicates that the current page is the last page to be exported. More...
 
boolean IsSkipEmptyPages
 specifies if empty pages should be skipped. More...
 
string PageRange
 specifies the page ranges to be rendered. More...
 

Detailed Description

describes the options for Render jobs.

Since
OOo 1.1.2

Member Data Documentation

◆ IsFirstPage

boolean IsFirstPage
optionalproperty

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
optionalproperty

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
optionalproperty

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
optionalproperty

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

◆ RenderDevice

com::sun::star::awt::XDevice RenderDevice
property

specifies the device the page should be rendered to


The documentation for this service was generated from the following file: