LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::view::DuplexMode Constant Group Reference

These constants specify available duplex modes. More...

Variables

const short UNKNOWN = 0
 specifies an unknown duplex mode.
 
const short OFF = 1
 specifies that there is no duplex mode enabled
 
const short LONGEDGE = 2
 specifies a long edge duplex mode
 
const short SHORTEDGE = 3
 specifies a short edge duplex mode
 

Detailed Description

These constants specify available duplex modes.

Variable Documentation

◆ LONGEDGE

const short LONGEDGE = 2

specifies a long edge duplex mode

◆ OFF

const short OFF = 1

specifies that there is no duplex mode enabled

◆ SHORTEDGE

const short SHORTEDGE = 3

specifies a short edge duplex mode

◆ UNKNOWN

const short UNKNOWN = 0

specifies an unknown duplex mode.