edu.harvard.hul.ois.jhove.module.pdf
Class Comment

java.lang.Object
  |
  +--edu.harvard.hul.ois.jhove.module.pdf.Token
        |
        +--edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
              |
              +--edu.harvard.hul.ois.jhove.module.pdf.Comment

public class Comment
extends StringValuedToken

Class for Tokens which represent PDF comments.


Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
_rawBytes, _value
 
Constructor Summary
Comment()
          Creates an instance of a Comment
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
getRawBytes, getValue, setValue
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.Token
isSimpleToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment()
Creates an instance of a Comment