NotesSlide
NotesTextFrame Property
|
Gets a TextFrame with notes' text if there is one.
Readonly
TextFrameProperties
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ITextFrameProperties NotesTextFrame { get; }
Public ReadOnly Property NotesTextFrame As ITextFrameProperties
Get
public:
property ITextFrameProperties^ NotesTextFrame {
ITextFrameProperties^ get ();
}
member NotesTextFrame : ITextFrameProperties with get
Property Value
Type:
ITextFrameProperties
See Also