Appearance
IStructuredDocumentTag.Appearance property
Obtient ou définit l’apparence de la balise de document structuré.
public SdtAppearance Appearance { get; set; }
Exemples
Montre comment afficher les balises autour du contenu.
Document doc = new Document(MyDir + "Multi-section structured document tags.docx");
StructuredDocumentTagRangeStart tag =
doc.GetChild(NodeType.StructuredDocumentTagRangeStart, 0, true) as StructuredDocumentTagRangeStart;
if (tag.Appearance == SdtAppearance.Hidden)
tag.Appearance = SdtAppearance.Tags;
Voir également
- enum SdtAppearance
- interface IStructuredDocumentTag
- espace de noms Aspose.Words.Markup
- Assemblée Aspose.Words