paramstart Offset in main document stream.paramlength The total length of the text in bytes. Note: 1 character does not necessarily refer to 1 byte.paramunicode true if this text is unicode. super(start, start + length, null); _usesUnicode = unicode; _length = length;
super(start, start + length, null); _usesUnicode = unicode; _length = length;
returnIf this text piece uses unicode return _usesUnicode;
return _usesUnicode;