Class ExObjList

  • All Implemented Interfaces:
    GenericRecord

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

      • ExObjList

        protected ExObjList​(byte[] source,
                            int start,
                            int len)
        Set things up, and find our more interesting children
      • 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
      • get

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