System::IO::TextWriter::Write method
コンテンツ
[
隠れる
]TextWriter::Write(bool) method
指定されたブール値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(bool value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | bool | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(char_t) method
指定された文字を書き込みます。
virtual void System::IO::TextWriter::Write(char_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | char_t | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const ArrayPtr<char_t>&) method
指定された配列のすべての文字を書き込みます。
virtual void System::IO::TextWriter::Write(const ArrayPtr<char_t> &buffer)
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const ArrayPtr<char_t>& | 書き込む文字を含む配列 |
参照
- Typedef ArrayPtr
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const ArrayPtr<char_t>&, int32_t, int32_t) method
指定された文字配列から指定された UTF-16 文字のサブレンジを書き込みます。
virtual void System::IO::TextWriter::Write(const ArrayPtr<char_t> &buffer, int32_t index, int32_t count)
| パラメーター | 型 | 説明 |
|---|---|---|
| バッファ | const ArrayPtr<char_t>& | 書き込む文字を含む配列 |
| インデックス | int32_t | 書き込むサブレンジが開始する buffer 内の要素の 0 ベースインデックス |
| count | int32_t | 書き込むサブレンジの文字数。-1 を指定するとサブレンジは buffer 配列の末尾までになります。 |
参照
- Typedef ArrayPtr
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const char_t *) method
指定された c-string を書き込みます。
virtual void System::IO::TextWriter::Write(const char_t *value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const char_t * | 書き込む C 文字列 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const SharedPtr<Object>&) method
指定されたオブジェクトの文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(const SharedPtr<Object> &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const SharedPtr<Object>& | 書き込むオブジェクト |
参照
- Typedef SharedPtr
- Class Object
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const String&, const TArgs&…) method
指定された書式に従ってフォーマットされた値を書き込みます。
template<class...> void System::IO::TextWriter::Write(const String &format, const TArgs &... args)
| パラメーター | 説明 |
|---|---|
| TArgs | 書き込む値の型のリスト |
| パラメーター | 型 | 説明 |
|---|---|---|
| フォーマット | const String& | 文字列フォーマット |
| args | const TArgs&… | 書き込む値 |
参照
- Class String
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const String&) method
指定された文字列を書き込みます。
virtual void System::IO::TextWriter::Write(const String &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const String& | 書き込む文字列 |
参照
- Class String
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(const TypeInfo&) method
指定された TypeInfo オブジェクトの文字列表現を書き込み、ストリームに出力します。
virtual void System::IO::TextWriter::Write(const TypeInfo &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const TypeInfo& | 書き込むオブジェクト |
参照
- Class TypeInfo
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(Decimal) method
指定された Decimal オブジェクトの文字列表現を書き込み、ストリームに出力します。
virtual void System::IO::TextWriter::Write(Decimal value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | 十進数 | 書き込むオブジェクト |
参照
- Class Decimal
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(double) method
指定された倍精度浮動小数点値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(double value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | double | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(float) method
指定された単精度浮動小数点値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(float value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | 単精度浮動小数点数 | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(int) method
指定された 32 ビット整数値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(int value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | int | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(int64_t) method
指定された 64 ビット整数値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(int64_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | int64_t | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(uint32_t) method
指定された符号なし 32 ビット整数値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(uint32_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | uint32_t | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++
TextWriter::Write(uint64_t) method
指定された符号なし 64 ビット整数値の文字列表現を書き込みます。
virtual void System::IO::TextWriter::Write(uint64_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | uint64_t | 書き込む値 |
参照
- Class TextWriter
- Namespace System::IO
- Library Aspose.Page for C++