View.RevisionsBalloonWidthType Propriété

Définition

Définit ou renvoie une constante représentant le paramètre global qui spécifie la façon dont 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é

WdRevisionsBalloonWidthType

Remarques

WdRevisionsBalloonWidthTypeIl peut s’agir de l’une des constantes WdRevisionsBalloonWidthType suivantes :

wdBalloonWidthPercent – mesurée en pourcentage de la largeur du document.

wdBalloonWidthPoints : mesurée 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 à