Module Values_0.SheetImageSource

An image that is located on a sheet.

Sourcetype nonrec t = {
  1. sheetImageId : ShortRestrictiveResourceId.t;
    (*

    The ID of the sheet image.

    *)
  2. source : SheetImageSource.t;
    (*

    The source of the image.

    *)
  3. scaling : SheetImageScalingConfiguration.t option;
    (*

    Determines how the image is scaled.

    *)
  4. tooltip : SheetImageTooltipConfiguration.t option;
    (*

    The tooltip to be shown when hovering over the image.

    *)
  5. imageContentAltText : LongPlainText.t option;
    (*

    The alt text for the image.

    *)
  6. interactions : ImageInteractionOptions.t option;
    (*

    The general image interactions setup for an image.

    *)
  7. actions : ImageCustomActionList.t option;
    (*

    A list of custom actions that are configured for an image.

    *)
}
Sourceval context_ : string
Sourceval make : ?scaling:??? -> ?tooltip:??? -> ?imageContentAltText:??? -> ?interactions:??? -> ?actions:??? -> sheetImageId:ShortRestrictiveResourceId.t -> source:SheetImageSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `String of ShortRestrictiveResourceId.t ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of ShortRestrictiveResourceId.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t