WordProcessingShapeSettings

WordProcessingShapeSettings class

Represents settings that can be applied to a shape watermark for a Word document.

public sealed class WordProcessingShapeSettings : OfficeShapeSettings

Constructors

Name Description
WordProcessingShapeSettings() Initializes a new instance of the WordProcessingShapeSettings class.

Properties

Name Description
AlternativeText { get; set; } Gets or sets the descriptive (alternative) text that will be associated with a shape.
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.
PageNumbers { get; set; } Gets or sets the page numbers to add the watermark.
Password { get; set; } Gets or sets a password used to lock the watermark.

See Also