Interface CTBase64Binary

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTBase64Binary extends XmlObject
An XML CT_Base64Binary(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getVal

      byte[] getVal()
      Gets the "val" attribute
    • xgetVal

      XmlBase64Binary xgetVal()
      Gets (as xml) the "val" attribute
    • setVal

      void setVal(byte[] val)
      Sets the "val" attribute
    • xsetVal

      void xsetVal(XmlBase64Binary val)
      Sets (as xml) the "val" attribute