LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::embed::Aspects Constant Group Referencepublished

The constant set contains possible aspects for an embedded object. More...

Variables

const hyper MSOLE_CONTENT = 1
 specifies view of the object to be displayed as an embedded object inside a container. More...
 
const hyper MSOLE_THUMBNAIL = 2
 specifies view of the object to be displayed in a browsing tool. More...
 
const hyper MSOLE_ICON = 4
 specifies view of the object when object is represented by Icon. More...
 
const hyper MSOLE_DOCPRINT = 8
 specifies view of the object for print preview. More...
 

Detailed Description

The constant set contains possible aspects for an embedded object.

This constant set provides a set of values that can be used to specify the kind of object view. It can be used for example by container to request view representation of a certain kind from XEmbeddedObject.

The first 32 bits are reserved for MS OLE aspects.

See also
XEmbeddedObject

Variable Documentation

◆ MSOLE_CONTENT

const hyper MSOLE_CONTENT = 1

specifies view of the object to be displayed as an embedded object inside a container.

◆ MSOLE_DOCPRINT

const hyper MSOLE_DOCPRINT = 8

specifies view of the object for print preview.

◆ MSOLE_ICON

const hyper MSOLE_ICON = 4

specifies view of the object when object is represented by Icon.

◆ MSOLE_THUMBNAIL

const hyper MSOLE_THUMBNAIL = 2

specifies view of the object to be displayed in a browsing tool.