Package com._1c.g5.v8.dt.moxel.util
Class MoxelTextWriter
- java.lang.Object
-
- com._1c.g5.v8.dt.moxel.util.MoxelTextWriter
-
public class MoxelTextWriter extends Object
Util class for saving spreadsheet document as UTF string.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
write(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context)
WriteSpreadsheetDocument
to string.
-
-
-
Method Detail
-
write
public static String write(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context)
WriteSpreadsheetDocument
to string.- Parameters:
document
-SpreadsheetDocument
isForClipboard
-true
if writing to clipboard,false
otherwisecontext
- context object- Returns:
- string representation of spreadsheet document
-
-