Class WorkbookLocation

  • All Implemented Interfaces:
    Location

    public class WorkbookLocation
    extends AbstractLocation
    Implementation of Location dedicated to workbooks.
    Author:
    Damien Carbonne
    • Method Detail

      • getPath

        public String getPath()
        Returns:
        The external part of the location, the path of the designated resource.
        It is typically a file name, an URI, a kind of 'absolute' identifier.
      • getAnchor

        public String getAnchor()
        Returns:
        The internal part of the location, inside the resource. It may be null.
      • getSystemId

        public String getSystemId()
      • getSheetName

        public String getSheetName()
      • getRowNumber

        public int getRowNumber()
      • getColumnName

        public String getColumnName()
      • isColumnLocation

        public boolean isColumnLocation()
      • isRowLocation

        public boolean isRowLocation()
      • isCellLocation

        public boolean isCellLocation()
      • isSheetLocation

        public boolean isSheetLocation()