Uses of Class
org.apache.poi.hmef.attribute.TNEFProperty
-
Packages that use TNEFProperty Package Description org.apache.poi.hmef org.apache.poi.hmef.attribute -
-
Uses of TNEFProperty in org.apache.poi.hmef
Methods in org.apache.poi.hmef with parameters of type TNEFProperty Modifier and Type Method Description TNEFAttributeAttachment. getAttribute(TNEFProperty id)Return the attachment attribute with the given ID, or null if there isn't one.TNEFAttributeHMEFMessage. getMessageAttribute(TNEFProperty id)Return the message attribute with the given ID, or null if there isn't one. -
Uses of TNEFProperty in org.apache.poi.hmef.attribute
Methods in org.apache.poi.hmef.attribute that return TNEFProperty Modifier and Type Method Description static TNEFPropertyTNEFProperty. getBest(int id, int type)TNEFPropertyTNEFAttribute. getProperty()
-