Compartilhar via


AutoCaption.Caption Propriedade

Definição

Legenda usada para legendamento automático

Representa o seguinte atributo no esquema: w:legenda

[DocumentFormat.OpenXml.SchemaAttr(23, "caption")]
public DocumentFormat.OpenXml.StringValue Caption { get; set; }
public DocumentFormat.OpenXml.StringValue Caption { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "caption")]
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:caption")]
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
public DocumentFormat.OpenXml.StringValue? Caption { get; set; }
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "caption")>]
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:caption")>]
member this.Caption : DocumentFormat.OpenXml.StringValue with get, set
Public Property Caption As StringValue

Valor da propriedade

Retorna StringValue.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

Especifica o legenda definido no uso do caption elemento que deve ser usado para rotular automaticamente um determinado tipo de objeto inserido em um documento WordprocessingML. As configurações de legenda são vinculadas correspondendo ao valor desse atributo com o name atributo no elemento correspondentecaption.

Considere o seguinte WordprocessingML:

<w:captions>  
  <w:caption w:name="table" w:pos="below" w:chapNum="1" w:heading="0" w:noLabel="1" w:numFmt="upperRoman" />  
  <w:autoCaptions>  
    <w:autoCaption w:name="Paint.Picture"      w:caption="table" />  
  </w:autoCaptions>  
</w:captions>  

O autoCaption elemento especifica, por meio do name atributo que está sendo definido como wfwTable, que as tabelas serão rotuladas automaticamente com o legenda cujo atributo de nome é igual a Table (especificado pelo caption atributo do name elemento que tem um valor de Table).

Os valores possíveis para esse atributo são definidos pelo ST_String tipo simples.

Aplica-se a