INotesSlide

General

INotesSlide és una interfície en Aspose.Slides FOSS per Java.

Representa una diapositiva de notes en una presentació.

Propietats

NameTypeAccessDescription
notesTextFrameITextFrameReadProvides access to the ITextFrame holding the notes text
headerFooterManagerINotesSlideHeaderFooterManagerReadProvides access to the notes slide’s header/footer manager
parentSlideISlideReadProvides the parent ISlide linked to this notes slide

Mètodes

SignatureDescription
getNotesTextFrame()ITextFrameReturns the text frame with notes text.
getHeaderFooterManager()INotesSlideHeaderFooterManagerReturns the header/footer manager for this notes slide.
getParentSlide()ISlideReturns the parent slide this notes slide is associated with.
asIBaseSlide()IBaseSlideAllows to get the base {@link IBaseSlide} interface.
 Català