Ejemplo n.º 1
0
        /**
         * Save part in the output stream by using the save() method of the part.
         *
         * @throws OpenXml4NetException
         *             If any error occur.
         */

        public bool Marshall(PackagePart part, Stream out1)
        {
            return(part.Save(out1));
        }
Ejemplo n.º 2
0
 /**
  * Save part in the output stream by using the save() method of the part.
  *
  * @throws OpenXml4NetException
  *             If any error occur.
  */
 public bool Marshall(PackagePart part, Stream out1)
 {
     return part.Save(out1);
 }