All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hfg.xml.msofficexml.docx.drawingml.DmlBlip Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.xml.msofficexml.docx.drawingml;

import com.hfg.xml.msofficexml.docx.Docx;
import com.hfg.xml.msofficexml.OfficeOpenXMLTag;

/**

 From the ECMA-TC45 Primer: "BLIPs refer to Binary Large Image or Pictures."
 */
public class DmlBlip extends OfficeOpenXMLTag
{
   private DmlStretch mStretch;
   private DmlBlip    mBlip;

   //---------------------------------------------------------------------------
   public DmlBlip(Docx inDocx)
   {
      super(DmlXML.BLIP, inDocx);
   }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy