Lines Matching refs:propsRule
79 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletAlign_Right() local
80 propsRule[1].Name = "NumberingType"; in testNumberingBulletAlign_Right()
81 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Right()
82 propsRule[0].Name = "Adjust"; in testNumberingBulletAlign_Right()
83 propsRule[0].Value = HoriOrientation.RIGHT; in testNumberingBulletAlign_Right()
85 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Right()
148 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletAlign_Left() local
149 propsRule[1].Name = "NumberingType"; in testNumberingBulletAlign_Left()
150 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Left()
151 propsRule[0].Name = "Adjust"; in testNumberingBulletAlign_Left()
152 propsRule[0].Value = HoriOrientation.LEFT; in testNumberingBulletAlign_Left()
154 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Left()
217 PropertyValue[] propsRule = {new PropertyValue(),new PropertyValue()}; in testNumberingBulletAlign_Center() local
218 propsRule[1].Name = "NumberingType"; in testNumberingBulletAlign_Center()
219 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Center()
220 propsRule[0].Name = "Adjust"; in testNumberingBulletAlign_Center()
221 propsRule[0].Value = HoriOrientation.CENTER; in testNumberingBulletAlign_Center()
223 xReplaceRule.replaceByIndex(0, propsRule); in testNumberingBulletAlign_Center()