Lines Matching refs:paragraphProps

471         final Section paragraphProps = new Section();  in createVariablesStyle()  local
472 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in createVariablesStyle()
473 paragraphProps.setType(PARAGRAPH_PROPERTIES); in createVariablesStyle()
474paragraphProps.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()
479 variablesSectionStyle.addNode(paragraphProps); in createVariablesStyle()
662 Element paragraphProps = style.getParagraphProperties(); in startOther() local
663 if (paragraphProps == null) in startOther()
665 paragraphProps = new Section(); in startOther()
666 paragraphProps.setNamespace(OfficeNamespaces.STYLE_NS); in startOther()
667 paragraphProps.setType(PARAGRAPH_PROPERTIES); in startOther()
668 style.addNode(paragraphProps); in startOther()
670paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_TOGETHER, ALWAYS); in startOther()
677paragraphProps.setAttribute(OfficeNamespaces.FO_NS, KEEP_WITH_NEXT, ALWAYS); in startOther()
863 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable() local
864 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
868 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable() local
869 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "break-before", "column"); in startTable()
882 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable() local
883 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
923 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable() local
924 paragraphProps.setAttribute(OfficeNamespaces.STYLE_NS, "page-number", "1"); in startTable()
929 …final Element paragraphProps = produceFirstChild(style, OfficeNamespaces.STYLE_NS, PARAGRAPH_PROPE… in startTable() local
930 paragraphProps.setAttribute(OfficeNamespaces.FO_NS, "break-before", "column"); in startTable()