appearance property

IStructuredDocumentTag.appearance property

Gets or sets the appearance of the structured document tag.

@property
def appearance(self) -> aspose.words.markup.SdtAppearance:
    ...

@appearance.setter
def appearance(self, value: aspose.words.markup.SdtAppearance):
    ...

See Also