All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.OverlayPosition.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240423-2.0.0
Show newest version






OverlayPosition (Google Sheets API v4-rev20240312-2.0.0)












com.google.api.services.sheets.v4.model

Class OverlayPosition

    • Constructor Detail

      • OverlayPosition

        public OverlayPosition()
    • Method Detail

      • getAnchorCell

        public GridCoordinate getAnchorCell()
        The cell the object is anchored to.
        Returns:
        value or null for none
      • setAnchorCell

        public OverlayPosition setAnchorCell(GridCoordinate anchorCell)
        The cell the object is anchored to.
        Parameters:
        anchorCell - anchorCell or null for none
      • getHeightPixels

        public Integer getHeightPixels()
        The height of the object, in pixels. Defaults to 371.
        Returns:
        value or null for none
      • setHeightPixels

        public OverlayPosition setHeightPixels(Integer heightPixels)
        The height of the object, in pixels. Defaults to 371.
        Parameters:
        heightPixels - heightPixels or null for none
      • getOffsetXPixels

        public Integer getOffsetXPixels()
        The horizontal offset, in pixels, that the object is offset from the anchor cell.
        Returns:
        value or null for none
      • setOffsetXPixels

        public OverlayPosition setOffsetXPixels(Integer offsetXPixels)
        The horizontal offset, in pixels, that the object is offset from the anchor cell.
        Parameters:
        offsetXPixels - offsetXPixels or null for none
      • getOffsetYPixels

        public Integer getOffsetYPixels()
        The vertical offset, in pixels, that the object is offset from the anchor cell.
        Returns:
        value or null for none
      • setOffsetYPixels

        public OverlayPosition setOffsetYPixels(Integer offsetYPixels)
        The vertical offset, in pixels, that the object is offset from the anchor cell.
        Parameters:
        offsetYPixels - offsetYPixels or null for none
      • getWidthPixels

        public Integer getWidthPixels()
        The width of the object, in pixels. Defaults to 600.
        Returns:
        value or null for none
      • setWidthPixels

        public OverlayPosition setWidthPixels(Integer widthPixels)
        The width of the object, in pixels. Defaults to 600.
        Parameters:
        widthPixels - widthPixels or null for none
      • clone

        public OverlayPosition clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy