SpreadsheetCellPossibleWatermark class

SpreadsheetCellPossibleWatermark class

Represents possible cell watermark in an Excel document.

The SpreadsheetCellPossibleWatermark type exposes the following members:

Properties

Property Description
formatted_text_fragments The collection of formatted text fragments of this SpreadsheetCellPossibleWatermark.
height The height of this SpreadsheetCellPossibleWatermark in points.
parent The parent of this SpreadsheetCellPossibleWatermark.
rotate_angle The rotate angle of this SpreadsheetCellPossibleWatermark in degrees.
text The text of this SpreadsheetCellPossibleWatermark.
unit_of_measurement The unit of measurement of this SpreadsheetCellPossibleWatermark.
width The width of this SpreadsheetCellPossibleWatermark in points.
x The x-coordinate (horizontal offset) of this SpreadsheetCellPossibleWatermark from the content left border in points.
y The vertical offset of this SpreadsheetCellPossibleWatermark from the content top border in points.
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)

See Also