Home
last modified time | relevance | path

Searched refs:textProps (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java481 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()
493 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-size", "1pt"); in createVariablesStyle()
496 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-style", NORMAL); in createVariablesStyle()
497 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-shadow", NONE); in createVariablesStyle()
500 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-weight", NORMAL); in createVariablesStyle()
[all …]

Completed in 24 milliseconds