Catalogen

FormatRun @Cluster 2 (characterpos, data, other)


UnicodeString.java

test that we get the same value as excel and , for

101. FormatRun other = ( FormatRun ) o;
103. return ((character == other.character) && (fontIndex == other.fontIndex));

UnicodeString.java

sets the auto numbering index of the chart element .

417. public void addFormatRun(FormatRun r) {
421.   int index = findFormatRunAt(r.character);

UnicodeString.java

gets the value of the given paragraph ‘ s , object that is used to call the / @ param more @ return if one or two elements will be a .

107. FormatRun r = (FormatRun)obj;
108. if ((character == r.character) && (fontIndex == r.fontIndex))
110. if (character == r.character)
111.   return fontIndex - r.fontIndex;
112. else return character - r.character;