FootnoteOptions.NumberStyle Propiedad

Definición

Devuelve o establece el estilo numérico de un intervalo o selección de notas al pie de un documento.

public:
 property Microsoft::Office::Interop::Word::WdNoteNumberStyle NumberStyle { Microsoft::Office::Interop::Word::WdNoteNumberStyle get(); void set(Microsoft::Office::Interop::Word::WdNoteNumberStyle value); };
public Microsoft.Office.Interop.Word.WdNoteNumberStyle NumberStyle { get; set; }
member this.NumberStyle : Microsoft.Office.Interop.Word.WdNoteNumberStyle with get, set
Public Property NumberStyle As WdNoteNumberStyle

Valor de propiedad

Comentarios

La propiedad NumberStyle puede ser cualquier FootnoteOptions constante. Algunas de estas constantes pueden no estar disponibles, según el idioma instalado o seleccionado (por ejemplo, inglés de EE.UU.).

Se aplica a