java.lang.Object | |||
↳ | com.pdftron.pdf.OptionsBase | ||
↳ | com.pdftron.pdf.ConversionOptions | ||
↳ | com.pdftron.pdf.OfficeLocaleOverrides |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OfficeLocaleOverrides()
Constructor.
| |||||||||||
OfficeLocaleOverrides(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAccountingFormat1()
Gets the value AccountingFormat1 from the options object
Accounting currency format rounded to integer, with negative values in parenthesis and no currency symbol.
| ||||||||||
String |
getAccountingFormat2()
Gets the value AccountingFormat2 from the options object
Accounting currency format rounded to integer, with red nagative values in parenthesis and no currency symbol.
| ||||||||||
String |
getAccountingFormat3()
Gets the value AccountingFormat3 from the options object
Accounting currency format with 2 digits after decimal point, negative values in parenthesis and no currency symbol.
| ||||||||||
String |
getAccountingFormat4()
Gets the value AccountingFormat4 from the options object
Accounting currency format with 2 digits after decimal point, red nagative values in parenthesis and no currency symbol.
| ||||||||||
String |
getAccountingFormat5()
Gets the value AccountingFormat5 from the options object
Accounting currency format rounded to integer, without currency symbol.
| ||||||||||
String |
getAccountingFormat6()
Gets the value AccountingFormat6 from the options object
Accounting currency format rounded to integer, with local currency symbol.
| ||||||||||
String |
getAccountingFormat7()
Gets the value AccountingFormat7 from the options object
Accounting currency format with 2 digits after decimal point and no currency symbol.
| ||||||||||
String |
getAccountingFormat8()
Gets the value AccountingFormat8 from the options object
Accounting currency format with 2 digits after decimal point and local currency symbol.
| ||||||||||
String |
getCurrencyFormat1()
Gets the value CurrencyFormat1 from the options object
Format of a value in local currency rounded to integer, with thousands separator.
| ||||||||||
String |
getCurrencyFormat2()
Gets the value CurrencyFormat2 from the options object
Format of a value in local currency rounded to integer, with thousands separator and red nagative value.
| ||||||||||
String |
getCurrencyFormat3()
Gets the value CurrencyFormat3 from the options object
Format of a value in local currency, with thousands separator and 2 digits after decimal point.
| ||||||||||
String |
getCurrencyFormat4()
Gets the value CurrencyFormat4 from the options object
Format of a value in local currency, with thousands separator, 2 digits after decimal point and red nagative value.
| ||||||||||
String |
getDateFormat1()
Gets the value DateFormat1 from the options object
Short date format.
| ||||||||||
String |
getDateFormat2()
Gets the value DateFormat2 from the options object
Date format with a short month name.
| ||||||||||
String |
getDateFormat3()
Gets the value DateFormat3 from the options object
Date format with a short month name and no year.
| ||||||||||
String |
getDateFormat4()
Gets the value DateFormat4 from the options object
Date format with a short month name and no day.
| ||||||||||
String |
getDatetTimeFormat()
Gets the value DatetTimeFormat from the options object
Short date with 24-hour time format.
| ||||||||||
String |
getFixedNumberFormat1()
Gets the value FixedNumberFormat1 from the options object
Format of a fixed number rounded to integer.
| ||||||||||
String |
getFixedNumberFormat2()
Gets the value FixedNumberFormat2 from the options object
Format of a fixed number with 2 digits after decimal point.
| ||||||||||
String |
getFixedNumberFormat3()
Gets the value FixedNumberFormat3 from the options object
Format of a fixed number rounded to integer, with thousands separator.
| ||||||||||
String |
getFixedNumberFormat4()
Gets the value FixedNumberFormat4 from the options object
Format of a fixed number with thousands separator and 2 digits after decimal point.
| ||||||||||
String |
getFractionNumberFormat1()
Gets the value FractionNumberFormat1 from the options object
Fraction number format with a single-digit fraction.
| ||||||||||
String |
getFractionNumberFormat2()
Gets the value FractionNumberFormat2 from the options object
Fraction number format with a double-digit fraction.
| ||||||||||
String |
getPercentageFormat1()
Gets the value PercentageFormat1 from the options object
Format of a percentage value rounded to integer.
| ||||||||||
String |
getPercentageFormat2()
Gets the value PercentageFormat2 from the options object
Format of a percentage value with 2 digits after decimal point.
| ||||||||||
String |
getScientificNumberFormat1()
Gets the value ScientificNumberFormat1 from the options object
Scientific number format with two digits after decimal point and at least two digits in the exponent.
| ||||||||||
String |
getScientificNumberFormat2()
Gets the value ScientificNumberFormat2 from the options object
Scientific number format with up to 3 significant digits before decimal point and one digit after it.
| ||||||||||
String |
getTextFormat()
Gets the value TextFormat from the options object
Text format used to treat numbers as text, when necessary.
| ||||||||||
String |
getTimeFormat1()
Gets the value TimeFormat1 from the options object
Time format with AM/PM indicator and no seconds.
| ||||||||||
String |
getTimeFormat2()
Gets the value TimeFormat2 from the options object
Time format with AM/PM indicator.
| ||||||||||
String |
getTimeFormat3()
Gets the value TimeFormat3 from the options object
24-hour time format without seconds.
| ||||||||||
String |
getTimeFormat4()
Gets the value TimeFormat4 from the options object
24-hour time format.
| ||||||||||
String |
getTimeSpanFormat1()
Gets the value TimeSpanFormat1 from the options object
Format of a time span without hours.
| ||||||||||
String |
getTimeSpanFormat2()
Gets the value TimeSpanFormat2 from the options object
Format of a time span with hours.
| ||||||||||
String |
getTimeSpanFormat3()
Gets the value TimeSpanFormat3 from the options object
Format of a time span without hours and delimiters and with one decimal digit after point.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat1(String value)
Sets the value for AccountingFormat1 in the options object
Accounting currency format rounded to integer, with negative values in parenthesis and no currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat2(String value)
Sets the value for AccountingFormat2 in the options object
Accounting currency format rounded to integer, with red nagative values in parenthesis and no currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat3(String value)
Sets the value for AccountingFormat3 in the options object
Accounting currency format with 2 digits after decimal point, negative values in parenthesis and no currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat4(String value)
Sets the value for AccountingFormat4 in the options object
Accounting currency format with 2 digits after decimal point, red nagative values in parenthesis and no currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat5(String value)
Sets the value for AccountingFormat5 in the options object
Accounting currency format rounded to integer, without currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat6(String value)
Sets the value for AccountingFormat6 in the options object
Accounting currency format rounded to integer, with local currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat7(String value)
Sets the value for AccountingFormat7 in the options object
Accounting currency format with 2 digits after decimal point and no currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setAccountingFormat8(String value)
Sets the value for AccountingFormat8 in the options object
Accounting currency format with 2 digits after decimal point and local currency symbol.
| ||||||||||
OfficeLocaleOverrides |
setCurrencyFormat1(String value)
Sets the value for CurrencyFormat1 in the options object
Format of a value in local currency rounded to integer, with thousands separator.
| ||||||||||
OfficeLocaleOverrides |
setCurrencyFormat2(String value)
Sets the value for CurrencyFormat2 in the options object
Format of a value in local currency rounded to integer, with thousands separator and red nagative value.
| ||||||||||
OfficeLocaleOverrides |
setCurrencyFormat3(String value)
Sets the value for CurrencyFormat3 in the options object
Format of a value in local currency, with thousands separator and 2 digits after decimal point.
| ||||||||||
OfficeLocaleOverrides |
setCurrencyFormat4(String value)
Sets the value for CurrencyFormat4 in the options object
Format of a value in local currency, with thousands separator, 2 digits after decimal point and red nagative value.
| ||||||||||
OfficeLocaleOverrides |
setDateFormat1(String value)
Sets the value for DateFormat1 in the options object
Short date format.
| ||||||||||
OfficeLocaleOverrides |
setDateFormat2(String value)
Sets the value for DateFormat2 in the options object
Date format with a short month name.
| ||||||||||
OfficeLocaleOverrides |
setDateFormat3(String value)
Sets the value for DateFormat3 in the options object
Date format with a short month name and no year.
| ||||||||||
OfficeLocaleOverrides |
setDateFormat4(String value)
Sets the value for DateFormat4 in the options object
Date format with a short month name and no day.
| ||||||||||
OfficeLocaleOverrides |
setDatetTimeFormat(String value)
Sets the value for DatetTimeFormat in the options object
Short date with 24-hour time format.
| ||||||||||
OfficeLocaleOverrides |
setFixedNumberFormat1(String value)
Sets the value for FixedNumberFormat1 in the options object
Format of a fixed number rounded to integer.
| ||||||||||
OfficeLocaleOverrides |
setFixedNumberFormat2(String value)
Sets the value for FixedNumberFormat2 in the options object
Format of a fixed number with 2 digits after decimal point.
| ||||||||||
OfficeLocaleOverrides |
setFixedNumberFormat3(String value)
Sets the value for FixedNumberFormat3 in the options object
Format of a fixed number rounded to integer, with thousands separator.
| ||||||||||
OfficeLocaleOverrides |
setFixedNumberFormat4(String value)
Sets the value for FixedNumberFormat4 in the options object
Format of a fixed number with thousands separator and 2 digits after decimal point.
| ||||||||||
OfficeLocaleOverrides |
setFractionNumberFormat1(String value)
Sets the value for FractionNumberFormat1 in the options object
Fraction number format with a single-digit fraction.
| ||||||||||
OfficeLocaleOverrides |
setFractionNumberFormat2(String value)
Sets the value for FractionNumberFormat2 in the options object
Fraction number format with a double-digit fraction.
| ||||||||||
OfficeLocaleOverrides |
setPercentageFormat1(String value)
Sets the value for PercentageFormat1 in the options object
Format of a percentage value rounded to integer.
| ||||||||||
OfficeLocaleOverrides |
setPercentageFormat2(String value)
Sets the value for PercentageFormat2 in the options object
Format of a percentage value with 2 digits after decimal point.
| ||||||||||
OfficeLocaleOverrides |
setScientificNumberFormat1(String value)
Sets the value for ScientificNumberFormat1 in the options object
Scientific number format with two digits after decimal point and at least two digits in the exponent.
| ||||||||||
OfficeLocaleOverrides |
setScientificNumberFormat2(String value)
Sets the value for ScientificNumberFormat2 in the options object
Scientific number format with up to 3 significant digits before decimal point and one digit after it.
| ||||||||||
OfficeLocaleOverrides |
setTextFormat(String value)
Sets the value for TextFormat in the options object
Text format used to treat numbers as text, when necessary.
| ||||||||||
OfficeLocaleOverrides |
setTimeFormat1(String value)
Sets the value for TimeFormat1 in the options object
Time format with AM/PM indicator and no seconds.
| ||||||||||
OfficeLocaleOverrides |
setTimeFormat2(String value)
Sets the value for TimeFormat2 in the options object
Time format with AM/PM indicator.
| ||||||||||
OfficeLocaleOverrides |
setTimeFormat3(String value)
Sets the value for TimeFormat3 in the options object
24-hour time format without seconds.
| ||||||||||
OfficeLocaleOverrides |
setTimeFormat4(String value)
Sets the value for TimeFormat4 in the options object
24-hour time format.
| ||||||||||
OfficeLocaleOverrides |
setTimeSpanFormat1(String value)
Sets the value for TimeSpanFormat1 in the options object
Format of a time span without hours.
| ||||||||||
OfficeLocaleOverrides |
setTimeSpanFormat2(String value)
Sets the value for TimeSpanFormat2 in the options object
Format of a time span with hours.
| ||||||||||
OfficeLocaleOverrides |
setTimeSpanFormat3(String value)
Sets the value for TimeSpanFormat3 in the options object
Format of a time span without hours and delimiters and with one decimal digit after point.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.ConversionOptions
| |||||||||||
From class
java.lang.Object
|
Gets the value AccountingFormat1 from the options object Accounting currency format rounded to integer, with negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);(#,##0)`
PDFNetException |
---|
Gets the value AccountingFormat2 from the options object Accounting currency format rounded to integer, with red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);[Red](#,##0)`
PDFNetException |
---|
Gets the value AccountingFormat3 from the options object Accounting currency format with 2 digits after decimal point, negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);(#,##0.00)`
PDFNetException |
---|
Gets the value AccountingFormat4 from the options object Accounting currency format with 2 digits after decimal point, red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);[Red](#,##0.00)`
PDFNetException |
---|
Gets the value AccountingFormat5 from the options object Accounting currency format rounded to integer, without currency symbol. Value for the default locale: `_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)`
PDFNetException |
---|
Gets the value AccountingFormat6 from the options object Accounting currency format rounded to integer, with local currency symbol. Value for the default locale: `_($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)`
PDFNetException |
---|
Gets the value AccountingFormat7 from the options object Accounting currency format with 2 digits after decimal point and no currency symbol. Value for the default locale: `_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)`
PDFNetException |
---|
Gets the value AccountingFormat8 from the options object Accounting currency format with 2 digits after decimal point and local currency symbol. Value for the default locale: `_($* #,##0.00_)_($* (#,##0.00)_($* "-"??_)_(@_)`
PDFNetException |
---|
Gets the value CurrencyFormat1 from the options object Format of a value in local currency rounded to integer, with thousands separator. Value for the default locale: `$#,##0_);($#,##0)`
PDFNetException |
---|
Gets the value CurrencyFormat2 from the options object Format of a value in local currency rounded to integer, with thousands separator and red nagative value. Value for the default locale: `$#,##0_);[Red]($#,##0)`
PDFNetException |
---|
Gets the value CurrencyFormat3 from the options object Format of a value in local currency, with thousands separator and 2 digits after decimal point. Value for the default locale: `$#,##0.00_);($#,##0.00)`
PDFNetException |
---|
Gets the value CurrencyFormat4 from the options object Format of a value in local currency, with thousands separator, 2 digits after decimal point and red nagative value. Value for the default locale: `$#,##0.00_);[Red]($#,##0.00)`
PDFNetException |
---|
Gets the value DateFormat1 from the options object Short date format. Value for the default locale: `mm-dd-yy`
PDFNetException |
---|
Gets the value DateFormat2 from the options object Date format with a short month name. Value for the default locale: `d-mmm-yy`
PDFNetException |
---|
Gets the value DateFormat3 from the options object Date format with a short month name and no year. Value for the default locale: `d-mmm`
PDFNetException |
---|
Gets the value DateFormat4 from the options object Date format with a short month name and no day. Value for the default locale: `mmm-yy`
PDFNetException |
---|
Gets the value DatetTimeFormat from the options object Short date with 24-hour time format. Value for the default locale: `m/d/yy h:mm`
PDFNetException |
---|
Gets the value FixedNumberFormat1 from the options object Format of a fixed number rounded to integer. Value for the default locale: `0`
PDFNetException |
---|
Gets the value FixedNumberFormat2 from the options object Format of a fixed number with 2 digits after decimal point. Value for the default locale: `0.00`
PDFNetException |
---|
Gets the value FixedNumberFormat3 from the options object Format of a fixed number rounded to integer, with thousands separator. Value for the default locale: `#,##0`
PDFNetException |
---|
Gets the value FixedNumberFormat4 from the options object Format of a fixed number with thousands separator and 2 digits after decimal point. Value for the default locale: `#,##0.00`
PDFNetException |
---|
Gets the value FractionNumberFormat1 from the options object Fraction number format with a single-digit fraction. Value for the default locale: `# ?/?`
PDFNetException |
---|
Gets the value FractionNumberFormat2 from the options object Fraction number format with a double-digit fraction. Value for the default locale: `# ??/??`
PDFNetException |
---|
Gets the value PercentageFormat1 from the options object Format of a percentage value rounded to integer. Value for the default locale: `0%`
PDFNetException |
---|
Gets the value PercentageFormat2 from the options object Format of a percentage value with 2 digits after decimal point. Value for the default locale: `0.00%`
PDFNetException |
---|
Gets the value ScientificNumberFormat1 from the options object Scientific number format with two digits after decimal point and at least two digits in the exponent. Value for the default locale: `0.00E+00`
PDFNetException |
---|
Gets the value ScientificNumberFormat2 from the options object Scientific number format with up to 3 significant digits before decimal point and one digit after it. Value for the default locale: `##0.0E+0`
PDFNetException |
---|
Gets the value TextFormat from the options object Text format used to treat numbers as text, when necessary. Value for the default locale: `@`
PDFNetException |
---|
Gets the value TimeFormat1 from the options object Time format with AM/PM indicator and no seconds. Value for the default locale: `h:mm AM/PM`
PDFNetException |
---|
Gets the value TimeFormat2 from the options object Time format with AM/PM indicator. Value for the default locale: `h:mm AM/PM`
PDFNetException |
---|
Gets the value TimeFormat3 from the options object 24-hour time format without seconds. Value for the default locale: `h:mm`
PDFNetException |
---|
Gets the value TimeFormat4 from the options object 24-hour time format. Value for the default locale: `h:mm:s`
PDFNetException |
---|
Gets the value TimeSpanFormat1 from the options object Format of a time span without hours. Value for the default locale: `mm:ss`
PDFNetException |
---|
Gets the value TimeSpanFormat2 from the options object Format of a time span with hours. Value for the default locale: `[h]:mm:ss`
PDFNetException |
---|
Gets the value TimeSpanFormat3 from the options object Format of a time span without hours and delimiters and with one decimal digit after point. Value for the default locale: `mmss.0`
PDFNetException |
---|
Sets the value for AccountingFormat1 in the options object Accounting currency format rounded to integer, with negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);(#,##0)`
value | a String -- Accounting currency format rounded to integer, with negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);(#,##0)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat2 in the options object Accounting currency format rounded to integer, with red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);[Red](#,##0)`
value | a String -- Accounting currency format rounded to integer, with red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0_);[Red](#,##0)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat3 in the options object Accounting currency format with 2 digits after decimal point, negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);(#,##0.00)`
value | a String -- Accounting currency format with 2 digits after decimal point, negative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);(#,##0.00)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat4 in the options object Accounting currency format with 2 digits after decimal point, red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);[Red](#,##0.00)`
value | a String -- Accounting currency format with 2 digits after decimal point, red nagative values in parenthesis and no currency symbol. Value for the default locale: `#,##0.00_);[Red](#,##0.00)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat5 in the options object Accounting currency format rounded to integer, without currency symbol. Value for the default locale: `_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)`
value | a String -- Accounting currency format rounded to integer, without currency symbol. Value for the default locale: `_(* #,##0_);_(* (#,##0);_(* "-"_);_(@_)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat6 in the options object Accounting currency format rounded to integer, with local currency symbol. Value for the default locale: `_($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)`
value | a String -- Accounting currency format rounded to integer, with local currency symbol. Value for the default locale: `_($* #,##0_);_($* (#,##0);_($* "-"_);_(@_)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat7 in the options object Accounting currency format with 2 digits after decimal point and no currency symbol. Value for the default locale: `_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)`
value | a String -- Accounting currency format with 2 digits after decimal point and no currency symbol. Value for the default locale: `_(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_)` |
---|
PDFNetException |
---|
Sets the value for AccountingFormat8 in the options object Accounting currency format with 2 digits after decimal point and local currency symbol. Value for the default locale: `_($* #,##0.00_)_($* (#,##0.00)_($* "-"??_)_(@_)`
value | a String -- Accounting currency format with 2 digits after decimal point and local currency symbol. Value for the default locale: `_($* #,##0.00_)_($* (#,##0.00)_($* "-"??_)_(@_)` |
---|
PDFNetException |
---|
Sets the value for CurrencyFormat1 in the options object Format of a value in local currency rounded to integer, with thousands separator. Value for the default locale: `$#,##0_);($#,##0)`
value | a String -- Format of a value in local currency rounded to integer, with thousands separator. Value for the default locale: `$#,##0_);($#,##0)` |
---|
PDFNetException |
---|
Sets the value for CurrencyFormat2 in the options object Format of a value in local currency rounded to integer, with thousands separator and red nagative value. Value for the default locale: `$#,##0_);[Red]($#,##0)`
value | a String -- Format of a value in local currency rounded to integer, with thousands separator and red nagative value. Value for the default locale: `$#,##0_);[Red]($#,##0)` |
---|
PDFNetException |
---|
Sets the value for CurrencyFormat3 in the options object Format of a value in local currency, with thousands separator and 2 digits after decimal point. Value for the default locale: `$#,##0.00_);($#,##0.00)`
value | a String -- Format of a value in local currency, with thousands separator and 2 digits after decimal point. Value for the default locale: `$#,##0.00_);($#,##0.00)` |
---|
PDFNetException |
---|
Sets the value for CurrencyFormat4 in the options object Format of a value in local currency, with thousands separator, 2 digits after decimal point and red nagative value. Value for the default locale: `$#,##0.00_);[Red]($#,##0.00)`
value | a String -- Format of a value in local currency, with thousands separator, 2 digits after decimal point and red nagative value. Value for the default locale: `$#,##0.00_);[Red]($#,##0.00)` |
---|
PDFNetException |
---|
Sets the value for DateFormat1 in the options object Short date format. Value for the default locale: `mm-dd-yy`
value | a String -- Short date format. Value for the default locale: `mm-dd-yy` |
---|
PDFNetException |
---|
Sets the value for DateFormat2 in the options object Date format with a short month name. Value for the default locale: `d-mmm-yy`
value | a String -- Date format with a short month name. Value for the default locale: `d-mmm-yy` |
---|
PDFNetException |
---|
Sets the value for DateFormat3 in the options object Date format with a short month name and no year. Value for the default locale: `d-mmm`
value | a String -- Date format with a short month name and no year. Value for the default locale: `d-mmm` |
---|
PDFNetException |
---|
Sets the value for DateFormat4 in the options object Date format with a short month name and no day. Value for the default locale: `mmm-yy`
value | a String -- Date format with a short month name and no day. Value for the default locale: `mmm-yy` |
---|
PDFNetException |
---|
Sets the value for DatetTimeFormat in the options object Short date with 24-hour time format. Value for the default locale: `m/d/yy h:mm`
value | a String -- Short date with 24-hour time format. Value for the default locale: `m/d/yy h:mm` |
---|
PDFNetException |
---|
Sets the value for FixedNumberFormat1 in the options object Format of a fixed number rounded to integer. Value for the default locale: `0`
value | a String -- Format of a fixed number rounded to integer. Value for the default locale: `0` |
---|
PDFNetException |
---|
Sets the value for FixedNumberFormat2 in the options object Format of a fixed number with 2 digits after decimal point. Value for the default locale: `0.00`
value | a String -- Format of a fixed number with 2 digits after decimal point. Value for the default locale: `0.00` |
---|
PDFNetException |
---|
Sets the value for FixedNumberFormat3 in the options object Format of a fixed number rounded to integer, with thousands separator. Value for the default locale: `#,##0`
value | a String -- Format of a fixed number rounded to integer, with thousands separator. Value for the default locale: `#,##0` |
---|
PDFNetException |
---|
Sets the value for FixedNumberFormat4 in the options object Format of a fixed number with thousands separator and 2 digits after decimal point. Value for the default locale: `#,##0.00`
value | a String -- Format of a fixed number with thousands separator and 2 digits after decimal point. Value for the default locale: `#,##0.00` |
---|
PDFNetException |
---|
Sets the value for FractionNumberFormat1 in the options object Fraction number format with a single-digit fraction. Value for the default locale: `# ?/?`
value | a String -- Fraction number format with a single-digit fraction. Value for the default locale: `# ?/?` |
---|
PDFNetException |
---|
Sets the value for FractionNumberFormat2 in the options object Fraction number format with a double-digit fraction. Value for the default locale: `# ??/??`
value | a String -- Fraction number format with a double-digit fraction. Value for the default locale: `# ??/??` |
---|
PDFNetException |
---|
Sets the value for PercentageFormat1 in the options object Format of a percentage value rounded to integer. Value for the default locale: `0%`
value | a String -- Format of a percentage value rounded to integer. Value for the default locale: `0%` |
---|
PDFNetException |
---|
Sets the value for PercentageFormat2 in the options object Format of a percentage value with 2 digits after decimal point. Value for the default locale: `0.00%`
value | a String -- Format of a percentage value with 2 digits after decimal point. Value for the default locale: `0.00%` |
---|
PDFNetException |
---|
Sets the value for ScientificNumberFormat1 in the options object Scientific number format with two digits after decimal point and at least two digits in the exponent. Value for the default locale: `0.00E+00`
value | a String -- Scientific number format with two digits after decimal point and at least two digits in the exponent. Value for the default locale: `0.00E+00` |
---|
PDFNetException |
---|
Sets the value for ScientificNumberFormat2 in the options object Scientific number format with up to 3 significant digits before decimal point and one digit after it. Value for the default locale: `##0.0E+0`
value | a String -- Scientific number format with up to 3 significant digits before decimal point and one digit after it. Value for the default locale: `##0.0E+0` |
---|
PDFNetException |
---|
Sets the value for TextFormat in the options object Text format used to treat numbers as text, when necessary. Value for the default locale: `@`
value | a String -- Text format used to treat numbers as text, when necessary. Value for the default locale: `@` |
---|
PDFNetException |
---|
Sets the value for TimeFormat1 in the options object Time format with AM/PM indicator and no seconds. Value for the default locale: `h:mm AM/PM`
value | a String -- Time format with AM/PM indicator and no seconds. Value for the default locale: `h:mm AM/PM` |
---|
PDFNetException |
---|
Sets the value for TimeFormat2 in the options object Time format with AM/PM indicator. Value for the default locale: `h:mm AM/PM`
value | a String -- Time format with AM/PM indicator. Value for the default locale: `h:mm AM/PM` |
---|
PDFNetException |
---|
Sets the value for TimeFormat3 in the options object 24-hour time format without seconds. Value for the default locale: `h:mm`
value | a String -- 24-hour time format without seconds. Value for the default locale: `h:mm` |
---|
PDFNetException |
---|
Sets the value for TimeFormat4 in the options object 24-hour time format. Value for the default locale: `h:mm:s`
value | a String -- 24-hour time format. Value for the default locale: `h:mm:s` |
---|
PDFNetException |
---|
Sets the value for TimeSpanFormat1 in the options object Format of a time span without hours. Value for the default locale: `mm:ss`
value | a String -- Format of a time span without hours. Value for the default locale: `mm:ss` |
---|
PDFNetException |
---|
Sets the value for TimeSpanFormat2 in the options object Format of a time span with hours. Value for the default locale: `[h]:mm:ss`
value | a String -- Format of a time span with hours. Value for the default locale: `[h]:mm:ss` |
---|
PDFNetException |
---|
Sets the value for TimeSpanFormat3 in the options object Format of a time span without hours and delimiters and with one decimal digit after point. Value for the default locale: `mmss.0`
value | a String -- Format of a time span without hours and delimiters and with one decimal digit after point. Value for the default locale: `mmss.0` |
---|
PDFNetException |
---|