LibreOfficeDev
LibreOfficeDev 7.4 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
com::sun::star::drawing::EnhancedCustomShapeMetalType Constant Group Reference

These constants define the way the attribute Metal of service EnhancedCustomShapeExtrusion is interpreted for rendering the shape. More...

Variables

const short MetalODF = 0
 The rendering of the shape is modified as specified in the ODF standard. More...
 
const short MetalMSCompatible = 1
 The rendering of the shape is modified to get a similar rendering as in Microsoft Office for objects, which have the fc3DMetallic flag in Rich Text Format or binary MS Office format set. More...
 

Detailed Description

These constants define the way the attribute Metal of service EnhancedCustomShapeExtrusion is interpreted for rendering the shape.

Since
LibreOffice 7.4

Variable Documentation

const short MetalMSCompatible = 1

The rendering of the shape is modified to get a similar rendering as in Microsoft Office for objects, which have the fc3DMetallic flag in Rich Text Format or binary MS Office format set.

const short MetalODF = 0

The rendering of the shape is modified as specified in the ODF standard.