anslocaleproperties.xml.sample 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ans
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <ansLocaleProperty xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ansLocaleProperty.xsd">
  9. <authorLocale>
  10. <ja>
  11. <structure>
  12. <!-- This property controls the scaling factor that the server uses when determining the column widths. It can be specified for any author locale. -->
  13. <!-- Values for this property that are less than 100 implies that the number of characters in a member cell label will be weigthed less than the default when determining column widths. -->
  14. <!-- Values that are greater than 100 implies that the that the number of characters in a member cell label will be weigthed more than the default when determining column widths. -->
  15. <!--A value of 100 means that the number of characters in a member cell label will not be weigted when determining column widths. -->
  16. <!-- If the value for this property is too high, there will be too much white space in the member cell labels in the row and column axes. -->
  17. <!-- If the value for this property is too low, member cell labels in the row and column axes can be clipped. -->
  18. <!--<property>columnWidthScaleMember</property>
  19. <value type="long">130</value>-->
  20. </structure>
  21. <structure>
  22. <!-- This property controls the scaling factor that the server uses when determining the column widths. It can be specified for any author locale.. -->
  23. <!-- Values for this property that are less than 100 implies that the number of characters in a fact cell value will be weigthed less than the default when determining column widths. -->
  24. <!-- Values that are greater than 100 implies that the that the number of characters in a fact cell value will be weigthed more than the default when determining column widths. -->
  25. <!-- The default value for any author locale, if not specified, is 75. -->
  26. <!-- A value of 100 means that the number of chraracters in a fact cell value will not be weigted when determining column widths. -->
  27. <!-- If the value for this property is too high, there will be too much white space in the fact cell values. -->
  28. <!-- If the value for this property is too low, fact cell values can be clipped. -->
  29. <!--<property>columnWidthScaleFact</property>
  30. <value type="long">75</value>-->
  31. </structure>
  32. </ja>
  33. </authorLocale>
  34. <contentLocale>
  35. </contentLocale>
  36. <productLocale>
  37. </productLocale>
  38. </ansLocaleProperty>