public class ReferencedFile
extends java.lang.Object
object
element in an inner/outer pair.Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getFullPath()
This method returns the
String full path to the referenced file for this object |
java.lang.String |
getMimeType()
This method returns the
String MIME type of this ReferencedFile object |
org.w3c.dom.Element |
getObjectElement()
This method returns the
Element object for this object |
org.w3c.dom.Element |
getOuterObjectElement()
This method returns the
Element object for the parent of this object
where this object is the representational image |
java.lang.String |
getRelativePath()
This method returns the
String relative path of this ReferencedFile object |
ReferencedFile |
getRepresentationalReferencedFile()
This method returns the
ReferencedFile object that is the representational image
for this object |
boolean |
isImage()
This method returns a
Boolean flag indicating whether this object is an image |
boolean |
isOLE()
This method returns a
Boolean flag indicating whether this object is an OLE object |
boolean |
isRepresentational()
This method returns a
Boolean flag indicating whether this object is a representational image |
public java.lang.String getRelativePath()
String
relative path of this ReferencedFile
objectString
relative path of this ReferencedFile
object, not nullpublic java.lang.String getMimeType()
String
MIME type of this ReferencedFile
objectString
MIME type of this ReferencedFile
object, not nullpublic ReferencedFile getRepresentationalReferencedFile()
ReferencedFile
object that is the representational image
for this object
ReferencedFile
object that is the representational image for this object
, not nullpublic boolean isRepresentational()
Boolean
flag indicating whether this object is a representational imageBoolean
flag indicating whether this object is a representational imagepublic boolean isOLE()
Boolean
flag indicating whether this object is an OLE
objectBoolean
flag indicating whether this object is an OLE
objectpublic boolean isImage()
Boolean
flag indicating whether this object is an imageBoolean
flag indicating whether this object is an imagepublic org.w3c.dom.Element getObjectElement()
Element
object for this object
Element
object for this object
, not nullpublic org.w3c.dom.Element getOuterObjectElement()
Element
object for the parent of this object
where this object
is the representational imageElement
object for the parent of this object
, can be nullpublic java.nio.file.Path getFullPath()
String
full path to the referenced file for this objectString
full path to the referenced file for this object, not null