|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Notes
public final class Notes
Represents the notes of a slide.
Method Summary | |
---|---|
int |
getFrameType()
|
com.aspose.slides.ppt.LevelStyle |
getMasterStyle(short depth)
Returns a LevelStyle from a master slide. |
Paragraphs |
getParagraphs()
Returns the list of all paragraphs of the notes. |
Slide |
getParent()
Returns the parent slide. |
java.awt.Color |
getSchemeColor(int index)
Returns the color of a color scheme of the notes. |
Slide |
getSlide()
Returns the parent Slide of the Notes. |
java.lang.String |
getText()
Returns the notes as a plain text. |
TextRuler |
getTextRuler()
Returns the TextRuler of the Notes. |
boolean |
isFollowMasterBackground()
Determines whether the notes follow the notes master background. |
boolean |
isFollowMasterObjects()
Determines whether the notes objects follow the notes master objects style. |
boolean |
isFollowMasterScheme()
Determines whether the notes follow the notes master color scheme. |
void |
setFollowMasterBackground(boolean value)
Sets whether the notes follow the notes master background. |
void |
setFollowMasterObjects(boolean value)
Sets whether the notes objects follow the notes master objects style. |
void |
setFollowMasterScheme(boolean value)
Sets whether the notes follow the notes master color scheme. |
void |
setText(java.lang.String value)
Sets the notes as a plain text. |
void |
textChanged()
Recalculates text parameters of the Notes. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Slide getParent()
public boolean isFollowMasterObjects()
public void setFollowMasterObjects(boolean value)
value
- true to force notes objects follow the notes master
objects style.public boolean isFollowMasterScheme()
public void setFollowMasterScheme(boolean value)
value
- true to force notes follow the notes master color
scheme.public boolean isFollowMasterBackground()
public void setFollowMasterBackground(boolean value)
value
- true to force notes follow the notes master background.public java.lang.String getText()
public void setText(java.lang.String value)
value
- new notes text.public Paragraphs getParagraphs()
getParagraphs
in interface ITextBox
public java.awt.Color getSchemeColor(int index)
index
- index of a color in a scheme.public TextRuler getTextRuler()
getTextRuler
in interface ITextBox
public Slide getSlide()
getSlide
in interface ITextBox
public com.aspose.slides.ppt.LevelStyle getMasterStyle(short depth)
depth
- Depth level of text.public int getFrameType()
public void textChanged()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |