git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2017-01-20 04:20:20 +00:00
parent 47e81bd78c
commit 85575f32f5
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ public interface HemfPlusRecord {
* at the end.
* @param recordId record type id
* @param flags flags
* @return
* @throws IOException, RecordFormatException
*/
void init(byte[] dataBytes, int recordId, int flags) throws IOException;

View File

@ -99,7 +99,7 @@ public class HemfText {
* For {@link ExtTextOutW}, the charset is "UTF-16LE"
*
* @param charset the charset to be used to decode the character bytes
* @return
* @return text from this text element
* @throws IOException
*/
public String getText(Charset charset) throws IOException {