Interface CTNumFmt

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTNumFmt
    extends XmlObject
    An XML CT_NumFmt(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • xsetVal

        void xsetVal​(STNumberFormat val)
        Sets (as xml) the "val" attribute
      • getFormat

        java.lang.String getFormat()
        Gets the "format" attribute
      • xgetFormat

        org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetFormat()
        Gets (as xml) the "format" attribute
      • isSetFormat

        boolean isSetFormat()
        True if has "format" attribute
      • setFormat

        void setFormat​(java.lang.String format)
        Sets the "format" attribute
      • xsetFormat

        void xsetFormat​(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString format)
        Sets (as xml) the "format" attribute
      • unsetFormat

        void unsetFormat()
        Unsets the "format" attribute