Class DrawingObject

java.lang.Object
com.independentsoft.office.word.DrawingObject
All Implemented Interfaces:
IContentElement, IRunContent

public class DrawingObject extends Object implements IRunContent
The Class DrawingObject.
  • Constructor Details

    • DrawingObject

      public DrawingObject()
      Instantiates a new drawing object.
    • DrawingObject

      public DrawingObject(Anchor anchor)
      Instantiates a new drawing object.
      Parameters:
      anchor - the anchor
    • DrawingObject

      public DrawingObject(Inline inline)
      Instantiates a new drawing object.
      Parameters:
      inline - the inline
  • Method Details