LibreOffice
LibreOffice 5.2 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 <&#61; Minimum <&#61; Preferred <&#61; 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

long Maximum
long Minimum
long Preferred

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