ImageGear for Java
ImGearMetadataLeaf Class Methods

For a list of all members of this type, see ImGearMetadataLeaf members.

Public Methods
 NameDescription
Public MethodcloneCreates a new object that is a copy of the current instance.  
Public MethodcompareToCompares the current instance with another object of the same type. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode)
Public MethodgetDataReturns reference to opaque data stored in leaf. Type of object returned by this method depends on value of nativeType field.

Represents (meta) data assigned to metadata node as Object. The following types of objects are allowed to be stored:

  • Number subclass
  • Enum subclass
  • String
  • ImGearArray or native array
  • ImGearRationalInt

Otherwise, an exception will be thrown.

 
Public MethodgetFormatNameGets the name of the type of the file format to which metadata belongs.

Any string name of format.

(Inherited from com.accusoft.imagegear.core.ImGearMetadataNode)
Public MethodgetNameReturns returns string name of tag.

Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java.

(Inherited from com.accusoft.imagegear.core.ImGearMetadataNode)
Public MethodgetParentGets reference to parent node.

ImGearMetadataNodeList class object.

Specifies reference to parent node in metadata tree. This method may return null. Accordingly, the instance is stand-alone (not attached), or otherwise, has special type like ImGearMetadataHead.

(Inherited from com.accusoft.imagegear.core.ImGearMetadataNode)
Public MethodisIgnoredOnSaveGets a value indicating whether current node should be ignored during page/document saving or not.

Boolean value.

If this method returns true, data contained in ImGearMetadataLeaf is ignored during image saving and data from the medatada container (page or document) will be used instead.

 
Public Methodstatic (Shared in Visual Basic)isValidDataObjectIndicates whether the data type of an object is valid (supported by metadata leaf).  
Public MethodsetDataSets reference to opaque data stored in leaf. Type of object returned by this method depends on value of nativeType field.

Represents (meta) data assigned to metadata node as Object. The following types of objects are allowed to be stored:

  • Number subclass
  • Enum subclass
  • String
  • ImGearArray or native array
  • ImGearRationalInt

Otherwise, an exception will be thrown.

 
Public MethodsetNameSets returns string name of tag.

Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java.

(Inherited from com.accusoft.imagegear.core.ImGearMetadataNode)
Top
See Also

Reference

ImGearMetadataLeaf Class
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback