LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LayoutSize Struct Reference

Size used for layouting windows. More...

import"LayoutSize.idl";

Public Attributes

long Minimum
 
long Maximum
 
long Preferred
 

Detailed Description

Size used for layouting windows.

It specifies a range of valid values and a preferred value. The values must not violate the relation 0 ≤ Minimum ≤ Preferred ≤ Maximum.

Parameters
MinimumZero or positive. The value itself is included in the valid range.
MaximumA value larger than or equal to Minimum. The special value -1 means that there is no upper bound. Every value larger than or equal to Minimum is valid.
PreferredThe preferred size inside the valid range.

Member Data Documentation

◆ Maximum

long Maximum

◆ Minimum

long Minimum

◆ Preferred

long Preferred

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