View.RevisionsBalloonWidthType Propriedade

Definição

Define ou retorna uma constante que representa a configuração global que especifica como a Microsoft Word mede a largura dos balões de revisão.

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

Valor da propriedade

Comentários

WdRevisionsBalloonWidthType pode ser uma dessas constantes WdRevisionsBalloonWidthType :

wdBalloonWidthPercent – medido como uma porcentagem da largura do documento.

wdBalloonWidthPoints – Medido em pontos.

A propriedade RevisionsBalloonWidthType define a unidade de medida a ser usada ao definir a RevisionsBalloonWidth propriedade.

Aplica-se a