|
|||||||||
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.ppt.LevelStyle |
getMasterStyle(short depth)
|
Paragraphs |
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 the color of a color scheme for a notes. |
BaseSlide |
getSlide()
Returns the parent Slide of a text box. |
long |
getSlideId()
Returns the ID of a slide. |
java.lang.String |
getText()
Returns the plain text for notes. |
TextRuler |
getTextRuler()
Returns the TextRuler of a text box. |
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 getParent_Notes_New()
Returns the parent slide. Read-only Slide
.
public long getSlideId()
BaseSlide
Returns the ID of a 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 Paragraphs 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)
Returns the color of a color scheme for a notes.
getSchemeColor
in class BaseSlide
index
- Index of a color in a scheme.
public boolean isMasterSlide()
Indicates if this slide is master notes slide.
Readonly bool
.
isMasterSlide
in class BaseSlide
public TextRuler getTextRuler()
ITextBox
getTextRuler
in interface ITextBox
public BaseSlide getSlide()
ITextBox
getSlide
in interface ITextBox
public com.aspose.slides.ppt.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 |