Interface InlineDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface InlineDocument
    extends XmlObject
    A document containing one inline(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing) element. This is a complex type.
    • Method Detail

      • getInline

        CTInline getInline()
        Gets the "inline" element
      • setInline

        void setInline​(CTInline inline)
        Sets the "inline" element
      • addNewInline

        CTInline addNewInline()
        Appends and returns a new empty "inline" element