WordProcessingWatermarkBaseOptions

WordProcessingWatermarkBaseOptions class

Base class for watermark adding options to a Word document.

public abstract class WordProcessingWatermarkBaseOptions : WordProcessingWatermarkOptions

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text that will be associated with a shape.
Effects { get; set; } Gets or sets a value of WordProcessingImageEffects or WordProcessingTextEffects for effects that should be applied to the watermark.
IsLocked { get; set; } Gets or sets a value indicating whether an editing of the shape in Word is forbidden.
LockType { get; set; } Gets or sets the watermark lock type.
Name { get; set; } Gets or sets the name a shape.
Password { get; set; } Gets or sets a password used to lock the watermark.

See Also