DiagramShapeFormattedTextFragments Property |
Gets the collection of formatted text fragments of this
DiagramShape.
Namespace: GroupDocs.Watermark.Contents.DiagramAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic FormattedTextFragmentCollection FormattedTextFragments { get; }
Public ReadOnly Property FormattedTextFragments As FormattedTextFragmentCollection
Get
public:
property FormattedTextFragmentCollection^ FormattedTextFragments {
FormattedTextFragmentCollection^ get ();
}
member FormattedTextFragments : FormattedTextFragmentCollection with get
Property Value
Type:
FormattedTextFragmentCollectionThe collection of formatted text fragments of this
DiagramShape.
See Also