Package org.apache.poi.hemf.record.emf
Class HemfText
java.lang.Object
org.apache.poi.hemf.record.emf.HemfText
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 ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic enumstatic classThe EMR_SETTEXTALIGN record specifies text alignment.static classThe EMR_SETTEXTCOLOR record defines the current text color.static classNeeds to be implemented.static classNeeds to be implemented.static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HemfText
public HemfText()
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for HemfText
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for HemfText
-