Selection.InsertCaption(Object, Object, Object, Object, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Insere uma legenda imediatamente antes ou após a seleção especificada.
public void InsertCaption (ref object Label, ref object Title, ref object TitleAutoText, ref object Position, ref object ExcludeLabel);
abstract member InsertCaption : obj * obj * obj * obj * obj -> unit
Public Sub InsertCaption (ByRef Label As Object, Optional ByRef Title As Object, Optional ByRef TitleAutoText As Object, Optional ByRef Position As Object, Optional ByRef ExcludeLabel As Object)
Parâmetros
- Label
- Object
Objeto obrigatório. O nome da legenda a ser inserido. WdCaptionLabelID.
- Title
- Object
Objeto opcional. A cadeia de caracteres a ser inserida imediatamente após o rótulo no legenda (ignorada se TitleAutoText
for especificada).
- TitleAutoText
- Object
Objeto opcional. A entrada AutoText cujo conteúdo você deseja inserir imediatamente após o rótulo no legenda (substitui qualquer texto especificado por Title
).
- Position
- Object
Objeto opcional. Especifica se o legenda será inserido acima ou abaixo do Selection objeto. WdCaptionPosition.
- ExcludeLabel
- Object
Objeto opcional. True não inclui o rótulo de texto, conforme definido no Label
parâmetro; False inclui o rótulo especificado.