View.RevisionsBalloonWidthType Eigenschaft

Definition

Legt fest oder gibt eine Konstante zurück, die die globale Einstellung darstellt, die angibt, wie Microsoft Word die Breite von Revisionssprechblasen misst.

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

Eigenschaftswert

Hinweise

WdRevisionsBalloonWidthType kann eine der folgenden WdRevisionsBalloonWidthType-Konstanten sein:

wdBalloonWidthPercent – Gemessen als Prozentsatz der Breite des Dokuments.

wdBalloonWidthPoints – Gemessen in Punkten.

Die RevisionsBalloonWidthType-Eigenschaft legt die Maßeinheit fest, die beim Festlegen der RevisionsBalloonWidth Eigenschaft verwendet werden soll.

Gilt für: