Lines Matching refs:borderLine

72 …BorderLine[]borderLine=new BorderLine[] {new BorderLine(),new BorderLine(),new BorderLine(),new Bo…  in testParagraphBorderSetting()  local
73 borderLine[0].Color=0x00FF0000; in testParagraphBorderSetting()
74 borderLine[0].InnerLineWidth=101; in testParagraphBorderSetting()
75 borderLine[0].OuterLineWidth=19; in testParagraphBorderSetting()
76 borderLine[0].LineDistance=100; in testParagraphBorderSetting()
77 borderLine[1].Color =0x00FFFF00; in testParagraphBorderSetting()
78 borderLine[1].InnerLineWidth=101; in testParagraphBorderSetting()
79 borderLine[1].OuterLineWidth=19; in testParagraphBorderSetting()
80 borderLine[1].LineDistance=101; in testParagraphBorderSetting()
81 borderLine[2].Color =0x0000FF00; in testParagraphBorderSetting()
82 borderLine[2].InnerLineWidth=150; in testParagraphBorderSetting()
83 borderLine[2].OuterLineWidth=19; in testParagraphBorderSetting()
84 borderLine[2].LineDistance=101; in testParagraphBorderSetting()
85 borderLine[3].Color =0x0000FF00; in testParagraphBorderSetting()
86 borderLine[3].InnerLineWidth=150; in testParagraphBorderSetting()
87 borderLine[3].OuterLineWidth=19; in testParagraphBorderSetting()
88 borderLine[3].LineDistance=101; in testParagraphBorderSetting()
89 xCursorProps.setPropertyValue("LeftBorder", borderLine[0]); in testParagraphBorderSetting()
90 xCursorProps.setPropertyValue("RightBorder", borderLine[1]); in testParagraphBorderSetting()
91 xCursorProps.setPropertyValue("TopBorder", borderLine[2]); in testParagraphBorderSetting()
92 xCursorProps.setPropertyValue("BottomBorder", borderLine[3]); in testParagraphBorderSetting()