Package | Description |
---|---|
org.zkoss.poi.hmef | |
org.zkoss.poi.hmef.attribute |
Modifier and Type | Method and Description |
---|---|
TNEFAttribute |
Attachment.getAttribute(TNEFProperty id)
Return the attachment attribute with the given ID,
or null if there isn't one.
|
TNEFAttribute |
HMEFMessage.getMessageAttribute(TNEFProperty id)
Return the message attribute with the given ID,
or null if there isn't one.
|
Modifier and Type | Method and Description |
---|---|
List<TNEFAttribute> |
Attachment.getAttributes()
Returns all HMEF/TNEF attributes of the attachment,
such as filename, icon and contents
|
List<TNEFAttribute> |
HMEFMessage.getMessageAttributes()
Returns all HMEF/TNEF attributes of the message.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Attachment.addAttribute(TNEFAttribute attr) |
Modifier and Type | Class and Description |
---|---|
class |
TNEFDateAttribute
A Date attribute which applies to a
HMEFMessage
or one of its Attachment s. |
class |
TNEFMAPIAttribute
A TNEF Attribute holding MAPI Attributes, which applies to a
HMEFMessage or one of its Attachment s. |
class |
TNEFStringAttribute
A String attribute which applies to a
HMEFMessage
or one of its Attachment s. |
Modifier and Type | Method and Description |
---|---|
static TNEFAttribute |
TNEFAttribute.create(InputStream inp)
Creates a new TNEF Attribute by reading data from
the stream within a
HMEFMessage |
Modifier and Type | Method and Description |
---|---|
static List<MAPIAttribute> |
MAPIAttribute.create(TNEFAttribute parent)
Parses a MAPI Properties TNEF Attribute, and returns
the list of MAPI Attributes contained within it
|
static Date |
TNEFDateAttribute.getAsDate(TNEFAttribute attr)
Returns the Date of a Attribute, converting as appropriate
|
static String |
TNEFStringAttribute.getAsString(TNEFAttribute attr)
Returns the string of a Attribute, converting as appropriate
|
Copyright © 2020. All rights reserved.