Lines Matching refs:setPropertyValue

228             xPropertySet.setPropertyValue("Content", recipient.get(key));  in templateExample()
283 xCursorPropertySet.setPropertyValue("CharStyleName", "Quotation"); in viewCursorExample()
284 xCursorPropertySet.setPropertyValue("ParaStyleName", "Quotations"); in viewCursorExample()
577 xCursorProps.setPropertyValue ( "CharWeight", in TextCursorExample()
623 xMasterPropSet.setPropertyValue ( "Name", "UserEmperor" ); in TextFieldExample()
624 xMasterPropSet.setPropertyValue ( "Value", new Integer ( 42 ) ); in TextFieldExample()
679 xSet.setPropertyValue ( "ParaAdjust", in ParagraphExample()
716 xCellCursorProps.setPropertyValue( "CharColor", new Integer(16777215)); in insertIntoCell()
751 xRow.setPropertyValue( "BackTransparent", new Boolean(false)); in TextTableExample()
753 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in TextTableExample()
759 xTableProps.setPropertyValue( "BackTransparent", new Boolean(false)); in TextTableExample()
761 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in TextTableExample()
821 xFrameProps.setPropertyValue( "AnchorType", in TextFrameExample()
897 xTableProps.setPropertyValue( "BackTransparent", in AutoTextExample()
901 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in AutoTextExample()
914 xRow.setPropertyValue( "BackTransparent", new Boolean(false)); in AutoTextExample()
917 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in AutoTextExample()
1087 xEntry.setPropertyValue( in IndexExample()
1091 xEntry.setPropertyValue ( "Level", new Short ( (short) 1 ) ); in IndexExample()
1099 xIndex.setPropertyValue ( "Level", new Short ( (short) 10 ) ); in IndexExample()
1208 xFieldProps.setPropertyValue ( "SourceName", aNames[0] ); in ReferenceExample()
1212 xFieldProps.setPropertyValue ( "ReferenceFieldSource", in ReferenceExample()
1216 xFieldProps.setPropertyValue ( "ReferenceFieldPart", in ReferenceExample()
1356 xRectProps.setPropertyValue ( "AnchorType", in DrawPageExample()
1358 xEllipseProps.setPropertyValue ( "AnchorType", in DrawPageExample()
1424 xStyleProps.setPropertyValue ( "ParaBackColor", new Integer (13421823)); in StylesExample()
1456 xCursorProps.setPropertyValue ( "ParaStyleName", in StylesExample()
1467 xCursorProps.setPropertyValue ( "ParaStyleName", "Standard" ); in StylesExample()
1565 xCursorProps.setPropertyValue ( "NumberingRules", xNum ); in NumberingExample()
1570 xParas[0].setPropertyValue ( "NumberingLevel", new Short((short) 2)); in NumberingExample()
1574 xParas[1].setPropertyValue ( "NumberingLevel", new Short((short) 1)); in NumberingExample()
1578 xParas[2].setPropertyValue ( "NumberingLevel", new Short((short) 0)); in NumberingExample()
1670 xLinkProps.setPropertyValue ( "LinkRegion", "Child_Section" ); in TextSectionExample()
1676 xChildProps.setPropertyValue( "BackColor", new Integer(13421823)); in TextSectionExample()
1754 xSectionProps.setPropertyValue ( "TextColumns", xColumns ); in TextColumnsExample()