Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hslf » record » [javadoc | source]
org.apache.poi.hslf.record
public class: Comment2000 [javadoc | source]
java.lang.Object
   org.apache.poi.hslf.record.Record
      org.apache.poi.hslf.record.RecordContainer
         org.apache.poi.hslf.record.Comment2000
This class represents a comment on a slide, in the format used by PPT 2000/XP/etc. (PPT 97 uses plain Escher Text Boxes for comments)
Fields inherited from org.apache.poi.hslf.record.RecordContainer:
_children
Fields inherited from org.apache.poi.hslf.record.Record:
logger
Constructor:
 public Comment2000() 
 protected Comment2000(byte[] source,
    int start,
    int len) 
Method from org.apache.poi.hslf.record.Comment2000 Summary:
getAuthor,   getAuthorInitials,   getComment2000Atom,   getRecordType,   getText,   setAuthor,   setAuthorInitials,   setText,   writeOut
Methods from org.apache.poi.hslf.record.RecordContainer:
addChildAfter,   addChildBefore,   appendChildRecord,   getChildRecords,   isAnAtom,   moveChildBefore,   moveChildrenAfter,   moveChildrenBefore,   writeOut
Methods from org.apache.poi.hslf.record.Record:
buildRecordAtOffset,   createRecordForType,   findChildRecords,   getChildRecords,   getRecordType,   isAnAtom,   writeLittleEndian,   writeLittleEndian,   writeOut
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hslf.record.Comment2000 Detail:
 public String getAuthor() 
    Get the Author of this comment
 public String getAuthorInitials() 
    Get the Author's Initials of this comment
 public Comment2000Atom getComment2000Atom() 
    Returns the Comment2000Atom of this Comment
 public long getRecordType() 
    We are of type 1200
 public String getText() 
    Get the text of this comment
 public  void setAuthor(String author) 
    Set the Author of this comment
 public  void setAuthorInitials(String initials) 
    Set the Author's Initials of this comment
 public  void setText(String text) 
    Set the text of this comment
 public  void writeOut(OutputStream out) throws IOException 
    Write the contents of the record back, so it can be written to disk