com.aspose.cells
Class GlobalizationSettings

java.lang.Object
    extended by com.aspose.cells.GlobalizationSettings

public class GlobalizationSettings 
extends java.lang.Object

Repsents the globalization settings.

Constructor Summary
GlobalizationSettings()
          
 
Method Summary
java.lang.StringgetGrandTotalName(int functionType)
           Gets the grand total name of the function.
java.lang.StringgetOtherName()
           Gets the name of "Other" labels for Pie charts.
java.lang.StringgetTotalName(int functionType)
           Gets the total name of the function.
 

Constructor Detail

GlobalizationSettings

public GlobalizationSettings()

Method Detail

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:

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.