Class ExObjList


  • public class ExObjList
    extends RecordContainer
    This class holds the links to exernal objects referenced from the document.
    • Constructor Detail

      • ExObjList

        public ExObjList()
        Create a new ExObjList, with blank fields
    • Method Detail

      • getExObjListAtom

        public ExObjListAtom getExObjListAtom()
        Returns the ExObjListAtom of this list
      • getExHyperlinks

        public ExHyperlink[] getExHyperlinks()
        Returns all the ExHyperlinks
      • getRecordType

        public long getRecordType()
        We are of type 1033
        Specified by:
        getRecordType in class Record
      • writeOut

        public void writeOut​(java.io.OutputStream out)
                      throws java.io.IOException
        Write the contents of the record back, so it can be written to disk
        Specified by:
        writeOut in class Record
        Throws:
        java.io.IOException
      • get

        public ExHyperlink get​(int id)
        Lookup a hyperlink by its unique id
        Parameters:
        id - hyperlink id
        Returns:
        found ExHyperlink or null