LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::drawing::CaptionType Constant Group Referencepublished

This constants specifies the geometry of the line of a CaptionShape. More...

Variables

const short straight = 0
 the caption line is a straight line from a caption area edge to the caption point. More...
 
const short angled = 1
 the caption line is the shortest line from the caption area edge to the caption point. More...
 
const short connector = 2
 the caption line is build up with a straight line from the caption area edge, followed by the shortest line to the caption area point. More...
 

Detailed Description

This constants specifies the geometry of the line of a CaptionShape.

See also
CaptionShape

Variable Documentation

◆ angled

const short angled = 1

the caption line is the shortest line from the caption area edge to the caption point.

◆ connector

const short connector = 2

the caption line is build up with a straight line from the caption area edge, followed by the shortest line to the caption area point.

◆ straight

const short straight = 0

the caption line is a straight line from a caption area edge to the caption point.