LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
XCalcScaling Interface Referencepublished

represents something that can be rendered. More...

import <XCalcScaling.idl;

Inheritance diagram for XCalcScaling:
XInterface

Public Member Functions

any getCalcScaling ([in] long key)
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Detailed Description

represents something that can be rendered.

Since
OOo 1.1.2

Member Function Documentation

◆ getCalcScaling()

any getCalcScaling ( [in] long key)
Returns
the count of renderers (based on paper count of a document, for example).

If a selection is given, the count has to be calculated based on this selection. The other methods of this interface will rely on this value if called.

If the selection contains a valid XModel interface, it is assumed that the whole document should be rendered. If the selection is empty, nothing should be rendered.

See also
RenderOptions

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