Lines Matching refs:setAttribute

360 …attrs.setAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_NAME, generateSectionStyle(numberOf…  in applyColumnsToPageBand()
361 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, sectionNames.generateName("Section")); in applyColumnsToPageBand()
380 …sectionProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, "transparent"… in generateSectionStyle()
381 …sectionProperties.setAttribute(OfficeNamespaces.TEXT_NS, "dont-balance-text-columns", OfficeToken.… in generateSectionStyle()
382 sectionProperties.setAttribute(OfficeNamespaces.STYLE_NS, "editable", OfficeToken.FALSE); in generateSectionStyle()
389 … columns.setAttribute(OfficeNamespaces.FO_NS, "column-count", String.valueOf(columnCount)); in generateSectionStyle()
390 columns.setAttribute(OfficeNamespaces.STYLE_NS, "column-gap", "0cm"); in generateSectionStyle()
406 column.setAttribute(OfficeNamespaces.STYLE_NS, "rel-width", "1*"); in generateSectionStyle()
407 column.setAttribute(OfficeNamespaces.FO_NS, "start-indent", "0cm"); in generateSectionStyle()
408 column.setAttribute(OfficeNamespaces.FO_NS, "end-indent", "0cm"); in generateSectionStyle()
416 style.setAttribute(OfficeNamespaces.STYLE_NS, NAME, styleName); in generateSectionStyle()
417 style.setAttribute(OfficeNamespaces.STYLE_NS, "family", "section"); in generateSectionStyle()
474 … paragraphProps.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, "transparent"); in createVariablesStyle()
475 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "text-align", "start"); in createVariablesStyle()
476 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in createVariablesStyle()
477 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_TOGETHER, ALWAYS); in createVariablesStyle()
478 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-align", "top"); 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()
491 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-position", "0% 100%"); in createVariablesStyle()
492 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "font-name", "Tahoma"); in createVariablesStyle()
493 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-size", "1pt"); in createVariablesStyle()
494 textProps.setAttribute(OfficeNamespaces.FO_NS, "letter-spacing", NORMAL); in createVariablesStyle()
495 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "letter-kerning", OfficeToken.FALSE); in createVariablesStyle()
496 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-style", NORMAL); in createVariablesStyle()
497 textProps.setAttribute(OfficeNamespaces.FO_NS, "text-shadow", NONE); in createVariablesStyle()
498 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-underline-style", NONE); in createVariablesStyle()
499 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-underline-mode", "continuous"); in createVariablesStyle()
500 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-weight", NORMAL); in createVariablesStyle()
501 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-rotation-angle", "0"); in createVariablesStyle()
502 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-emphasize", NONE); in createVariablesStyle()
503 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-combine", NONE); in createVariablesStyle()
504 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-combine-start-char", ""); in createVariablesStyle()
505 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-combine-end-char", ""); in createVariablesStyle()
506 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-blinking", OfficeToken.FALSE); in createVariablesStyle()
507 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-scale", "100%"); in createVariablesStyle()
508 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "font-relief", NONE); in createVariablesStyle()
509 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "text-display", NONE); in createVariablesStyle()
593 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, newVarName); in startOther()
600 attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, newVarName); in startOther()
670 … paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_TOGETHER, ALWAYS); in startOther()
677 … paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startOther()
681 … attrs.setAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in startOther()
694 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, VERTICAL_POS, "from-top"); in startOther()
695 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, HORIZONTAL_POS, "from-left"); in startOther()
696 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-rel", "paragraph-content"); in startOther()
697 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "horizontal-rel", "paragraph"); in startOther()
698 … graphicProperties.setAttribute(OfficeNamespaces.STYLE_NS, "flow-with-text", "false"); in startOther()
699 … graphicProperties.setAttribute(OfficeNamespaces.DRAWING_NS, "ole-draw-aspect", "1"); in startOther()
860 style.setAttribute(OfficeNamespaces.STYLE_NS, "master-page-name", masterPageName); in startTable()
864 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
869 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "break-before", "column"); in startTable()
883 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
920 style.setAttribute(OfficeNamespaces.STYLE_NS, "master-page-name", masterPageName); in startTable()
924 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
930 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "break-before", "column"); in startTable()
941 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
964 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
967 tableProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startTable()
971 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in startTable()
994 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
998 tableProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startTable()
1001 … attrs.setAttribute(OfficeNamespaces.TABLE_NS, OfficeToken.STYLE_NAME, style.getStyleName()); in startTable()
1060 …attrs.setAttribute(OfficeNamespaces.TEXT_NS, OfficeToken.STYLE_NAME, generateSectionStyle(columnCo… in openSection()
1061 … attrs.setAttribute(OfficeNamespaces.TEXT_NS, NAME, sectionNames.generateName("Section")); in openSection()
1269 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version", in endReport()
1280 configAttributes.setAttribute(OfficeNamespaces.CONFIG, NAME, "TableRowKeep"); in endReport()
1281 configAttributes.setAttribute(OfficeNamespaces.CONFIG, "type", "boolean"); in endReport()
1434 entryList.setAttribute(OfficeNamespaces.TEXT_NS, NAME, (String) entry.getKey()); in endContent()
1435 …entryList.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE_TYPE, (String) entry.g… in endContent()