SpreadsheetChartBackgroundPossibleWatermark class

SpreadsheetChartBackgroundPossibleWatermark class

Represents possible image watermark in Excel chart background.

The SpreadsheetChartBackgroundPossibleWatermark type exposes the following members:

Properties

Property Description
parent The parent of this SpreadsheetChartBackgroundPossibleWatermark.
rotate_angle The rotate angle of this SpreadsheetChartBackgroundPossibleWatermark in degrees. The value is always 0 for this type of possible watermark.
unit_of_measurement The unit of measurement of this SpreadsheetChartBackgroundPossibleWatermark.
formatted_text_fragments The collection of formatted text fragments of this PossibleWatermark. (inherited from PossibleWatermark)
height The height of the 2D object. (inherited from TwoDObjectPossibleWatermark)
image_data The image of this PossibleWatermark, or None if the watermark has no image. (inherited from PossibleWatermark)
page_number The page number where the watermark is placed. (inherited from PossibleWatermark)
text The text of this PossibleWatermark. (inherited from PossibleWatermark)
width The width of the 2D object. (inherited from TwoDObjectPossibleWatermark)
x The x-coordinate of the 2D object. (inherited from TwoDObjectPossibleWatermark)
y The y-coordinate of the 2D object. (inherited from TwoDObjectPossibleWatermark)

See Also