org.apache.poi.hmef
Class MAPIRtfAttribute

java.lang.Object
  extended by org.apache.poi.hmef.MAPIAttribute
      extended by 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 Attachments.


Constructor Summary
MAPIRtfAttribute(MAPIProperty property, int type, byte[] data)
           
 
Method Summary
 java.lang.String getDataString()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.poi.hmef.MAPIAttribute
create, getData, getProperty, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MAPIRtfAttribute

public MAPIRtfAttribute(MAPIProperty property,
                        int type,
                        byte[] data)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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.