Class VmlDrawing

java.lang.Object
com.independentsoft.office.vml.VmlDrawing

public class VmlDrawing extends Object
The Class VmlDrawing.
  • Constructor Details

    • VmlDrawing

      public VmlDrawing()
      Instantiates a new vml drawing.
    • VmlDrawing

      public VmlDrawing(byte[] buffer, Relationship relationship) throws XMLStreamException, IOException
      Instantiates a new vml drawing.
      Parameters:
      buffer - the buffer
      relationship - the relationship
      Throws:
      XMLStreamException - the xML stream exception
      IOException - Signals that an I/O exception has occurred.
  • Method Details