Searched refs:textProperties (Results 1 – 2 of 2) sorted by relevance
204 final Element textProperties = style.getTextProperties(); in performFontFaceProcessing() local205 if (textProperties == null) in performFontFaceProcessing()215 …final String fontName = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, "font-name… in performFontFaceProcessing()225 … final String fontNameAsian = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, in performFontFaceProcessing()237 … final String fontNameComplex = (String) textProperties.getAttribute(OfficeNamespaces.STYLE_NS, in performFontFaceProcessing()
419 final Section textProperties = (Section) cellStyle.getTextProperties(); in processElement() local420 if (textProperties != null) in processElement()424 textProperties.setAttribute(OfficeNamespaces.FO_NS, i, null); in processElement()426 textProperties.setAttribute(OfficeNamespaces.TEXT_NS, "display", null); in processElement()429 textProperties.setAttribute(OfficeNamespaces.STYLE_NS, i, null); in processElement()
Completed in 16 milliseconds