javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47e81bd78c
commit
85575f32f5
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user