public interface ValueProperties
Modifier and Type | Field and Description |
---|---|
static int |
AM_PM_AFTER
The am/pm symbol is printed after the time value: 10:00 PM.
|
static int |
AM_PM_BEFORE
The am/pm symbol is printed before the time value: AM 10:00.
|
static int |
BRACKETED
Number representation has bracketed number with minus if number is negative.
|
static int |
DATE_ONLY_ORDER
Date value will be printed only.
|
static int |
DATE_TIME_ORDER
Date value will be printed before time value.
|
static int |
DAY_MONTH_YEAR
Draw day first, then month and then year.
|
static int |
DAY_OF_WEEK_ENCLOSURE_ANGLE
Day of week in angle brackets
|
static int |
DAY_OF_WEEK_ENCLOSURE_NONE
Day of week has no enclosure.
|
static int |
DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
Day of week in parenthesizes
|
static int |
DAY_OF_WEEK_ENCLOSURE_SQUARED
Day of week in squared brackets.
|
static int |
FIXED_SYMBOL
The currency symbol will be fixed on border of field.
|
static int |
FLOATING_SYMBOL
The currency symbol will cleave on number.
|
static int |
GREGORIAN_CALENDAR
Calendar type: gregorian.
|
static int |
GREGORIAN_US_CALENDAR
Calendar type: US-gregorian.
|
static int |
HIJRI_CALENDAR
Calendar type: hijri.
|
static int |
JAPANESE_CALENDAR
Calendar type: japanese.
|
static int |
KOREAN_CALENDAR
Calendar type: korean.
|
static int |
LEADING_CURRENCY_INSIDE_NEGATIVE
The currency symbol will placed leading, then a minus, if number is negative
and trailing the number itself, i.e. $-20.
|
static int |
LEADING_CURRENCY_OUTSIDE_NEGATIVE
If number is negative, minus will placed leading, then the currency symbol
and trailing the number itself, i.e. -$20.
|
static int |
LEADING_DAY_OF_WEEK
Date representation has leading day of week.
|
static int |
LEADING_MINUS
Number representation has leading minus if number is negative.
|
static int |
LEADING_ZERO_NUMERIC_DAY
Date format uses a numeric day with leading zeros.
|
static int |
LEADING_ZERO_NUMERIC_MONTH
Date representation has numeric month value with leading zero.
|
static int |
LONG_DAY_OF_WEEK
Day of week has long format, i.e. monday, 01.08.2001.
|
static int |
LONG_ERA
Long era representation.
|
static int |
LONG_MONTH
Date representation has long month value.
|
static int |
LONG_YEAR
Date representation has long year.
|
static int |
MONTH_DAY_YEAR
Draw month first, then day and then year.
|
static int |
NOT_NEGATIVE
Number representation has no minus, also if number is negative.
|
static int |
NOT_USING_SYSTEM_DEFAULTS
Use a custom format instead of system short or long.
|
static int |
NO_DAY
Date format uses no day.
|
static int |
NO_DAY_OF_WEEK
No day of week, i.e. 01.08.2001
|
static int |
NO_ERA
No era representation.
|
static int |
NO_HOUR
Time representation has no hour value.
|
static int |
NO_MINUTE
Time representation has no minute value.
|
static int |
NO_MONTH
Date representation has no month value.
|
static int |
NO_SYMBOL
The currency symbol will not drawn.
|
static int |
NO_YEAR
Date representation has no year.
|
static int |
NUMBER_FORMAT_CURRENCY
Use the default Integer NumberFormat instance for formatting numbers.
|
static int |
NUMBER_FORMAT_FRACTIONAL
Use the default NumberFormat instance for formatting numbers.
|
static int |
NUMBER_FORMAT_INTEGER
Use the default Integer NumberFormat instance for formatting numbers.
|
static int |
NUMBER_FORMAT_PERCENT
Use the default Integer NumberFormat instance for formatting numbers.
|
static int |
NUMERAL_LANGUAGE_ARABIC
Arabic Numeral language
|
static int |
NUMERAL_LANGUAGE_BENGALI
Bengali Numeral language
|
static int |
NUMERAL_LANGUAGE_DEVANAGARI
Devangari Numeral language
|
static int |
NUMERAL_LANGUAGE_EASTERN_ARABIC
Eastern Arabic Numeral language
|
static int |
NUMERAL_LANGUAGE_ETHIOPIC
Ethiopic Numeral language
|
static int |
NUMERAL_LANGUAGE_EUROPEAN
European Numeral language
|
static int |
NUMERAL_LANGUAGE_GUJARATI
Gujarati Numeral language
|
static int |
NUMERAL_LANGUAGE_GURMUKHI
Gurmukhi Numeral language
|
static int |
NUMERAL_LANGUAGE_KANNADA
Kannada Numeral language
|
static int |
NUMERAL_LANGUAGE_KHMER
Khmer Numeral language
|
static int |
NUMERAL_LANGUAGE_LAO
Lao Numeral language
|
static int |
NUMERAL_LANGUAGE_MALAYALAM
Malayalam Numeral language
|
static int |
NUMERAL_LANGUAGE_MONGOLIAN
Mongolian Numeral language
|
static int |
NUMERAL_LANGUAGE_MYANMAR
Myanmar Numeral language
|
static int |
NUMERAL_LANGUAGE_ORIYA
Oriya Numeral language
|
static int |
NUMERAL_LANGUAGE_TAMIL
Tamil Numeral language
|
static int |
NUMERAL_LANGUAGE_TELUGU
Telugu Numeral language
|
static int |
NUMERAL_LANGUAGE_THAI
Thai Numeral language
|
static int |
NUMERAL_LANGUAGE_TIBETAN
Tibetan Numeral language
|
static int |
NUMERIC_DAY
Date format uses a numeric day.
|
static int |
NUMERIC_HOUR
Time representation has numeric hour value.
|
static int |
NUMERIC_HOUR_NO_LEADING_ZERO
Time representation has numeric hour but no leading zero.
|
static int |
NUMERIC_MINUTE
Time representation has numeric minute value.
|
static int |
NUMERIC_MINUTE_NO_LEADING_ZERO
Time representation has numeric minute but no leading zero.
|
static int |
NUMERIC_MONTH
Date representation has numeric month value.
|
static int |
NUMERIC_NO_LEADING_ZERO
Time representation has numeric value, but no leading zero.
|
static int |
NUMERIC_NO_SECOND
Time representation has no second value.
|
static int |
NUMERIC_SECOND
Time representation has numeric value.
|
static int |
ONE_OR_ZERO
The output value of a field with return type boolean is represented
by '1' or '0'.
|
static int |
ROUND_CEILING
Rounding mode to round towards positive infinity.
|
static int |
ROUND_DOWN
Rounding mode to round towards zero.
|
static int |
ROUND_FLOOR
Rounding mode to round towards negative infinity.
|
static int |
ROUND_HALF_DOWN
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
|
static int |
ROUND_HALF_EVEN
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
|
static int |
ROUND_HALF_UP
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
|
static int |
ROUND_UP
Rounding mode to round away from zero.
|
static int |
SHORT_DAY_OF_WEEK
Day of week has short format, i.e. mon, 01.08.2001.
|
static int |
SHORT_ERA
Short era representation.
|
static int |
SHORT_MONTH
Date representation has short month value.
|
static int |
SHORT_YEAR
Date representation has short year.
|
static int |
TAIWANESE_CALENDAR
Calendar type: taiwanes Not supported yet, for future use.
|
static int |
THAI_CALENDAR
Calendar type: thai.
|
static int |
TIME_DATE_ORDER
Date value will be printed after time value.
|
static int |
TIME_ONLY_ORDER
Time value will be printed only.
|
static int |
TRAILING_CURRENCY_INSIDE_NEGATIVE
The number will placed leading, then if number is negative the minus and
trailing the currency symbol, i.e. 20-$.
|
static int |
TRAILING_CURRENCY_OUTSIDE_NEGATIVE
If number is negative, minus will placed leading, then the number itself and
trailing the currency symbol, i.e. -20$.
|
static int |
TRAILING_DAY_OF_WEEK
Date representation has trailing day of week.
|
static int |
TRAILING_MINUS
Number representation has trailing minus if number is negative.
|
static int |
TRUE_OR_FALSE
The output value of a field with return type boolean is represented,
according with language, by 'true' or 'false' (en),
'wahr' or 'falsch'(de) etc.
|
static int |
TWELVE_HOURS
Time base is set to 12 hours.
|
static int |
TWENTY_FOUR_HOURS
Time base is set to 24 hours.
|
static int |
T_OR_F
The output value of a field with return type boolean is represented,
according with language, by 'T' or 'F' (en),
'W' or 'F'(de) etc.
|
static int |
USE_CUSTOM_FORMAT
Use custom date/time format instead of system short, medium or long date/time format.
|
static int |
USE_SYSTEM_LONG_DATE
Use system default long date format.
|
static int |
USE_SYSTEM_LONG_TIME
Use system default long time format.
|
static int |
USE_SYSTEM_MEDIUM_DATE
Use system default medium date format.
|
static int |
USE_SYSTEM_MEDIUM_TIME
Use system default medium time format.
|
static int |
USE_SYSTEM_SHORT_DATE
Use system default short date format.
|
static int |
USE_SYSTEM_SHORT_TIME
Use system default short time format.
|
static int |
YEAR_MONTH_DAY
Draw year first, then month and then day.
|
static int |
YES_OR_NO
The output value of a field with return type boolean is represented,
according with language, by 'Yes' or 'No' (en),
'Ja' or 'Nein'(de) etc.
|
static int |
Y_OR_N
The output value of a field with return type boolean is represented,
according with language, by 'Y' or 'N' (en),
'J' or 'N'(de) etc.
|
Modifier and Type | Method and Description |
---|---|
FormulaField |
getAllowFieldClippingFormula()
Returns the formula which specifies the value of the allowed
field clipping property or
null if not set. |
int |
getAmPmOrder()
Returns the value of the property 'am pm order/type'.
|
FormulaField |
getAmPmOrderFormula()
returns the formula of the property 'am pm order/type'.
|
java.lang.String |
getAmString()
Returns the value of the property 'am string'.
|
FormulaField |
getAmStringFormula()
Returns the formula of the property 'am string'.
|
int |
getBooleanFormatOutputType()
Returns the value of the property 'boolean format output type'.
|
FormulaField |
getBooleanFormatOutputTypeFormula()
Returns the formula for the property 'boolean format output type'.
|
int |
getCurrencyPosition()
Returns the value of the property 'currency position type'.
|
FormulaField |
getCurrencyPositionFormula()
Returns the formula for the property 'currency position type'.
|
java.lang.String |
getCurrencySeparator()
Returns the separator between the number value and currency symbol.
|
FormulaField |
getCurrencySeparatorFormula()
Returns the formula for the property 'currency separator'.
|
java.lang.String |
getCurrencySymbol()
Returns the value of the property 'currency symbol'.
|
FormulaField |
getCurrencySymbolFormula()
Returns the formula for the property 'currency symbol'.
|
int |
getCurrencySymbolType()
Returns the value of the property 'currency symbol type'.
|
FormulaField |
getCurrencySymbolTypeFormula()
Returns the formula for the property 'currency symbol type'.
|
int |
getDateCalendarType()
For future use.
|
FormulaField |
getDateCalendarTypeFormula()
For future use.
|
int |
getDateEraType()
For future use.
|
FormulaField |
getDateEraTypeFormula()
For future use.
|
java.lang.String |
getDateFirstSeparator()
Returns the value of the property 'date first separator'.
|
FormulaField |
getDateFirstSeparatorFormula()
Returns the formula for the property 'date first separator'.
|
int |
getDateFormatType()
Returns the date format type set for this element.
|
FormulaField |
getDateFormatTypeFormula()
Returns the formula for the property 'date format type'.
|
int |
getDateOrder()
Returns the value of the property 'date order'.
|
FormulaField |
getDateOrderFormula()
Returns the formula for the property 'date order'.
|
java.lang.String |
getDatePrefixSeparator()
Returns the value of the property 'date prefix separator'.
|
FormulaField |
getDatePrefixSeparatorFormula()
Returns the formula for the property 'date prefix separator'.
|
java.lang.String |
getDateSecondSeparator()
Returns the value of the property 'date second separator'.
|
FormulaField |
getDateSecondSeparatorFormula()
Returns the formula for the property 'date second separator'.
|
java.lang.String |
getDateSuffixSeparator()
Returns the value of the property 'date suffix separator'.
|
FormulaField |
getDateSuffixSeparatorFormula()
Returns the formula for the property 'date suffix separator'.
|
int |
getDateTimeOrder()
Returns the value of the property 'date time order'.
|
FormulaField |
getDateTimeOrderFormula()
Returns the formula for the property 'date time order'.
|
java.lang.String |
getDateTimeSeparator()
Returns the value of the property 'date time separator'.
|
FormulaField |
getDateTimeSeparatorFormula()
Returns the formula for the property 'date time separator'.
|
int |
getDayOfWeekEnclosure()
Returns the value of the property 'day of week enclosure'.
|
FormulaField |
getDayOfWeekEnclosureFormula()
Returns the formula for the property 'day of week enclosure'.
|
int |
getDayOfWeekPosition()
Returns the value of the property 'day of week position'.
|
FormulaField |
getDayOfWeekPositionFormula()
Returns the formula for the property 'day of week position'.
|
java.lang.String |
getDayOfWeekSeparator()
Returns the value of the property 'day of week separator'.
|
FormulaField |
getDayOfWeekSeparatorFormula()
Returns the formula for the property 'day of week separator'.
|
int |
getDayOfWeekType()
Returns the value of the property 'day of week type'.
|
FormulaField |
getDayOfWeekTypeFormula()
Returns the formula for the property 'day of week type'.
|
int |
getDayType()
Returns the value of the property 'day type'.
|
FormulaField |
getDayTypeFormula()
Returns the formula for the property 'day type'.
|
java.lang.String |
getDecimalSeparatorSymbol()
Returns the value of the property 'decimal separators symbol'.
|
FormulaField |
getDecimalSeparatorSymbolFormula()
Returns the formula for the property 'decimal separators symbol'.
|
java.lang.String |
getHourMinuteSeparator()
Returns the value of the property 'hour minute separator'.
|
FormulaField |
getHourMinuteSeparatorFormula()
Returns the formula for the property 'hour minute separator'.
|
int |
getHourType()
Returns the value of the property 'hour type'.
|
FormulaField |
getHourTypeFormula()
Returns the formula for the property 'hour type'.
|
FormulaField |
getManualFormatFormula()
Returns the formula of the property 'manual format'.
|
java.lang.String |
getMinuteSecondSeparator()
Returns the value of the property 'minute second separator'.
|
FormulaField |
getMinuteSecondSeparatorFormula()
Returns the formula for the property 'minute second separator'.
|
int |
getMinuteType()
Returns the value of the property 'minute type'.
|
FormulaField |
getMinuteTypeFormula()
Returns the formula for the property 'minute type'.
|
int |
getMonthType()
Returns the value of the property 'month type'.
|
FormulaField |
getMonthTypeFormula()
Returns the formula for the property 'month type'.
|
int |
getNDecimalPlaces()
Returns the value of the property 'n decimal places'.
|
FormulaField |
getNDecimalPlacesFormula()
Returns the formula for the property 'n decimal places'.
|
int |
getNegativeType()
Returns the value of the property 'negative type'.
|
FormulaField |
getNegativeTypeFormula()
Returns the formula for the property 'negative type'.
|
int |
getNumberFormatType()
Returns the number format type set for this element.
|
FormulaField |
getNumberFormatTypeFormula()
Returns the formula which returns the number format type to use for this element.
|
int |
getNumeralLanguage()
Returns the language of numerals for numbers, date, time and datetime values.
|
java.lang.String |
getPmString()
Returns the value of the property 'pm string'.
|
FormulaField |
getPmStringFormula()
Returns the formula of the property 'pm string'.
|
FormulaField |
getReverseSignForDisplayFormula()
Returns the formula for the property 'use reverse sign for display'.
|
int |
getRounding()
Returns which digit to round the number to.
|
FormulaField |
getRoundingFormula()
Returns the formula which provides the digit to round the number to.
|
int |
getRoundingMode()
Returns the rounding mode for this element.
|
FormulaField |
getRoundingModeFormula()
Returns the formula for the rounding mode, can be null if the formula is not set.
|
int |
getSecondType()
Returns the value of the property 'second type'.
|
FormulaField |
getSecondTypeFormula()
Returns the formula for the property 'second type'.
|
boolean |
getSuppressIfZero()
Returns the value of the property 'suppress if zero'.
|
FormulaField |
getSuppressIfZeroFormula()
Returns the formula for the property 'suppress if zero'.
|
java.lang.String |
getThousandsSeparatorSymbol()
Returns the value of the property 'thousands separator symbol'.
|
FormulaField |
getThousandsSeparatorSymbolFormula()
Returns the formula for the property 'thousands separator symbol'.
|
int |
getTimeBase()
Returns the value of the property 'time base'.
|
FormulaField |
getTimeBaseFormula()
Returns the formula for the property 'time base'.
|
int |
getTimeFormatType()
Returns the time format type to use for this element.
|
FormulaField |
getTimeFormatTypeFormula()
Returns the formula determining the time format type to use for this element.
|
boolean |
getUseLeadingZero()
Returns the value of the property 'use leading zero'.
|
FormulaField |
getUseLeadingZeroFormula()
Returns the formula for the property 'use leading zero'.
|
boolean |
getUseOneCurrencySymbolPerPage()
Returns the value of the property 'use one currency symbol per page'.
|
FormulaField |
getUseOneCurrencySymbolPerPageFormula()
Returns the formula for the property 'use one currency symbol per page'.
|
boolean |
getUseThousandsSeparator()
Returns the value of the property 'use thousands separator'.
|
FormulaField |
getUseThousandsSeparatorFormula()
Returns the formula for the property 'use thousands separator'.
|
int |
getYearType()
Returns the value of the property 'year type'.
|
FormulaField |
getYearTypeFormula()
Returns the formula for the property 'year type'.
|
java.lang.String |
getZeroValueString()
Returns the value of the property 'zero value string'.
|
boolean |
isAllowFieldClipping()
Returns
true if allow field clipping is enabled, else false is returned. |
boolean |
isReverseSignForDisplay()
Checks the property 'use reverse sign for display'
|
void |
setAllowFieldClipping(boolean newValue)
Specify how the field value is shown when the width of
the element is smaller than the width of the string representation
of the field.
|
void |
setAllowFieldClippingFormula(FormulaField newField)
Sets a formula or
null to specify the value of
the allowed field clipping property by a formula. |
void |
setAmPmOrder(int newValue)
Sets the value of the property 'am pm order/type'.
|
void |
setAmPmOrderFormula(FormulaField newFormula)
Sets the formula for the property 'am pm order/type'.
|
void |
setAmString(java.lang.String newValue)
Sets the value of the property 'am string'.
|
void |
setAmStringFormula(FormulaField newFormula)
Sets the formula for the property 'am string'.
|
void |
setBooleanFormatOutputType(int newValue)
Sets the value of the property 'boolean format output type'.
|
void |
setBooleanFormatOutputTypeFormula(FormulaField newFormula)
Sets the formula for the property 'boolean format output type'.
|
void |
setCurrencyPosition(int newValue)
Sets the value of the property 'currency position type'.
|
void |
setCurrencyPositionFormula(FormulaField newFormula)
Sets the formula for the property 'currency position type'.
|
void |
setCurrencySeparator(java.lang.String newCurrencySeparator)
Sets the separator to be displayed between the number value and the
currency value.
|
void |
setCurrencySeparatorFormula(FormulaField newFormula)
Sets the formula which should be used to retrieve the value for the
separator between number value and currency symbol.
|
void |
setCurrencySymbol(java.lang.String newValue)
Sets the value of the property 'currency symbol'.
|
void |
setCurrencySymbolFormula(FormulaField newFormula)
Sets the formula for the property 'currency symbol'.
|
void |
setCurrencySymbolType(int newValue)
Sets the value of the property 'currency symbol type'.
|
void |
setCurrencySymbolTypeFormula(FormulaField newFormula)
Sets the formula for the property 'currency symbol type'.
|
void |
setDateCalendarType(int newValue)
For future use.
|
void |
setDateCalendarTypeFormula(FormulaField newFormula)
For future use.
|
void |
setDateEraType(int newValue)
For future use.
|
void |
setDateEraTypeFormula(FormulaField newFormula)
For future use.
|
void |
setDateFirstSeparator(java.lang.String newValue)
Sets the value of the property 'date first separator'.
|
void |
setDateFirstSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'date first separator'.
|
void |
setDateFormatType(int newValue)
Sets the date format type to use for this element.
|
void |
setDateFormatTypeFormula(FormulaField newFormula)
Sets the formula for the property 'date format type'.
|
void |
setDateOrder(int newValue)
Sets the value of the property 'date order'.
|
void |
setDateOrderFormula(FormulaField newFormula)
Sets the formula for the property 'date order'.
|
void |
setDatePrefixSeparator(java.lang.String newValue)
Sets the value of the property 'date prefix separator'.
|
void |
setDatePrefixSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'date prefix separator'.
|
void |
setDateSecondSeparator(java.lang.String newValue)
Sets the value of the property 'date second separator'.
|
void |
setDateSecondSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'date second separator'.
|
void |
setDateSuffixSeparator(java.lang.String newValue)
Sets the value of the property 'date suffix separator'.
|
void |
setDateSuffixSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'date suffix separator'.
|
void |
setDateTimeOrder(int newValue)
Sets the value of the property 'date time order'.
|
void |
setDateTimeOrderFormula(FormulaField newFormula)
Sets the formula for the property 'date time order'.
|
void |
setDateTimeSeparator(java.lang.String newValue)
Sets the value of the property 'date time separator'.
|
void |
setDateTimeSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'date time separator'.
|
void |
setDayOfWeekEnclosure(int newValue)
Sets the value of the property 'day of week enclosure'.
|
void |
setDayOfWeekEnclosureFormula(FormulaField newFormula)
Sets the formula for the property 'day of week enclosure'.
|
void |
setDayOfWeekPosition(int newValue)
Sets the value of the property 'day of week position'.
|
void |
setDayOfWeekPositionFormula(FormulaField newFormula)
Sets the formula for the property 'day of week position'.
|
void |
setDayOfWeekSeparator(java.lang.String newValue)
Sets the value of the property 'day of week separator'.
|
void |
setDayOfWeekSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'day of week separator'.
|
void |
setDayOfWeekType(int newValue)
Sets the value of the property 'day of week type'.
|
void |
setDayOfWeekTypeFormula(FormulaField newFormula)
Sets the formula for the property 'day of week type'.
|
void |
setDayType(int newValue)
Sets the value of the property 'day type'.
|
void |
setDayTypeFormula(FormulaField newFormula)
Sets the formula for the property 'day type'.
|
void |
setDecimalSeparatorSymbol(java.lang.String newValue)
Sets the value of the property 'decimal separators symbol'.
|
void |
setDecimalSeparatorSymbolFormula(FormulaField newFormula)
Sets the formula for the property 'decimal separators symbol'.
|
void |
setHourMinuteSeparator(java.lang.String newValue)
Sets the value of the property 'hour minute separator'.
|
void |
setHourMinuteSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'hour minute separator'.
|
void |
setHourType(int newValue)
Sets the value of the property 'hour type'.
|
void |
setHourTypeFormula(FormulaField newFormula)
Sets the formula for the property 'hour type'.
|
void |
setManualFormatFormula(FormulaField newFormula)
Returns the formula of the property 'manual format'.
|
void |
setMinuteSecondSeparator(java.lang.String newValue)
Sets the value of the property 'minute second separator'.
|
void |
setMinuteSecondSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'minute second separator'.
|
void |
setMinuteType(int newValue)
Sets the value of the property 'minute type'.
|
void |
setMinuteTypeFormula(FormulaField newFormula)
Sets the formula for the property 'minute type'.
|
void |
setMonthType(int newValue)
Sets the value of the property 'month type'.
|
void |
setMonthTypeFormula(FormulaField newFormula)
Sets the formula for the property 'month type'.
|
void |
setNDecimalPlaces(int newValue)
Sets the value of the property 'n decimal places'.
|
void |
setNDecimalPlacesFormula(FormulaField newFormula)
Sets the formula for the property 'n decimal places'.
|
void |
setNegativeType(int newValue)
Sets the value of the property 'negative type'.
|
void |
setNegativeTypeFormula(FormulaField newFormula)
Sets the formula for the property 'negative type'.
|
void |
setNumberFormatType(int newValue)
Sets the number format type to use for this element.
|
void |
setNumberFormatTypeFormula(FormulaField newFormula)
Sets the formula which returns the number format type to use for this element.
|
void |
setNumeralLanguage(int interpretation)
Sets the language of the numerals in number, date, time or datetime values.
|
void |
setPmString(java.lang.String newValue)
Sets the value of the property 'pm string'.
|
void |
setPmStringFormula(FormulaField newFormula)
Sets the formula for the property 'pm string'.
|
void |
setReverseSignForDisplay(boolean newValue)
Sets the property 'use reverse sign for display'.
|
void |
setReverseSignForDisplayFormula(FormulaField newFormula)
Sets the formula for the property 'use reverse sign for display'.
|
void |
setRounding(int digits)
Sets which digit to round the number to.
|
void |
setRoundingFormula(FormulaField newFormula)
Sets the formula which provides the digit to round the number to.
|
void |
setRoundingMode(int roundingMode)
Sets the rounding mode.
|
void |
setRoundingModeFormula(FormulaField newFormula)
Sets the formula for the property 'rounding mode'.
|
void |
setSecondType(int newValue)
Sets the value of the property 'second type'.
|
void |
setSecondTypeFormula(FormulaField newFormula)
Sets the formula for the property 'second type'.
|
void |
setSuppressIfZero(boolean newValue)
Sets the value of the property 'suppress if zero'.
|
void |
setSuppressIfZeroFormula(FormulaField newFormula)
Sets the formula for the property 'suppress if zero'.
|
void |
setThousandsSeparatorSymbol(java.lang.String newValue)
Sets the value of the property 'thousands separator symbol'.
|
void |
setThousandsSeparatorSymbolFormula(FormulaField newFormula)
Sets the formula for the property 'thousands separator symbol'.
|
void |
setTimeBase(int newValue)
Sets the value of the property 'time base'.
|
void |
setTimeBaseFormula(FormulaField newFormula)
Sets the formula for the property 'time base'.
|
void |
setTimeFormatType(int systemDefaultTimeType)
Sets the time format type to use for this element.
|
void |
setTimeFormatTypeFormula(FormulaField newFormula)
Sets the formula determining the time format type to use for this element.
|
void |
setUseLeadingZero(boolean newValue)
Sets the value of the property 'use leading zero'.
|
void |
setUseLeadingZeroFormula(FormulaField newFormula)
Sets the formula for the property 'use leading zero'.
|
void |
setUseOneCurrencySymbolPerPage(boolean newValue)
Sets the value of the property 'use one currency symbol per page'.
|
void |
setUseOneCurrencySymbolPerPageFormula(FormulaField newFormula)
Sets the formula for the property 'use one currency symbol per page'.
|
void |
setUseThousandsSeparator(boolean newValue)
Sets the value of the property 'use thousands separator'.
|
void |
setUseThousandsSeparatorFormula(FormulaField newFormula)
Sets the formula for the property 'use thousands separator'.
|
void |
setYearType(int newValue)
Sets the value of the property 'year type'.
|
void |
setYearTypeFormula(FormulaField newFormula)
Sets the formula for the property 'year type'.
|
void |
setZeroValueString(java.lang.String newValue)
Sets the value of the property 'zero value string'.
|
static final int USE_SYSTEM_LONG_TIME
static final int USE_SYSTEM_MEDIUM_TIME
static final int USE_SYSTEM_SHORT_TIME
static final int USE_SYSTEM_LONG_DATE
static final int USE_SYSTEM_MEDIUM_DATE
static final int USE_SYSTEM_SHORT_DATE
static final int NOT_USING_SYSTEM_DEFAULTS
static final int NUMBER_FORMAT_INTEGER
NumberFormat.getIntegerInstance()
,
Constant Field Valuesstatic final int NUMBER_FORMAT_FRACTIONAL
NumberFormat.getNumberInstance()
,
Constant Field Valuesstatic final int NUMBER_FORMAT_PERCENT
NumberFormat.getPercentInstance()
,
Constant Field Valuesstatic final int NUMBER_FORMAT_CURRENCY
NumberFormat.getCurrencyInstance()
,
Constant Field Valuesstatic final int USE_CUSTOM_FORMAT
static final int GREGORIAN_CALENDAR
static final int GREGORIAN_US_CALENDAR
static final int JAPANESE_CALENDAR
static final int TAIWANESE_CALENDAR
static final int KOREAN_CALENDAR
static final int HIJRI_CALENDAR
static final int THAI_CALENDAR
static final int SHORT_ERA
static final int LONG_ERA
static final int NO_ERA
static final int NUMERIC_DAY
static final int LEADING_ZERO_NUMERIC_DAY
static final int NO_DAY
static final int LEADING_ZERO_NUMERIC_MONTH
static final int LONG_MONTH
static final int NO_MONTH
static final int NUMERIC_MONTH
static final int SHORT_MONTH
static final int SHORT_YEAR
static final int LONG_YEAR
static final int NO_YEAR
static final int LEADING_DAY_OF_WEEK
static final int TRAILING_DAY_OF_WEEK
static final int DAY_OF_WEEK_ENCLOSURE_NONE
static final int DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
static final int DAY_OF_WEEK_ENCLOSURE_ANGLE
static final int DAY_OF_WEEK_ENCLOSURE_SQUARED
static final int SHORT_DAY_OF_WEEK
static final int LONG_DAY_OF_WEEK
static final int NO_DAY_OF_WEEK
static final int YEAR_MONTH_DAY
static final int DAY_MONTH_YEAR
static final int MONTH_DAY_YEAR
static final int TWELVE_HOURS
static final int TWENTY_FOUR_HOURS
static final int AM_PM_BEFORE
static final int AM_PM_AFTER
static final int NO_HOUR
static final int NUMERIC_HOUR
static final int NUMERIC_HOUR_NO_LEADING_ZERO
static final int NO_MINUTE
static final int NUMERIC_MINUTE
static final int NUMERIC_MINUTE_NO_LEADING_ZERO
static final int NUMERIC_NO_SECOND
static final int NUMERIC_SECOND
static final int NUMERIC_NO_LEADING_ZERO
static final int DATE_TIME_ORDER
static final int TIME_DATE_ORDER
static final int DATE_ONLY_ORDER
static final int TIME_ONLY_ORDER
static final int TRUE_OR_FALSE
static final int T_OR_F
static final int YES_OR_NO
static final int Y_OR_N
static final int ONE_OR_ZERO
static final int LEADING_CURRENCY_INSIDE_NEGATIVE
static final int LEADING_CURRENCY_OUTSIDE_NEGATIVE
static final int TRAILING_CURRENCY_INSIDE_NEGATIVE
static final int TRAILING_CURRENCY_OUTSIDE_NEGATIVE
static final int NO_SYMBOL
static final int FIXED_SYMBOL
static final int FLOATING_SYMBOL
static final int ROUND_UP
static final int ROUND_DOWN
static final int ROUND_CEILING
static final int ROUND_FLOOR
static final int ROUND_HALF_UP
static final int ROUND_HALF_DOWN
static final int ROUND_HALF_EVEN
static final int NOT_NEGATIVE
static final int LEADING_MINUS
static final int TRAILING_MINUS
static final int BRACKETED
static final int NUMERAL_LANGUAGE_EUROPEAN
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_ARABIC
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_EASTERN_ARABIC
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_DEVANAGARI
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_BENGALI
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_GURMUKHI
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_GUJARATI
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_ORIYA
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_TAMIL
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_TELUGU
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_KANNADA
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_MALAYALAM
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_THAI
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_LAO
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_TIBETAN
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_MYANMAR
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_ETHIOPIC
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_KHMER
setNumeralLanguage(int)
,
Constant Field Valuesstatic final int NUMERAL_LANGUAGE_MONGOLIAN
setNumeralLanguage(int)
,
Constant Field Valuesint getNumberFormatType()
NUMBER_FORMAT_INTEGER
,
NUMBER_FORMAT_FRACTIONAL
,
NUMBER_FORMAT_PERCENT
,
NUMBER_FORMAT_CURRENCY
,
USE_CUSTOM_FORMAT
void setNumberFormatType(int newValue)
newValue
- The number format type to set for this elementNUMBER_FORMAT_INTEGER
,
NUMBER_FORMAT_FRACTIONAL
,
NUMBER_FORMAT_PERCENT
,
NUMBER_FORMAT_CURRENCY
,
USE_CUSTOM_FORMAT
FormulaField getNumberFormatTypeFormula()
NUMBER_FORMAT_INTEGER
,
NUMBER_FORMAT_FRACTIONAL
,
NUMBER_FORMAT_PERCENT
,
NUMBER_FORMAT_CURRENCY
,
USE_CUSTOM_FORMAT
void setNumberFormatTypeFormula(FormulaField newFormula)
newFormula
- The formula field which returns the number format type to use for this elementNUMBER_FORMAT_INTEGER
,
NUMBER_FORMAT_FRACTIONAL
,
NUMBER_FORMAT_PERCENT
,
NUMBER_FORMAT_CURRENCY
,
USE_CUSTOM_FORMAT
int getDateFormatType()
USE_SYSTEM_LONG_DATE
,
USE_SYSTEM_MEDIUM_DATE
,
USE_SYSTEM_SHORT_DATE
,
NOT_USING_SYSTEM_DEFAULTS
void setDateFormatType(int newValue)
newValue
- The date format type set for this elementUSE_SYSTEM_LONG_DATE
,
USE_SYSTEM_MEDIUM_DATE
,
USE_SYSTEM_SHORT_DATE
,
NOT_USING_SYSTEM_DEFAULTS
FormulaField getDateFormatTypeFormula()
FormulaField
The formula of the property 'date format type'.void setDateFormatTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date format type'.
The result of the formula should be 0 (long), 1 (short), 2 (custom), or 3 (medium).USE_SYSTEM_LONG_DATE
,
USE_SYSTEM_MEDIUM_DATE
,
USE_SYSTEM_SHORT_DATE
,
NOT_USING_SYSTEM_DEFAULTS
int getTimeFormatType()
USE_SYSTEM_LONG_TIME
,
USE_SYSTEM_MEDIUM_TIME
,
USE_SYSTEM_SHORT_TIME
,
USE_CUSTOM_FORMAT
void setTimeFormatType(int systemDefaultTimeType)
systemDefaultTimeType
- the time format type set for this elementUSE_SYSTEM_LONG_TIME
,
USE_SYSTEM_MEDIUM_TIME
,
USE_SYSTEM_SHORT_TIME
,
USE_CUSTOM_FORMAT
FormulaField getTimeFormatTypeFormula()
void setTimeFormatTypeFormula(FormulaField newFormula)
newFormula
- the formula determining the time format type set for this elementint getDateCalendarType()
GREGORIAN_CALENDAR
,
GREGORIAN_US_CALENDAR
,
JAPANESE_CALENDAR
,
TAIWANESE_CALENDAR
,
KOREAN_CALENDAR
,
HIJRI_CALENDAR
,
THAI_CALENDAR
void setDateCalendarType(int newValue)
newValue
- The new value of the property 'date calendar type'.GREGORIAN_CALENDAR
,
GREGORIAN_US_CALENDAR
,
JAPANESE_CALENDAR
,
TAIWANESE_CALENDAR
,
KOREAN_CALENDAR
,
HIJRI_CALENDAR
,
THAI_CALENDAR
FormulaField getDateCalendarTypeFormula()
void setDateCalendarTypeFormula(FormulaField newFormula)
newFormula
- The new formula of the property 'date calendar type'.
The result of the formula should be in range from 1 to 7.GREGORIAN_CALENDAR
,
GREGORIAN_US_CALENDAR
,
JAPANESE_CALENDAR
,
TAIWANESE_CALENDAR
,
KOREAN_CALENDAR
,
HIJRI_CALENDAR
,
THAI_CALENDAR
int getDateEraType()
void setDateEraType(int newValue)
FormulaField getDateEraTypeFormula()
void setDateEraTypeFormula(FormulaField newFormula)
int getDayType()
NUMERIC_DAY
,
LEADING_ZERO_NUMERIC_DAY
,
NO_DAY
void setDayType(int newValue)
newValue
- The new value of the property 'day type'.NUMERIC_DAY
,
LEADING_ZERO_NUMERIC_DAY
,
NO_DAY
FormulaField getDayTypeFormula()
NUMERIC_DAY
,
LEADING_ZERO_NUMERIC_DAY
,
NO_DAY
void setDayTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'day type'.
The result of the formula should be in range from 0 to 2.NUMERIC_DAY
,
LEADING_ZERO_NUMERIC_DAY
,
NO_DAY
void setMonthType(int newValue)
newValue
- The new value of the property 'month type'.LEADING_ZERO_NUMERIC_MONTH
,
LONG_MONTH
,
NO_MONTH
,
NUMERIC_MONTH
,
SHORT_MONTH
int getMonthType()
LEADING_ZERO_NUMERIC_MONTH
,
LONG_MONTH
,
NO_MONTH
,
NUMERIC_MONTH
,
SHORT_MONTH
void setMonthTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'month type'.
The result of the formula should be in range from 0 to 2.LEADING_ZERO_NUMERIC_MONTH
,
LONG_MONTH
,
NO_MONTH
,
NUMERIC_MONTH
,
SHORT_MONTH
FormulaField getMonthTypeFormula()
void setYearType(int newValue)
newValue
- The new value of the property 'year type'.SHORT_YEAR
,
LONG_YEAR
,
NO_YEAR
int getYearType()
SHORT_YEAR
,
LONG_YEAR
,
NO_YEAR
void setYearTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'year type'.
The result of the formula should be in range from 0 to 2.SHORT_YEAR
,
LONG_YEAR
,
NO_YEAR
FormulaField getYearTypeFormula()
int getDayOfWeekPosition()
LEADING_DAY_OF_WEEK
,
TRAILING_DAY_OF_WEEK
void setDayOfWeekPosition(int newValue)
newValue
- The new value of the property 'day of week position'.LEADING_DAY_OF_WEEK
,
TRAILING_DAY_OF_WEEK
FormulaField getDayOfWeekPositionFormula()
void setDayOfWeekPositionFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'day of week position'.
The result of the formula should be in range from 0 to 1.LEADING_DAY_OF_WEEK
,
TRAILING_DAY_OF_WEEK
int getDayOfWeekEnclosure()
DAY_OF_WEEK_ENCLOSURE_NONE
,
DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
,
DAY_OF_WEEK_ENCLOSURE_ANGLE
,
DAY_OF_WEEK_ENCLOSURE_SQUARED
void setDayOfWeekEnclosure(int newValue)
newValue
- The value of the property 'day of week enclosure'.DAY_OF_WEEK_ENCLOSURE_NONE
,
DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
,
DAY_OF_WEEK_ENCLOSURE_ANGLE
,
DAY_OF_WEEK_ENCLOSURE_SQUARED
FormulaField getDayOfWeekEnclosureFormula()
void setDayOfWeekEnclosureFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'week day enclosure'.void setDayOfWeekSeparator(java.lang.String newValue)
newValue
- The new value of the property 'day of week separator'.java.lang.String getDayOfWeekSeparator()
void setDayOfWeekSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'day of week separator'.FormulaField getDayOfWeekSeparatorFormula()
int getDayOfWeekType()
SHORT_DAY_OF_WEEK
,
LONG_DAY_OF_WEEK
,
NO_DAY_OF_WEEK
void setDayOfWeekType(int newValue)
newValue
- The new value of the property 'day of week type'.SHORT_DAY_OF_WEEK
,
LONG_DAY_OF_WEEK
,
NO_DAY_OF_WEEK
FormulaField getDayOfWeekTypeFormula()
void setDayOfWeekTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'day of week type'.
The result of the formula should be in range from 0 to 2.SHORT_DAY_OF_WEEK
,
LONG_DAY_OF_WEEK
,
NO_DAY_OF_WEEK
int getDateOrder()
YEAR_MONTH_DAY
,
DAY_MONTH_YEAR
,
MONTH_DAY_YEAR
void setDateOrder(int newValue)
newValue
- The new value of the property 'date order'.YEAR_MONTH_DAY
,
DAY_MONTH_YEAR
,
MONTH_DAY_YEAR
FormulaField getDateOrderFormula()
void setDateOrderFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date order'.
The result of the formula should be in range from 0 to 2.YEAR_MONTH_DAY
,
DAY_MONTH_YEAR
,
MONTH_DAY_YEAR
java.lang.String getDatePrefixSeparator()
void setDatePrefixSeparator(java.lang.String newValue)
newValue
- The new value of the property 'date prefix separator'.FormulaField getDatePrefixSeparatorFormula()
void setDatePrefixSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date prefix separator'.java.lang.String getDateFirstSeparator()
void setDateFirstSeparator(java.lang.String newValue)
newValue
- The new value of the property 'date first separator'.FormulaField getDateFirstSeparatorFormula()
void setDateFirstSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date first separator'.java.lang.String getDateSecondSeparator()
void setDateSecondSeparator(java.lang.String newValue)
newValue
- The new value of the property 'date second separator'.FormulaField getDateSecondSeparatorFormula()
void setDateSecondSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date second separator'.java.lang.String getDateSuffixSeparator()
void setDateSuffixSeparator(java.lang.String newValue)
newValue
- The new value of the property 'date suffix separator'.FormulaField getDateSuffixSeparatorFormula()
void setDateSuffixSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date suffix separator'.void setTimeBase(int newValue)
newValue
- The new value of the property 'time base'.TWELVE_HOURS
,
TWENTY_FOUR_HOURS
int getTimeBase()
TWELVE_HOURS
,
TWENTY_FOUR_HOURS
void setTimeBaseFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'time base'.TWELVE_HOURS
,
TWENTY_FOUR_HOURS
FormulaField getTimeBaseFormula()
java.lang.String getAmString()
void setAmString(java.lang.String newValue)
newValue
- The new value of the property 'am string'.FormulaField getAmStringFormula()
null
.void setAmStringFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'am string'.java.lang.String getPmString()
void setPmString(java.lang.String newValue)
newValue
- The new value of the property 'pm string'.FormulaField getPmStringFormula()
null
.void setPmStringFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'pm string'.int getAmPmOrder()
AM_PM_BEFORE
,
AM_PM_AFTER
void setAmPmOrder(int newValue)
newValue
- The new value for property.AM_PM_BEFORE
,
AM_PM_AFTER
FormulaField getAmPmOrderFormula()
null
.void setAmPmOrderFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'am pm order/type'.
The result of the formula should either 0 or 1.AM_PM_BEFORE
,
AM_PM_AFTER
void setHourType(int newValue)
newValue
- The new value of the property 'hour type'.NO_HOUR
,
NUMERIC_HOUR
,
NUMERIC_HOUR_NO_LEADING_ZERO
int getHourType()
NO_HOUR
,
NUMERIC_HOUR
,
NUMERIC_HOUR_NO_LEADING_ZERO
void setHourTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'hour type'.
The result of the formula should be in range from 0 to 2.NO_HOUR
,
NUMERIC_HOUR
,
NUMERIC_HOUR_NO_LEADING_ZERO
FormulaField getHourTypeFormula()
void setMinuteType(int newValue)
newValue
- The new value of the property 'minute type'.NO_MINUTE
,
NUMERIC_MINUTE
,
NUMERIC_MINUTE_NO_LEADING_ZERO
int getMinuteType()
NO_MINUTE
,
NUMERIC_MINUTE
,
NUMERIC_MINUTE_NO_LEADING_ZERO
void setMinuteTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'minute type'.
The result of the formula should be in range from 0 to 2.NO_MINUTE
,
NUMERIC_MINUTE
,
NUMERIC_MINUTE_NO_LEADING_ZERO
FormulaField getMinuteTypeFormula()
void setSecondType(int newValue)
newValue
- The new value of the property 'second type'.NUMERIC_NO_SECOND
,
NUMERIC_SECOND
,
NUMERIC_NO_LEADING_ZERO
int getSecondType()
NUMERIC_NO_SECOND
,
NUMERIC_SECOND
,
NUMERIC_NO_LEADING_ZERO
void setSecondTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'second type'.
The result of the formula should be in range from 0 to 2.NUMERIC_NO_SECOND
,
NUMERIC_SECOND
,
NUMERIC_NO_LEADING_ZERO
FormulaField getSecondTypeFormula()
java.lang.String getHourMinuteSeparator()
void setHourMinuteSeparator(java.lang.String newValue)
newValue
- The new value of the property 'hour minute separator'.void setHourMinuteSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'hour minute separator'.FormulaField getHourMinuteSeparatorFormula()
void setMinuteSecondSeparator(java.lang.String newValue)
newValue
- The new value of the property 'minute second separator'.java.lang.String getMinuteSecondSeparator()
void setMinuteSecondSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'minute second separator'.FormulaField getMinuteSecondSeparatorFormula()
void setDateTimeOrder(int newValue)
newValue
- The new value of the property 'date time order'.DATE_TIME_ORDER
,
TIME_DATE_ORDER
,
DATE_ONLY_ORDER
,
TIME_ONLY_ORDER
int getDateTimeOrder()
DATE_TIME_ORDER
,
TIME_DATE_ORDER
,
DATE_ONLY_ORDER
,
TIME_ONLY_ORDER
void setDateTimeOrderFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date time order'.DATE_TIME_ORDER
,
TIME_DATE_ORDER
,
DATE_ONLY_ORDER
,
TIME_ONLY_ORDER
FormulaField getDateTimeOrderFormula()
DATE_TIME_ORDER
,
TIME_DATE_ORDER
,
DATE_ONLY_ORDER
,
TIME_ONLY_ORDER
void setDateTimeSeparator(java.lang.String newValue)
newValue
- The new value of the property 'date time separator'.java.lang.String getDateTimeSeparator()
void setDateTimeSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'date time separator'.FormulaField getDateTimeSeparatorFormula()
int getBooleanFormatOutputType()
TRUE_OR_FALSE
,
T_OR_F
,
YES_OR_NO
,
Y_OR_N
,
ONE_OR_ZERO
void setBooleanFormatOutputType(int newValue)
newValue
- The new value for the property 'boolean format output type'.TRUE_OR_FALSE
,
T_OR_F
,
YES_OR_NO
,
Y_OR_N
,
ONE_OR_ZERO
void setBooleanFormatOutputTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'boolean format output type'.
The result of the formula should be in range from 0 to 4.TRUE_OR_FALSE
,
T_OR_F
,
YES_OR_NO
,
Y_OR_N
,
ONE_OR_ZERO
FormulaField getBooleanFormatOutputTypeFormula()
int getCurrencyPosition()
LEADING_CURRENCY_INSIDE_NEGATIVE
,
LEADING_CURRENCY_OUTSIDE_NEGATIVE
,
TRAILING_CURRENCY_INSIDE_NEGATIVE
,
TRAILING_CURRENCY_OUTSIDE_NEGATIVE
void setCurrencyPosition(int newValue)
newValue
- The new value of the property 'currency position type'.LEADING_CURRENCY_INSIDE_NEGATIVE
,
LEADING_CURRENCY_OUTSIDE_NEGATIVE
,
TRAILING_CURRENCY_INSIDE_NEGATIVE
,
TRAILING_CURRENCY_OUTSIDE_NEGATIVE
FormulaField getCurrencyPositionFormula()
void setCurrencyPositionFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'currency position type', where
the result of the formula should be in range 0 to 3.LEADING_CURRENCY_INSIDE_NEGATIVE
,
LEADING_CURRENCY_OUTSIDE_NEGATIVE
,
TRAILING_CURRENCY_INSIDE_NEGATIVE
,
TRAILING_CURRENCY_OUTSIDE_NEGATIVE
void setCurrencySymbol(java.lang.String newValue)
newValue
- The new value of the property 'currency symbol'.java.lang.String getCurrencySymbol()
void setCurrencySymbolFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'currency symbol'.FormulaField getCurrencySymbolFormula()
void setCurrencySymbolType(int newValue)
newValue
- The new value of the property 'currency symbol type'.NO_SYMBOL
,
FIXED_SYMBOL
,
FLOATING_SYMBOL
int getCurrencySymbolType()
NO_SYMBOL
,
FIXED_SYMBOL
,
FLOATING_SYMBOL
void setCurrencySymbolTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'currency symbol type'.
The result of the formula should be in range from 0 to 2.NO_SYMBOL
,
FIXED_SYMBOL
,
FLOATING_SYMBOL
FormulaField getCurrencySymbolTypeFormula()
void setUseOneCurrencySymbolPerPage(boolean newValue)
newValue
- The new value of the property 'use one currency symbol per page'.boolean getUseOneCurrencySymbolPerPage()
void setUseOneCurrencySymbolPerPageFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'use one currency symbol per page'.FormulaField getUseOneCurrencySymbolPerPageFormula()
int getNDecimalPlaces()
getRounding()
,
setNumberFormatType(int)
void setNDecimalPlaces(int newValue)
newValue
- The new value of the property 'n decimal places'.getRounding()
,
setNumberFormatType(int)
FormulaField getNDecimalPlacesFormula()
setNumberFormatType(int)
void setNDecimalPlacesFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'n decimal places'.setNumberFormatType(int)
java.lang.String getDecimalSeparatorSymbol()
void setDecimalSeparatorSymbol(java.lang.String newValue)
newValue
- The new value of the property 'decimal separators symbol'.FormulaField getDecimalSeparatorSymbolFormula()
void setDecimalSeparatorSymbolFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'decimal separators symbol'.void setReverseSignForDisplay(boolean newValue)
newValue
- New value for the property 'use reverse sign for display'.boolean isReverseSignForDisplay()
FormulaField getReverseSignForDisplayFormula()
void setReverseSignForDisplayFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'use reverse sign for display'.void setSuppressIfZero(boolean newValue)
newValue
- The new value of the property 'suppress if zero'.boolean getSuppressIfZero()
void setSuppressIfZeroFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'suppress if zero'.FormulaField getSuppressIfZeroFormula()
void setUseThousandsSeparator(boolean newValue)
newValue
- The new value of the property 'use thousands separator'.boolean getUseThousandsSeparator()
void setUseThousandsSeparatorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'use thousands separator'.FormulaField getUseThousandsSeparatorFormula()
void setThousandsSeparatorSymbol(java.lang.String newValue)
newValue
- The new value of the property 'thousands separator symbol'.java.lang.String getThousandsSeparatorSymbol()
void setThousandsSeparatorSymbolFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'thousands separator symbol'.FormulaField getThousandsSeparatorSymbolFormula()
void setRounding(int digits)
digits
- position of digit to round to: negative numbers for after the decimal point, positive for beforeint getRounding()
void setRoundingFormula(FormulaField newFormula)
newFormula
- formula providing the digits position of digit to round to: positive numbers for after the decimal point, negative for beforeFormulaField getRoundingFormula()
void setRoundingMode(int roundingMode)
roundingMode
- the rounding mode to be used for rounding numbers.ROUND_CEILING
,
ROUND_DOWN
,
ROUND_FLOOR
,
ROUND_HALF_DOWN
,
ROUND_HALF_EVEN
,
ROUND_HALF_UP
,
ROUND_UP
,
getRoundingMode()
,
setRoundingModeFormula(com.inet.report.FormulaField)
int getRoundingMode()
ROUND_CEILING
,
ROUND_DOWN
,
ROUND_FLOOR
,
ROUND_HALF_DOWN
,
ROUND_HALF_EVEN
,
ROUND_HALF_UP
,
ROUND_UP
,
setRoundingMode(int)
void setRoundingModeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'rounding type'.
The result of the formula should be in range from 0 to 7.ROUND_CEILING
,
ROUND_DOWN
,
ROUND_FLOOR
,
ROUND_HALF_DOWN
,
ROUND_HALF_EVEN
,
ROUND_HALF_UP
,
ROUND_UP
,
setRoundingMode(int)
FormulaField getRoundingModeFormula()
setRoundingModeFormula(com.inet.report.FormulaField)
void setNegativeType(int newValue)
newValue
- The new value of the property 'negative type'.NOT_NEGATIVE
,
LEADING_MINUS
,
TRAILING_MINUS
,
BRACKETED
int getNegativeType()
NOT_NEGATIVE
,
LEADING_MINUS
,
TRAILING_MINUS
,
BRACKETED
void setNegativeTypeFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'negative type'.
The result of the formula should be in range from 0 to 3.NOT_NEGATIVE
,
LEADING_MINUS
,
TRAILING_MINUS
,
BRACKETED
FormulaField getNegativeTypeFormula()
void setUseLeadingZero(boolean newValue)
newValue
- The new value of the property 'use leading zero'.boolean getUseLeadingZero()
void setUseLeadingZeroFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'use leading zero'.FormulaField getUseLeadingZeroFormula()
void setZeroValueString(java.lang.String newValue)
null
then there will be no custom zero value.newValue
- The new value of the property 'zero value string'.java.lang.String getZeroValueString()
void setAllowFieldClipping(boolean newValue)
newValue
- whether or not to allow the field's value to be clipped if necessary.boolean isAllowFieldClipping()
true
if allow field clipping is enabled, else false
is returned.void setAllowFieldClippingFormula(FormulaField newField)
null
to specify the value of
the allowed field clipping property by a formula.newField
- the formula which is to determine whether or not to allow field clipping
for the field.FormulaField getAllowFieldClippingFormula()
null
if not set.void setNumeralLanguage(int interpretation)
interpretation
- one of the language constant values or -1 for the default of the current report and locale.Engine.setLocale(java.util.Locale)
,
Engine.setNumeralLanguage(int)
,
getNumeralLanguage()
,
NUMERAL_LANGUAGE_EUROPEAN
,
NUMERAL_LANGUAGE_ARABIC
,
NUMERAL_LANGUAGE_EASTERN_ARABIC
,
NUMERAL_LANGUAGE_DEVANAGARI
,
NUMERAL_LANGUAGE_BENGALI
,
NUMERAL_LANGUAGE_GURMUKHI
,
NUMERAL_LANGUAGE_GUJARATI
,
NUMERAL_LANGUAGE_ORIYA
,
NUMERAL_LANGUAGE_TAMIL
,
NUMERAL_LANGUAGE_TELUGU
,
NUMERAL_LANGUAGE_KANNADA
,
NUMERAL_LANGUAGE_MALAYALAM
,
NUMERAL_LANGUAGE_THAI
,
NUMERAL_LANGUAGE_LAO
,
NUMERAL_LANGUAGE_TIBETAN
,
NUMERAL_LANGUAGE_MYANMAR
,
NUMERAL_LANGUAGE_ETHIOPIC
,
NUMERAL_LANGUAGE_KHMER
,
NUMERAL_LANGUAGE_MONGOLIAN
int getNumeralLanguage()
setNumeralLanguage(int)
FormulaField getManualFormatFormula()
FormulaField
The formula of the property 'manual format'.void setManualFormatFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'manual format'.java.lang.String getCurrencySeparator()
void setCurrencySeparator(java.lang.String newCurrencySeparator)
newCurrencySeparator
- The separator to be used between number value
and currency symbol.FormulaField getCurrencySeparatorFormula()
null
it will be used to get the separator between the
number value and the currency symbol otherwise the value of
getCurrencySeparator()
will be used.null
if only the value
of getCurrencySeparator()
should be used.void setCurrencySeparatorFormula(FormulaField newFormula)
newFormula
- The formula which should be used for the property
'currency separator' or null
if no formula should be used.Copyright © 1999-2020 by i-net software GmbH