style1.setProperty(StyleChartPropertiesElement.DataLabelNumber, "value");
style1.setProperty(StyleTextPropertiesElement.FontSize, "17pt");
style1.setProperty(StyleParagraphPropertiesElement.TextAlign, "left");
style2.setProperty(StyleParagraphPropertiesElement.KeepTogether, "auto");
style2.setProperty(StyleChartPropertiesElement.DataLabelNumber, "value");
Assert.assertTrue(style2.compareTo(style1) > 0);
// 6. same # of attributes, same attributes, same values, same number
// of children, same number of properties, different properties:
style1.setProperty(StyleParagraphPropertiesElement.AutoTextIndent, "true");
Assert.assertTrue(style2.compareTo(style1) > 0);