Beispiel #1
0
 public string ToText(int sliceId, bool isSimple = false)
 {
     return(TextConventer.ToText(new KeyValuePair <int, Slice>(sliceId, this), isSimple));
 }
Beispiel #2
0
 public string ToText(int rowId, bool isSimple = false)
 {
     return(TextConventer.ToText(new KeyValuePair <int, Row>(rowId, this), isSimple));
 }
Beispiel #3
0
 public string ToText()
 {
     return(TextConventer.ToText(this));
 }