INotesSlide

General

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

Representa una diapositiva de notes en una presentació.

Propietats

NameTypeAccessDescription
notesTextFrameITextFrameReadReturns the text frame with notes text.
headerFooterManagerINotesSlideHeaderFooterManagerReadReturns the header/footer manager for this notes slide.
parentSlideISlideReadReturns the parent slide this notes slide is associated with.
nameStringReadReturns the name of a slide.
slideIdintReadReturns the ID of a slide.
shapesIShapeCollectionReadReturns the shapes of a slide.
slideIBaseSlideReadReturns the parent slide.
presentationIPresentationReadReturns the presentation containing this component.

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.
getName()StringReturns the name of a slide.
setName(name: String)Sets the name of a slide.
getSlideId()intReturns the ID of a slide.
getShapes()IShapeCollectionReturns the shapes of a slide.
getSlide()IBaseSlideReturns the parent slide.
asIPresentationComponent()IPresentationComponentReturns the base {@link IPresentationComponent} interface.
getPresentation()IPresentationReturns the presentation containing this component.
asIBaseSlide()IBaseSlideAllows to get the base {@link IBaseSlide} interface.
 Català