Class MAPIRtfAttribute

java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
org.apache.poi.hmef.attribute.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 Details

  • Method Details

    • getRawData

      public byte[] getRawData()
      Returns the original, compressed RTF
    • getData

      public byte[] getData()
      Returns the raw uncompressed RTF data
      Overrides:
      getData in class MAPIAttribute
    • getDataString

      public String getDataString()
      Returns the uncompressed RTF as a string
    • toString

      public String toString()
      Overrides:
      toString in class MAPIAttribute