org.apache.poi.hmef
Class MAPIRtfAttribute
java.lang.Object
org.apache.poi.hmef.MAPIAttribute
org.apache.poi.hmef.MAPIRtfAttribute
public final class MAPIRtfAttribute
- extends MAPIAttribute
A pure-MAPI attribute holding RTF (compressed or not), which applies
to a HMEFMessage
or one of its Attachment
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MAPIRtfAttribute
public MAPIRtfAttribute(MAPIProperty property,
int type,
byte[] data)
throws java.io.IOException
- Throws:
java.io.IOException
getDataString
public java.lang.String getDataString()
toString
public java.lang.String toString()
- Overrides:
toString
in class MAPIAttribute
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.