|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseSlide
com.aspose.slides.Notes
public final class Notes
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 |
getParentSlide()
Returns the parent slide. |
java.awt.Color |
getSchemeColor(int 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 |
---|
public Slide getParentSlide()
Returns the parent slide. Read-only Slide
.
public long getSlideId()
Returns the ID of the notes slide. Read-only uint
.
getSlideId
in class BaseSlide
public boolean getFollowMasterObjects()
Determines whether the notes follow the notes master objects. Read/write bool
.
public void setFollowMasterObjects(boolean value)
public boolean getFollowMasterScheme()
Determines whether the notes follow the notes master scheme. Read/write bool
.
public void setFollowMasterScheme(boolean value)
public boolean getFollowMasterBackground()
Determines whether the notes follow the notes master background. Read/write bool
.
public void setFollowMasterBackground(boolean value)
public java.lang.String getText()
Returns the plain text for notes. Read-only string
.
public void setText(java.lang.String value)
public ParagraphCollection getParagraphs()
Returns a list of all paragraphs for a notes.
Read-only Aspose.Slides.ParagraphCollection
.
getParagraphs
in interface ITextBox
public java.awt.Color getSchemeColor(int index)
getSchemeColor
in class BaseSlide
public boolean isMasterSlide()
Indicates if this slide is master notes slide.
Readonly bool
.
isMasterSlide
in class BaseSlide
public TextRuler getTextRuler()
public BaseSlide getSlide()
public com.aspose.slides.LevelStyle getMasterStyle(short depth)
public int getFrameType()
public void textChanged()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |