org.apache.poi.hwmf.record
Class HwmfText

java.lang.Object
  extended by org.apache.poi.hwmf.record.HwmfText

public class HwmfText
extends java.lang.Object


Nested Class Summary
static class HwmfText.HwmfTextAlignment
           
static class HwmfText.HwmfTextVerticalAlignment
           
static class HwmfText.WmfCreateFontIndirect
           
static class HwmfText.WmfExtTextOut
          The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context.
static class HwmfText.WmfSetTextAlign
          The META_SETTEXTALIGN record defines text-alignment values in the playback device context.
static class HwmfText.WmfSetTextCharExtra
          The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context.
static class HwmfText.WmfSetTextColor
          The META_SETTEXTCOLOR record defines the text foreground color in the playback device context.
static class HwmfText.WmfSetTextJustification
          The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.
static class HwmfText.WmfTextOut
          The META_TEXTOUT record outputs a character string at the specified location by using the font, background color, and text color that are defined in the playback device context.
 
Constructor Summary
HwmfText()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HwmfText

public HwmfText()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.