|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMasterSlide
Method Summary | |
---|---|
void |
applyTheme(SlideColorScheme scheme)
Applies extra color scheme to a slide. |
void |
dispose()
Dispose object and free resources. |
TextStyle |
getBodyStyle()
Gets the style of a body text. |
java.util.HashMap<SchemeColor,ColorSchemeIndex> |
getColorMap()
get color mapping |
ISlide[] |
getDependingSlides()
Gets an array with all slides, which depend on this master slide. |
IMasterLayouts |
getLayouts()
Returns the collection of layout slides. |
java.lang.String |
getName()
Gets or sets the name of a slide. |
TextStyle |
getOtherStyle()
Gets the style of an other text. |
java.lang.Object |
getParent()
Reference to Parent object. |
Presentation |
getPresentation()
|
ShapeCollection |
getShapes()
Gets the shapes of a slide. |
SlideBackground |
getSlideBackground()
Gets slide's background. |
long |
getSlideID()
Gets the ID of a slide. |
SlideShowTransition |
getSlideShowTransition()
Gets the Transition object which contains information about how the specified slide advances during a slide show. |
TagCollection |
getTagsList()
Gets the slide's tags collection. |
Theme |
getTheme()
Gets the slide's theme. |
TimeLine |
getTimeline()
Gets animation timeline object. |
TextStyle |
getTitleStyle()
Gets the style of a title text. |
Method Detail |
---|
Theme getTheme()
TextStyle getTitleStyle()
TextStyle getBodyStyle()
TextStyle getOtherStyle()
ShapeCollection getShapes()
java.lang.String getName()
long getSlideID()
TagCollection getTagsList()
TimeLine getTimeline()
SlideShowTransition getSlideShowTransition()
SlideBackground getSlideBackground()
Presentation getPresentation()
java.lang.Object getParent()
ISlide[] getDependingSlides()
void applyTheme(SlideColorScheme scheme)
scheme
- void dispose()
IMasterLayouts getLayouts()
java.util.HashMap<SchemeColor,ColorSchemeIndex> getColorMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |