WordProcessingShapePossibleWatermark class

WordProcessingShapePossibleWatermark class

Represents possible shape watermark in a Word document.

The WordProcessingShapePossibleWatermark type exposes the following members:

Properties

Property Description
parent The parent of this WordProcessingShapePossibleWatermark.
formatted_text_fragments (inherited from ShapePossibleWatermark)
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 (inherited from ShapePossibleWatermark)
rotate_angle (inherited from ShapePossibleWatermark)
text (inherited from ShapePossibleWatermark)
unit_of_measurement The unit of measurement of the 2D object. (inherited from TwoDObjectPossibleWatermark)
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