Package org.apache.poi.hemf.record.emf
Class HemfText
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfText
-
@Internal public class HemfText extends java.lang.Object
Container class to gather all text-related commands This is starting out as read only, and very little is actually implemented at this point!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHemfText.EmfExtCreateFontIndirectWstatic classHemfText.EmfExtTextOutAstatic classHemfText.EmfExtTextOutOptionsstatic classHemfText.EmfExtTextOutWstatic classHemfText.EmfGraphicsModestatic classHemfText.EmfSetTextAlignThe EMR_SETTEXTALIGN record specifies text alignment.static classHemfText.EmfSetTextColorThe EMR_SETTEXTCOLOR record defines the current text color.static classHemfText.PolyTextOutANeeds to be implemented.static classHemfText.PolyTextOutWNeeds to be implemented.static classHemfText.SetTextJustification
-
Constructor Summary
Constructors Constructor Description HemfText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetMaxRecordLength()static voidsetMaxRecordLength(int length)
-