Package org.apache.poi.hemf.record
Class HemfText.ExtTextOutW
- java.lang.Object
-
- org.apache.poi.hemf.record.HemfText.ExtTextOutA
-
- org.apache.poi.hemf.record.HemfText.ExtTextOutW
-
- All Implemented Interfaces:
HemfRecord
- Enclosing class:
- HemfText
public static class HemfText.ExtTextOutW extends HemfText.ExtTextOutA
-
-
Constructor Summary
Constructors Constructor Description ExtTextOutW()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HemfRecordType
getRecordType()
String
getText()
-
Methods inherited from class org.apache.poi.hemf.record.HemfText.ExtTextOutA
getBottom, getExScale, getEyScale, getGraphicsMode, getLeft, getRight, getText, getTop, getX, getY, init
-
-
-
-
Method Detail
-
getRecordType
public HemfRecordType getRecordType()
- Specified by:
getRecordType
in interfaceHemfRecord
- Overrides:
getRecordType
in classHemfText.ExtTextOutA
-
getText
public String getText() throws IOException
- Throws:
IOException
-
-