Interface CTMarker

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTMarker
    extends XmlObject
    An XML CT_Marker(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
    • Method Detail

      • getCol

        int getCol()
        Gets the "col" element
      • xgetCol

        STColID xgetCol()
        Gets (as xml) the "col" element
      • setCol

        void setCol​(int col)
        Sets the "col" element
      • xsetCol

        void xsetCol​(STColID col)
        Sets (as xml) the "col" element
      • getColOff

        long getColOff()
        Gets the "colOff" element
      • xgetColOff

        STCoordinate xgetColOff()
        Gets (as xml) the "colOff" element
      • setColOff

        void setColOff​(long colOff)
        Sets the "colOff" element
      • xsetColOff

        void xsetColOff​(STCoordinate colOff)
        Sets (as xml) the "colOff" element
      • getRow

        int getRow()
        Gets the "row" element
      • xgetRow

        STRowID xgetRow()
        Gets (as xml) the "row" element
      • setRow

        void setRow​(int row)
        Sets the "row" element
      • xsetRow

        void xsetRow​(STRowID row)
        Sets (as xml) the "row" element
      • getRowOff

        long getRowOff()
        Gets the "rowOff" element
      • xgetRowOff

        STCoordinate xgetRowOff()
        Gets (as xml) the "rowOff" element
      • setRowOff

        void setRowOff​(long rowOff)
        Sets the "rowOff" element
      • xsetRowOff

        void xsetRowOff​(STCoordinate rowOff)
        Sets (as xml) the "rowOff" element