EditableContent.save - multiple declarations
- Function EditableContent.save
- Function EditableContent.save
- Function EditableContent.save
- Function EditableContent.save
Function EditableContent.save
save
to output stream
in specified format
Prototype
bool save( std.stream. OutputStream stream, string filename, TextFileFormat format );
Function EditableContent.save
save
to output stream
in current format
Prototype
bool save( std.stream. OutputStream stream, string filename );
Function EditableContent.save
save
to file in specified format
Prototype
bool save( string filename, TextFileFormat format );
Function EditableContent.save
save
to file in current format
Prototype
bool save( string filename );
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0