git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353358
13f79535-47bb-0310-9956-
ffa450edef68
return (field_2_unicode_flag == 1);
}
+ public boolean isInValueSection()
+ {
+ return true;
+ }
+
+
/**
* called by the class that is responsible for writing this sucker.
* Subclasses should implement this so that their data is passed back in a
buffer.append("[/STRING]\n");
return buffer.toString();
}
-
+
public Object clone() {
StringRecord rec = new StringRecord();
rec.field_1_string_length = this.field_1_string_length;