Lines Matching refs:borderLine

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