WordProcessingTextPossibleWatermark class

WordProcessingTextPossibleWatermark class

Represents possible watermark in a Word document text.

The WordProcessingTextPossibleWatermark type exposes the following members:

Properties

Property Description
formatted_text_fragments The collection of formatted text fragments of this WordProcessingTextPossibleWatermark.
height The height of this WordProcessingTextPossibleWatermark in points.
parent The parent of this WordProcessingTextPossibleWatermark.
rotate_angle The rotate angle of this WordProcessingTextPossibleWatermark in degrees.
text The text of this WordProcessingTextPossibleWatermark.
unit_of_measurement The unit of measurement of this WordProcessingTextPossibleWatermark.
width The width of this WordProcessingTextPossibleWatermark in points.
x The horizontal offset of this WordProcessingTextPossibleWatermark from the document left border in points.
y The vertical offset of this WordProcessingTextPossibleWatermark from the document top border in points. The value is always 0 for this type of possible watermark.
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