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

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

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






EmbeddedObjectPosition (Google Sheets API v4-rev20240312-2.0.0)












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

Class EmbeddedObjectPosition

    • Constructor Detail

      • EmbeddedObjectPosition

        public EmbeddedObjectPosition()
    • Method Detail

      • getNewSheet

        public Boolean getNewSheet()
        If true, the embedded object is put on a new sheet whose ID is chosen for you. Used only when writing.
        Returns:
        value or null for none
      • setNewSheet

        public EmbeddedObjectPosition setNewSheet(Boolean newSheet)
        If true, the embedded object is put on a new sheet whose ID is chosen for you. Used only when writing.
        Parameters:
        newSheet - newSheet or null for none
      • getOverlayPosition

        public OverlayPosition getOverlayPosition()
        The position at which the object is overlaid on top of a grid.
        Returns:
        value or null for none
      • setOverlayPosition

        public EmbeddedObjectPosition setOverlayPosition(OverlayPosition overlayPosition)
        The position at which the object is overlaid on top of a grid.
        Parameters:
        overlayPosition - overlayPosition or null for none
      • getSheetId

        public Integer getSheetId()
        The sheet this is on. Set only if the embedded object is on its own sheet. Must be non- negative.
        Returns:
        value or null for none
      • setSheetId

        public EmbeddedObjectPosition setSheetId(Integer sheetId)
        The sheet this is on. Set only if the embedded object is on its own sheet. Must be non- negative.
        Parameters:
        sheetId - sheetId or null for none
      • clone

        public EmbeddedObjectPosition 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