Package org.apache.poi.hmef.attribute
Class MAPIRtfAttribute
java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
org.apache.poi.hmef.attribute.MAPIRtfAttribute
A pure-MAPI attribute holding RTF (compressed or not), which applies
to a
HMEFMessage
or one of its Attachment
s.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hmef.attribute.MAPIAttribute
create, getProperty, getType
-
Constructor Details
-
MAPIRtfAttribute
- Throws:
IOException
-
-
Method Details
-
getRawData
public byte[] getRawData()Returns the original, compressed RTF -
getData
public byte[] getData()Returns the raw uncompressed RTF data- Overrides:
getData
in classMAPIAttribute
-
getDataString
Returns the uncompressed RTF as a string -
toString
- Overrides:
toString
in classMAPIAttribute
-