Lines Matching refs:STYLE_NS

378         sectionProperties.setNamespace(OfficeNamespaces.STYLE_NS);  in generateSectionStyle()
382 sectionProperties.setAttribute(OfficeNamespaces.STYLE_NS, "editable", OfficeToken.FALSE); in generateSectionStyle()
387 columns.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle()
390 columns.setAttribute(OfficeNamespaces.STYLE_NS, "column-gap", "0cm"); in generateSectionStyle()
404 column.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle()
406 column.setAttribute(OfficeNamespaces.STYLE_NS, "rel-width", "1*"); in generateSectionStyle()
414 style.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle()
416 style.setAttribute(OfficeNamespaces.STYLE_NS, NAME, styleName); in generateSectionStyle()
417 style.setAttribute(OfficeNamespaces.STYLE_NS, "family", "section"); in generateSectionStyle()
472 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle()
478 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "vertical-align", "top"); in createVariablesStyle()
482 textProps.setNamespace(OfficeNamespaces.STYLE_NS); 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()
495 textProps.setAttribute(OfficeNamespaces.STYLE_NS, "letter-kerning", OfficeToken.FALSE); 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()
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()
666 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); 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()
860 style.setAttribute(OfficeNamespaces.STYLE_NS, "master-page-name", masterPageName); in startTable()
863 …inal Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPER… in startTable()
864 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
868 …inal Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPER… in startTable()
882 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… 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()
923 …inal Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPER… in startTable()
924 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
929 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable()
940 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable()
941 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
963 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable()
964 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()
992 … final Element tableProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, TABLE_PROPERTIES); in startTable()
994 … tableProps.setAttribute(OfficeNamespaces.STYLE_NS, MAY_BREAK_BETWEEN_ROWS, OfficeToken.FALSE); in startTable()