Uses of Class
org.apache.poi.hwmf.record.HwmfText.WmfExtTextOutOptions
-
Packages that use HwmfText.WmfExtTextOutOptions Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfText.WmfExtTextOutOptions in org.apache.poi.hemf.record.emf
Subclasses of HwmfText.WmfExtTextOutOptions in org.apache.poi.hemf.record.emf Modifier and Type Class Description static classHemfText.EmfExtTextOutOptions -
Uses of HwmfText.WmfExtTextOutOptions in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw with parameters of type HwmfText.WmfExtTextOutOptions Modifier and Type Method Description voidHwmfGraphics. drawString(byte[] text, int length, Point2D reference, Dimension2D scale, Rectangle2D clip, HwmfText.WmfExtTextOutOptions opts, List<Integer> dx, boolean isUnicode) -
Uses of HwmfText.WmfExtTextOutOptions in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfText.WmfExtTextOutOptions Modifier and Type Field Description protected HwmfText.WmfExtTextOutOptionsHwmfText.WmfExtTextOut. optionsA 16-bit unsigned integer that defines the use of the application-defined rectangle.Methods in org.apache.poi.hwmf.record that return HwmfText.WmfExtTextOutOptions Modifier and Type Method Description HwmfText.WmfExtTextOutOptionsHwmfText.WmfExtTextOut. getOptions()Constructors in org.apache.poi.hwmf.record with parameters of type HwmfText.WmfExtTextOutOptions Constructor Description WmfExtTextOut(HwmfText.WmfExtTextOutOptions options)
-