mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
552c3d914a
commit
851cbccc76
@ -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…
x
Reference in New Issue
Block a user