Lines Matching refs:Value

127 	    props[0].Value = numberingType;      in setNumberingType()
153 props[0].Value = prefix; in testPrefix()
174 assertEquals("Prefix should be "+prefix, prefix, proValues2[i].Value); in testPrefix()
196 props[0].Value = suffix; in testSuffix()
217 assertEquals("Suffix should be "+suffix, suffix, proValues2[i].Value); in testSuffix()
240 props[0].Value = startWith; in testStartWith()
263 assertEquals("StartWith should be "+sStartWith, startWith, proValues2[i].Value); in testStartWith()
289 props[0].Value = firstLineOffset; in testFirstLineOffset()
312 firstLineOffset, proValues2[i].Value); in testFirstLineOffset()
334 props[0].Value = leftMargin; in testLeftMargin()
356 …ssertEquals("Leftmargin should be "+Integer.toString(leftMargin), leftMargin, proValues2[i].Value); in testLeftMargin()
379 props[0].Value = symbolTextDistance; in testSymbolTextDistance()
407 symbolTextDistance, proValues2[i].Value); in testSymbolTextDistance()
439 … HoriOrientation.RIGHT", HoriOrientation.RIGHT, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustRight()
453 props[0].Value = ajust; in setAjust()
484 …oriOrientation.CENTER", HoriOrientation.CENTER, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustCenter()
516 HoriOrientation.LEFT, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustLeft()
537 props[0].Value = new Integer(255); in testSymbolColor()
561 new Integer(255), proValues2[i].Value); in testSymbolColor()
583 props[0].Value = new Short((short)100); in testSymbolSize()
606 new Short((short)100), proValues2[i].Value); in testSymbolSize()