WordProcessingWatermarkHeaderFooterOptions class

WordProcessingWatermarkHeaderFooterOptions class

Represents options when adding the watermark to a Word section header/footer.

The WordProcessingWatermarkHeaderFooterOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the WordProcessingWatermarkHeaderFooterOptions class.

Properties

Property Description
header_footer_type The value that identifies the type of header or footer to add the watermark to.
section_index The index of a section to add the watermark to.
alternative_text The descriptive (alternative) text that will be associated with a shape. (inherited from WordProcessingWatermarkBaseOptions)
effects The effects to apply to the watermark, specified as a WordProcessingImageEffects or WordProcessingTextEffects instance. (inherited from WordProcessingWatermarkBaseOptions)
is_locked The property indicates whether editing of the shape in Word is forbidden. (inherited from WordProcessingWatermarkBaseOptions)
lock_type The watermark lock type. (inherited from WordProcessingWatermarkBaseOptions)
name The name of the shape. (inherited from WordProcessingWatermarkBaseOptions)
password The password used to lock the watermark. (inherited from WordProcessingWatermarkBaseOptions)

Fields

Field Description
DEFAULT Gets the default value for the class. (inherited from WatermarkOptions)

See Also