123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ans
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <ansLocaleProperty xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ansLocaleProperty.xsd">
- <authorLocale>
- <ja>
- <structure>
- <!-- This property controls the scaling factor that the server uses when determining the column widths. It can be specified for any author locale. -->
- <!-- 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. -->
- <!-- 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. -->
- <!--A value of 100 means that the number of characters in a member cell label will not be weigted when determining column widths. -->
- <!-- 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. -->
- <!-- If the value for this property is too low, member cell labels in the row and column axes can be clipped. -->
- <!--<property>columnWidthScaleMember</property>
- <value type="long">130</value>-->
- </structure>
- <structure>
- <!-- This property controls the scaling factor that the server uses when determining the column widths. It can be specified for any author locale.. -->
- <!-- 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. -->
- <!-- 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. -->
- <!-- The default value for any author locale, if not specified, is 75. -->
- <!-- A value of 100 means that the number of chraracters in a fact cell value will not be weigted when determining column widths. -->
- <!-- If the value for this property is too high, there will be too much white space in the fact cell values. -->
- <!-- If the value for this property is too low, fact cell values can be clipped. -->
- <!--<property>columnWidthScaleFact</property>
- <value type="long">75</value>-->
- </structure>
- </ja>
- </authorLocale>
- <contentLocale>
- </contentLocale>
- <productLocale>
- </productLocale>
- </ansLocaleProperty>
|