|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
specifies an XSD compliant decimal type More...
import "Decimal.idl";
Exported Interfaces | |
| interface | XDataType |
| provides access to common data type functionality | |
| Exported Interfaces inherited from XDataType | |
| interface | com::sun::star::beans::XPropertySet |
| provides generic access to the instance properties | |
Public Attributes | |
| long | TotalDigits |
| totalDigits is the maximum number of digits in values of decimal data types. | |
| long | FractionDigits |
| fractionDigits is the maximum number of digits in the fractional part of values of decimal data | |
| double | MaxInclusiveDouble |
| specifies the inclusive upper bound for the value | |
| double | MaxExclusiveDouble |
| specifies the exclusive upper bound for the value | |
| double | MinInclusiveDouble |
| specifies the inclusive lower bound for the value | |
| double | MinExclusiveDouble |
| specifies the exclusive lower bound for the value | |
| Public Attributes inherited from XDataType | |
| string | Name |
| provides access to the name of the type | |
| string | Pattern |
| specifies the pattern which strings conforming to this type comply to | |
| short | WhiteSpaceTreatment |
| specifies how strings of this data type are to be processed, with respect to white spaces | |
| boolean | IsBasic |
| specifies whether the type is a basic type | |
| short | TypeClass |
| class of the type | |
specifies an XSD compliant decimal type
| interface XDataType |
provides access to common data type functionality
|
propertymaybevoid |
fractionDigits is the maximum number of digits in the fractional part of values of decimal data
The value of fractionDigits must be a non negative integer.
|
propertymaybevoid |
specifies the exclusive upper bound for the value
|
propertymaybevoid |
specifies the inclusive upper bound for the value
|
propertymaybevoid |
specifies the exclusive lower bound for the value
|
propertymaybevoid |
specifies the inclusive lower bound for the value
|
propertymaybevoid |
totalDigits is the maximum number of digits in values of decimal data types.
The value of totalDigits must be a positive integer.