Uses of Class
org.apache.poi.hmef.attribute.TNEFAttribute
Packages that use TNEFAttribute
-
Uses of TNEFAttribute in org.apache.poi.hmef
Methods in org.apache.poi.hmef that return TNEFAttributeModifier and TypeMethodDescriptionAttachment.getAttribute(TNEFProperty id) Return the attachment attribute with the given ID, or null if there isn't one.HMEFMessage.getMessageAttribute(TNEFProperty id) Return the message attribute with the given ID, or null if there isn't one.Methods in org.apache.poi.hmef that return types with arguments of type TNEFAttributeModifier and TypeMethodDescriptionAttachment.getAttributes()Returns all HMEF/TNEF attributes of the attachment, such as filename, icon and contentsHMEFMessage.getMessageAttributes()Returns all HMEF/TNEF attributes of the message.Methods in org.apache.poi.hmef with parameters of type TNEFAttribute -
Uses of TNEFAttribute in org.apache.poi.hmef.attribute
Subclasses of TNEFAttribute in org.apache.poi.hmef.attributeModifier and TypeClassDescriptionfinal classA Date attribute which applies to aHMEFMessageor one of itsAttachments.final classA TNEF Attribute holding MAPI Attributes, which applies to aHMEFMessageor one of itsAttachments.final classA String attribute which applies to aHMEFMessageor one of itsAttachments.Methods in org.apache.poi.hmef.attribute that return TNEFAttributeModifier and TypeMethodDescriptionstatic TNEFAttributeTNEFAttribute.create(InputStream inp) Creates a new TNEF Attribute by reading data from the stream within aHMEFMessageMethods in org.apache.poi.hmef.attribute with parameters of type TNEFAttributeModifier and TypeMethodDescriptionstatic List<MAPIAttribute>MAPIAttribute.create(TNEFAttribute parent) Parses a MAPI Properties TNEF Attribute, and returns the list of MAPI Attributes contained within itstatic DateTNEFDateAttribute.getAsDate(TNEFAttribute attr) Returns the Date of a Attribute, converting as appropriatestatic StringTNEFStringAttribute.getAsString(TNEFAttribute attr) Returns the string of a Attribute, converting as appropriate