ShapeObject
WordArt Property
|
Defines the text of the text path (of a WordArt object).
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public WordArt WordArt { get; }
Public ReadOnly Property WordArt As WordArt
Get
public:
property WordArt^ WordArt {
WordArt^ get ();
}
member WordArt : WordArt with get
Property Value
Type:
WordArt
See Also