plist ドキュメントの string 要素
| value | string 要素に保存されている値 | 
| PlistElementString | 新規に string 要素を作成します。 | 
| this[string] | dictionary のプロパティーにアクセスするのに便利なメソッドです。 | 
| AsArray | Convenience function to convert to array element. | 
| AsBoolean | Convenience function to convert to bool. | 
| AsDate | Convenience function to convert to date. | 
| AsDict | Convenience function to convert to dictionary element. | 
| AsInteger | Convenience function to convert to integer. | 
| AsReal | Convenience function to convert to float. | 
| AsString | Convenience function to convert to string. |