com.aspose.slides
Class Notes

java.lang.Object
  extended by com.aspose.slides.BaseSlide
      extended by com.aspose.slides.Notes
All Implemented Interfaces:
ITextBox

public final class Notes
extends BaseSlide
implements ITextBox

Represents a notes of a slide.


Method Summary
 boolean getFollowMasterBackground()
           Determines whether the notes follow the notes master background.
 boolean getFollowMasterObjects()
           Determines whether the notes follow the notes master objects.
 boolean getFollowMasterScheme()
           Determines whether the notes follow the notes master scheme.
 int getFrameType()
           
 com.aspose.slides.LevelStyle getMasterStyle(short depth)
           
 ParagraphCollection getParagraphs()
           Returns a list of all paragraphs for a notes.
 Slide getParent_Notes_New()
           Returns the parent slide.
 java.awt.Color getSchemeColor(int index)
           Returns scheme color by index.
 BaseSlide getSlide()
           
 long getSlideId()
           Returns the ID of the notes slide.
 java.lang.String getText()
           Returns the plain text for notes.
 TextRuler getTextRuler()
           
 boolean isMasterSlide()
           Indicates if this slide is master notes slide.
 void setFollowMasterBackground(boolean value)
           
 void setFollowMasterObjects(boolean value)
           
 void setFollowMasterScheme(boolean value)
           
 void setText(java.lang.String value)
           
 void textChanged()
           
 
Methods inherited from class com.aspose.slides.BaseSlide
getBackground, getParent, getParentPresentation, getPlaceholders, getShapes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent_Notes_New

public Slide getParent_Notes_New()

Returns the parent slide. Read-only Slide.


getSlideId

public long getSlideId()

Returns the ID of the notes slide. Read-only uint.

Specified by:
getSlideId in class BaseSlide

getFollowMasterObjects

public boolean getFollowMasterObjects()

Determines whether the notes follow the notes master objects. Read/write bool.


setFollowMasterObjects

public void setFollowMasterObjects(boolean value)

getFollowMasterScheme

public boolean getFollowMasterScheme()

Determines whether the notes follow the notes master scheme. Read/write bool.


setFollowMasterScheme

public void setFollowMasterScheme(boolean value)

getFollowMasterBackground

public boolean getFollowMasterBackground()

Determines whether the notes follow the notes master background. Read/write bool.


setFollowMasterBackground

public void setFollowMasterBackground(boolean value)

getText

public java.lang.String getText()

Returns the plain text for notes. Read-only string.


setText

public void setText(java.lang.String value)

getParagraphs

public ParagraphCollection getParagraphs()

Returns a list of all paragraphs for a notes. Read-only Aspose.Slides.ParagraphCollection.

Specified by:
getParagraphs in interface ITextBox

getSchemeColor

public java.awt.Color getSchemeColor(int index)
Description copied from class: BaseSlide

Returns scheme color by index.

Overrides:
getSchemeColor in class BaseSlide
Parameters:
index - Integer index from 0 to 7
Returns:

isMasterSlide

public boolean isMasterSlide()

Indicates if this slide is master notes slide. Readonly bool.

Overrides:
isMasterSlide in class BaseSlide

getTextRuler

public TextRuler getTextRuler()

getSlide

public BaseSlide getSlide()

getMasterStyle

public com.aspose.slides.LevelStyle getMasterStyle(short depth)

getFrameType

public int getFrameType()

textChanged

public void textChanged()