FieldedText TypeScript Library - v0.1.2
GitHub
NPM
Preparing search index...
serialization/ft-text-writer
FtStringWriter
Class FtStringWriter
Simple text writer that accumulates to a string array.
Implements
FtTextWriter
Index
Constructors
constructor
Methods
clear
close
flush
to
String
write
Constructors
constructor
new
FtStringWriter
()
:
FtStringWriter
Returns
FtStringWriter
Methods
clear
clear
()
:
void
Returns
void
close
close
()
:
void
Returns
void
flush
flush
()
:
void
Returns
void
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
write
write
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
close
flush
to
String
write
GitHub
NPM
FieldedText TypeScript Library - v0.1.2
Loading...
Simple text writer that accumulates to a string array.