Searched refs:textProps (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
| H A D | TextRawReportTarget.java | 481 final Section textProps = new Section(); in createVariablesStyle() local 482 textProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle() 483 textProps.setType("text-properties"); in createVariablesStyle() 484 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-variant", NORMAL); in createVariablesStyle() 485 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-transform", NONE); in createVariablesStyle() 486 textProps.setAttribute(OfficeNamespaces.FO_NS, "color", "#ffffff"); in createVariablesStyle() 487 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-outline", OfficeToken.FALSE); in createVariablesStyle() 488 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-blinking", OfficeToken.FALSE); in createVariablesStyle() 489 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-line-through-style", NONE); in createVariablesStyle() 490 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-line-through-mode", "continuous"); in createVariablesStyle() [all …]
|