Package org.apache.poi.hemf.record.emf
Class HemfText.EmfExtTextOutW
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfText.WmfExtTextOut
-
- org.apache.poi.hemf.record.emf.HemfText.EmfExtTextOutA
-
- org.apache.poi.hemf.record.emf.HemfText.EmfExtTextOutW
-
- All Implemented Interfaces:
GenericRecord,HemfRecord,HwmfRecord,HwmfCharsetAware
- Enclosing class:
- HemfText
public static class HemfText.EmfExtTextOutW extends HemfText.EmfExtTextOutA
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.hemf.record.emf.HemfRecord
HemfRecord.RenderBounds
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hemf.record.emf.HemfText.EmfExtTextOutA
boundsIgnored, graphicsMode, scale
-
Fields inherited from class org.apache.poi.hwmf.record.HwmfText.WmfExtTextOut
bounds, charsetProvider, dx, options, rawTextBytes, reference, stringLength
-
-
Constructor Summary
Constructors Constructor Description EmfExtTextOutW()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HemfRecordTypegetEmfRecordType()StringgetText()protected booleanisUnicode()-
Methods inherited from class org.apache.poi.hemf.record.emf.HemfText.EmfExtTextOutA
draw, getGenericProperties, getGenericRecordType, getGraphicsMode, getScale, getText, init, toString
-
Methods inherited from class org.apache.poi.hwmf.record.HwmfText.WmfExtTextOut
getBounds, getOptions, getReference, getWmfRecordType, init, setCharsetProvider
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emf.HemfRecord
calcBounds, draw, setHeader
-
-
-
-
Method Detail
-
getEmfRecordType
public HemfRecordType getEmfRecordType()
- Specified by:
getEmfRecordTypein interfaceHemfRecord- Overrides:
getEmfRecordTypein classHemfText.EmfExtTextOutA
-
getText
public String getText() throws IOException
- Throws:
IOException
-
isUnicode
protected boolean isUnicode()
- Overrides:
isUnicodein classHwmfText.WmfExtTextOut
-
-