View.RevisionsBalloonWidthType Propriété

Définition

Définit ou renvoie une constante représentant le paramètre global qui spécifie comment Microsoft Word mesure la largeur des bulles de révision.

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

Valeur de propriété

Remarques

WdRevisionsBalloonWidthType peut être l’une des constantes WdRevisionsBalloonWidthType suivantes :

wdBalloonWidthPercent : exprimée en pourcentage de la largeur du document.

wdBalloonWidthPoints : mesuré en points.

La propriété RevisionsBalloonWidthType définit l’unité de mesure à utiliser lors de la définition de la RevisionsBalloonWidth propriété.

S’applique à