Lines Matching refs:props
124 PropertyValue[] props = new PropertyValue[1]; in setNumberingType() local
125 props[0] = new PropertyValue(); in setNumberingType()
126 props[0].Name = "NumberingType"; in setNumberingType()
127 props[0].Value = numberingType; in setNumberingType()
129 xReplace.replaceByIndex(level, props); in setNumberingType()
150 PropertyValue[] props = new PropertyValue[1]; in testPrefix() local
151 props[0] = new PropertyValue(); in testPrefix()
152 props[0].Name = "Prefix"; in testPrefix()
153 props[0].Value = prefix; in testPrefix()
155 xReplace.replaceByIndex(0, props); in testPrefix()
193 PropertyValue[] props = new PropertyValue[1]; in testSuffix() local
194 props[0] = new PropertyValue(); in testSuffix()
195 props[0].Name = "Suffix"; in testSuffix()
196 props[0].Value = suffix; in testSuffix()
198 xReplace.replaceByIndex(0, props); in testSuffix()
237 PropertyValue[] props = new PropertyValue[1]; in testStartWith() local
238 props[0] = new PropertyValue(); in testStartWith()
239 props[0].Name = "StartWith"; in testStartWith()
240 props[0].Value = startWith; in testStartWith()
242 xReplace.replaceByIndex(0, props); in testStartWith()
286 PropertyValue[] props = new PropertyValue[1]; in testFirstLineOffset() local
287 props[0] = new PropertyValue(); in testFirstLineOffset()
288 props[0].Name = "FirstLineOffset"; in testFirstLineOffset()
289 props[0].Value = firstLineOffset; in testFirstLineOffset()
291 xReplace.replaceByIndex(0, props); in testFirstLineOffset()
331 PropertyValue[] props = new PropertyValue[1]; in testLeftMargin() local
332 props[0] = new PropertyValue(); in testLeftMargin()
333 props[0].Name = "LeftMargin"; in testLeftMargin()
334 props[0].Value = leftMargin; in testLeftMargin()
336 xReplace.replaceByIndex(0, props); in testLeftMargin()
376 PropertyValue[] props = new PropertyValue[1]; in testSymbolTextDistance() local
377 props[0] = new PropertyValue(); in testSymbolTextDistance()
378 props[0].Name = "SymbolTextDistance"; in testSymbolTextDistance()
379 props[0].Value = symbolTextDistance; in testSymbolTextDistance()
381 xReplace.replaceByIndex(0, props); in testSymbolTextDistance()
450 PropertyValue[] props = new PropertyValue[1]; in setAjust() local
451 props[0] = new PropertyValue(); in setAjust()
452 props[0].Name = "Adjust"; in setAjust()
453 props[0].Value = ajust; in setAjust()
455 xReplace.replaceByIndex(0, props); in setAjust()
534 PropertyValue[] props = new PropertyValue[1]; in testSymbolColor() local
535 props[0] = new PropertyValue(); in testSymbolColor()
536 props[0].Name = "BulletColor"; in testSymbolColor()
537 props[0].Value = new Integer(255); in testSymbolColor()
539 xReplace.replaceByIndex(0, props); in testSymbolColor()
580 PropertyValue[] props = new PropertyValue[1]; in testSymbolSize() local
581 props[0] = new PropertyValue(); in testSymbolSize()
582 props[0].Name = "BulletRelSize"; in testSymbolSize()
583 props[0].Value = new Short((short)100); in testSymbolSize()
585 xReplace.replaceByIndex(0, props); in testSymbolSize()