WdProtectionType Enumeración

Definición

Especifica el tipo de protección aplicado al documento actual.

public enum class WdProtectionType
[System.Runtime.InteropServices.Guid("992D8289-31EF-3821-87EE-F4994C1C6F55")]
public enum WdProtectionType
type WdProtectionType = 
Public Enum WdProtectionType
Herencia
WdProtectionType
Atributos

Campos

wdAllowOnlyComments 1

Permitir que sólo se agreguen comentarios al documento.

wdAllowOnlyFormFields 2

Permitir que se agregue contenido al documento sólo mediante campos de formulario.

wdAllowOnlyReading 3

Permitir acceso de sólo lectura al documento.

wdAllowOnlyRevisions 0

Permitir realizar revisiones únicamente en el contenido existente.

wdNoProtection -1

No aplicar ninguna protección al documento.

Se aplica a