Rsc.NotesText
Rsc.NotesText field
Notes’ plain text extracted from RTF data.
public static readonly Key<string, RscKey> NotesText;
Examples
Shows how to read/write Rsc.NotesText property.
var project = new Project();
var resource = project.Resources.Add("Resource");
resource.Set(Rsc.NotesText, "Resource Notes");
Console.WriteLine("Notes text: " + resource.Get(Rsc.NotesText));
Console.WriteLine("Notes RTF: " + resource.Get(Rsc.NotesRTF));
See Also
- struct Key<T,K>
- enum RscKey
- class Rsc
- namespace Aspose.Tasks
- assembly Aspose.Tasks