SpreadsheetShapeFormattedTextFragments Property |
Namespace: GroupDocs.Watermark.Contents.SpreadsheetAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.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
SpreadsheetShape.
See Also