Interface CTWordprocessingCanvas

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTWordprocessingCanvas extends XmlObject
An XML CT_WordprocessingCanvas(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
  • Field Details

  • Method Details

    • getBg

      Gets the "bg" element
    • isSetBg

      boolean isSetBg()
      True if has "bg" element
    • setBg

      void setBg(CTBackgroundFormatting bg)
      Sets the "bg" element
    • addNewBg

      Appends and returns a new empty "bg" element
    • unsetBg

      void unsetBg()
      Unsets the "bg" element
    • getWhole

      Gets the "whole" element
    • isSetWhole

      boolean isSetWhole()
      True if has "whole" element
    • setWhole

      void setWhole(CTWholeE2OFormatting whole)
      Sets the "whole" element
    • addNewWhole

      CTWholeE2OFormatting addNewWhole()
      Appends and returns a new empty "whole" element
    • unsetWhole

      void unsetWhole()
      Unsets the "whole" element
    • getWspList

      Gets a List of "wsp" elements
    • getWspArray

      CTWordprocessingShape[] getWspArray()
      Gets array of all "wsp" elements
    • getWspArray

      CTWordprocessingShape getWspArray(int i)
      Gets ith "wsp" element
    • sizeOfWspArray

      int sizeOfWspArray()
      Returns number of "wsp" element
    • setWspArray

      void setWspArray(CTWordprocessingShape[] wspArray)
      Sets array of all "wsp" element
    • setWspArray

      void setWspArray(int i, CTWordprocessingShape wsp)
      Sets ith "wsp" element
    • insertNewWsp

      CTWordprocessingShape insertNewWsp(int i)
      Inserts and returns a new empty value (as xml) as the ith "wsp" element
    • addNewWsp

      Appends and returns a new empty value (as xml) as the last "wsp" element
    • removeWsp

      void removeWsp(int i)
      Removes the ith "wsp" element
    • getPicList

      List<CTPicture> getPicList()
      Gets a List of "pic" elements
    • getPicArray

      CTPicture[] getPicArray()
      Gets array of all "pic" elements
    • getPicArray

      CTPicture getPicArray(int i)
      Gets ith "pic" element
    • sizeOfPicArray

      int sizeOfPicArray()
      Returns number of "pic" element
    • setPicArray

      void setPicArray(CTPicture[] picArray)
      Sets array of all "pic" element
    • setPicArray

      void setPicArray(int i, CTPicture pic)
      Sets ith "pic" element
    • insertNewPic

      CTPicture insertNewPic(int i)
      Inserts and returns a new empty value (as xml) as the ith "pic" element
    • addNewPic

      CTPicture addNewPic()
      Appends and returns a new empty value (as xml) as the last "pic" element
    • removePic

      void removePic(int i)
      Removes the ith "pic" element
    • getContentPartList

      List<CTWordprocessingContentPart> getContentPartList()
      Gets a List of "contentPart" elements
    • getContentPartArray

      CTWordprocessingContentPart[] getContentPartArray()
      Gets array of all "contentPart" elements
    • getContentPartArray

      CTWordprocessingContentPart getContentPartArray(int i)
      Gets ith "contentPart" element
    • sizeOfContentPartArray

      int sizeOfContentPartArray()
      Returns number of "contentPart" element
    • setContentPartArray

      void setContentPartArray(CTWordprocessingContentPart[] contentPartArray)
      Sets array of all "contentPart" element
    • setContentPartArray

      void setContentPartArray(int i, CTWordprocessingContentPart contentPart)
      Sets ith "contentPart" element
    • insertNewContentPart

      CTWordprocessingContentPart insertNewContentPart(int i)
      Inserts and returns a new empty value (as xml) as the ith "contentPart" element
    • addNewContentPart

      CTWordprocessingContentPart addNewContentPart()
      Appends and returns a new empty value (as xml) as the last "contentPart" element
    • removeContentPart

      void removeContentPart(int i)
      Removes the ith "contentPart" element
    • getWgpList

      Gets a List of "wgp" elements
    • getWgpArray

      CTWordprocessingGroup[] getWgpArray()
      Gets array of all "wgp" elements
    • getWgpArray

      CTWordprocessingGroup getWgpArray(int i)
      Gets ith "wgp" element
    • sizeOfWgpArray

      int sizeOfWgpArray()
      Returns number of "wgp" element
    • setWgpArray

      void setWgpArray(CTWordprocessingGroup[] wgpArray)
      Sets array of all "wgp" element
    • setWgpArray

      void setWgpArray(int i, CTWordprocessingGroup wgp)
      Sets ith "wgp" element
    • insertNewWgp

      CTWordprocessingGroup insertNewWgp(int i)
      Inserts and returns a new empty value (as xml) as the ith "wgp" element
    • addNewWgp

      Appends and returns a new empty value (as xml) as the last "wgp" element
    • removeWgp

      void removeWgp(int i)
      Removes the ith "wgp" element
    • getGraphicFrameList

      List<CTGraphicFrame> getGraphicFrameList()
      Gets a List of "graphicFrame" elements
    • getGraphicFrameArray

      CTGraphicFrame[] getGraphicFrameArray()
      Gets array of all "graphicFrame" elements
    • getGraphicFrameArray

      CTGraphicFrame getGraphicFrameArray(int i)
      Gets ith "graphicFrame" element
    • sizeOfGraphicFrameArray

      int sizeOfGraphicFrameArray()
      Returns number of "graphicFrame" element
    • setGraphicFrameArray

      void setGraphicFrameArray(CTGraphicFrame[] graphicFrameArray)
      Sets array of all "graphicFrame" element
    • setGraphicFrameArray

      void setGraphicFrameArray(int i, CTGraphicFrame graphicFrame)
      Sets ith "graphicFrame" element
    • insertNewGraphicFrame

      CTGraphicFrame insertNewGraphicFrame(int i)
      Inserts and returns a new empty value (as xml) as the ith "graphicFrame" element
    • addNewGraphicFrame

      CTGraphicFrame addNewGraphicFrame()
      Appends and returns a new empty value (as xml) as the last "graphicFrame" element
    • removeGraphicFrame

      void removeGraphicFrame(int i)
      Removes the ith "graphicFrame" element
    • getExtLst

      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTOfficeArtExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTOfficeArtExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element