java.lang.Object
com.aspose.cells.GlobalizationSettings
public class GlobalizationSettings
- extends java.lang.Object
Repsents the globalization settings.
|
Method Summary |
java.lang.String | getAllName() | |
|
Gets the name of "(All)" label in the PivotTable.
|
java.lang.String | getBooleanValueString(boolean bv) | |
|
Gets the display string value for cell's boolean value
|
java.lang.String | getColumnLablesName() | |
|
Gets the name of "Column Labels" label in the PivotTable.
|
java.lang.String | getEmptyDataName() | |
|
Gets the name of "(blank)" label in the PivotTable.
|
java.lang.String | getErrorValueString(java.lang.String err) | |
|
Gets the display string value for cell's error value
|
java.lang.String | getGrandTotalName(int functionType) | |
|
Gets the grand total name of the function.
|
java.lang.String | getMultipleItemsName() | |
|
Gets the name of "(Multiple Items)" label in the PivotTable.
|
java.lang.String | getOtherName() | |
|
Gets the name of "Other" labels for Pie charts.
|
java.lang.String | getPivotGrandTotalName() | |
|
Gets the name of "Grand Total" label in the PivotTable.
|
java.lang.String | getPivotTotalName() | |
|
Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area.
|
java.lang.String | getRowLablesName() | |
|
Gets the name of "Row Labels" label in the PivotTable.
|
java.lang.String | getSubTotalName(int subTotalType) | |
|
Gets the name of PivotFieldSubtotalType type in the PivotTable.
|
java.lang.String | getTotalName(int functionType) | |
|
Gets the total name of the function.
|
GlobalizationSettings
public GlobalizationSettings()
-
getPivotTotalName | |
public java.lang.String getPivotTotalName() |
-
Gets the name of "Total" label in the PivotTable.
You need to override this method when the PivotTable contains two or more PivotFields in the data area.
- Returns:
- The name of "Total" label
getPivotGrandTotalName | |
public java.lang.String getPivotGrandTotalName() |
-
Gets the name of "Grand Total" label in the PivotTable.
- Returns:
- The name of "Grand Total" label
getMultipleItemsName | |
public java.lang.String getMultipleItemsName() |
-
Gets the name of "(Multiple Items)" label in the PivotTable.
- Returns:
- The name of "(Multiple Items)" label
getAllName | |
public java.lang.String getAllName() |
-
Gets the name of "(All)" label in the PivotTable.
- Returns:
- The name of "(All)" label
getColumnLablesName | |
public java.lang.String getColumnLablesName() |
-
Gets the name of "Column Labels" label in the PivotTable.
- Returns:
- The name of column labels
getRowLablesName | |
public java.lang.String getRowLablesName() |
-
Gets the name of "Row Labels" label in the PivotTable.
- Returns:
- The name of row labels
getEmptyDataName | |
public java.lang.String getEmptyDataName() |
-
Gets the name of "(blank)" label in the PivotTable.
- Returns:
- The name of empty data
getSubTotalName | |
public java.lang.String getSubTotalName(int subTotalType) |
-
Gets the name of PivotFieldSubtotalType type in the PivotTable.
- Parameters:
subTotalType - A PivotFieldSubtotalType value. The PivotFieldSubtotalType type
- Returns:
- The name of PivotFieldSubtotalType type
getTotalName | |
public java.lang.String getTotalName(int functionType) |
-
Gets the total name of the function.
- Parameters:
functionType - A ConsolidationFunction value. The function type.
- Returns:
- The total name of the function.
getGrandTotalName | |
public java.lang.String getGrandTotalName(int functionType) |
-
Gets the grand total name of the function.
- Parameters:
functionType - A ConsolidationFunction value. The function type.
- Returns:
- The grand total name of the function.
getOtherName | |
public java.lang.String getOtherName() |
-
Gets the name of "Other" labels for Pie charts.
- Returns:
getErrorValueString | |
public java.lang.String getErrorValueString(java.lang.String err) |
-
Gets the display string value for cell's error value
- Parameters:
err - error values such as #VALUE!,#NAME?
- Returns:
- Default returns the error value itself
getBooleanValueString | |
public java.lang.String getBooleanValueString(boolean bv) |
-
Gets the display string value for cell's boolean value
- Parameters:
bv - boolean value
- Returns:
- Default returns "TRUE" for true value and "FALSE" for false value.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.