全てのしおりの色を変える 
						 | 
				
				
					対応バージョン 
							 | 
					
						
							
								 
								 | 
								3.0a | 
								4.0 | 
								4.05 | 
								5.0 | 
								6.0 | 
								7.0 | 
							 
							
								Windows 
										 | 
								× 
									 | 
								× 
									 | 
								× 
									 | 
								○ 
									 | 
								○ 
									 | 
								○ 
									 | 
							 
							
								Macintosh 
										 | 
								× 
									 | 
								× 
									 | 
								× 
									 | 
								○ 
									 | 
								○ 
									 | 
								○ 
									 | 
							 
						 
					 | 
				
				
					ポイント 
							 | 
					bObj[i].color = color.red; | 
				
				
					説  明 
							 | 
					全てのしおりの色を変えるにはしおりの数だけcolorプロパティにカラー配列を設定します。 
							 
						 | 
				
				
					サンプル 
							 | 
					 
						bObj = bookmarkRoot.children; 
						for (i=0; i<bObj.length; i++) 
						{ 
						    bObj[i].color = color.red; 
						} 
						 
						 | 
				
				
					  
					 | 
					■シーケンスファイル 
							■処理前 
							■処理後 
							 | 
				
				
					補足説明 
							 | 
					なし 
						 |