|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.presentation.PresentationSettings
public class PresentationSettings
| Field Summary | |
|---|---|
protected String |
presentationAnimations
|
protected String |
presentationEndless
|
protected String |
presentationForceManual
|
protected String |
presentationFullScreen
|
protected String |
presentationMouseAsPen
|
protected String |
presentationMouseVisible
|
protected String |
presentationPause
|
protected List<PresentationShow> |
presentationShow
|
protected String |
presentationShowLogo
|
protected String |
presentationStartPage
|
protected String |
presentationStartWithNavigator
|
protected String |
presentationStayOnTop
|
protected String |
presentationTransitionOnClick
|
| Constructor Summary | |
|---|---|
PresentationSettings()
|
|
| Method Summary | |
|---|---|
String |
getPresentationAnimations()
Gets the value of the presentationAnimations property. |
String |
getPresentationEndless()
Gets the value of the presentationEndless property. |
String |
getPresentationForceManual()
Gets the value of the presentationForceManual property. |
String |
getPresentationFullScreen()
Gets the value of the presentationFullScreen property. |
String |
getPresentationMouseAsPen()
Gets the value of the presentationMouseAsPen property. |
String |
getPresentationMouseVisible()
Gets the value of the presentationMouseVisible property. |
String |
getPresentationPause()
Gets the value of the presentationPause property. |
List<PresentationShow> |
getPresentationShow()
Gets the value of the presentationShow property. |
String |
getPresentationShowLogo()
Gets the value of the presentationShowLogo property. |
String |
getPresentationStartPage()
Gets the value of the presentationStartPage property. |
String |
getPresentationStartWithNavigator()
Gets the value of the presentationStartWithNavigator property. |
String |
getPresentationStayOnTop()
Gets the value of the presentationStayOnTop property. |
String |
getPresentationTransitionOnClick()
Gets the value of the presentationTransitionOnClick property. |
void |
setPresentationAnimations(String value)
Sets the value of the presentationAnimations property. |
void |
setPresentationEndless(String value)
Sets the value of the presentationEndless property. |
void |
setPresentationForceManual(String value)
Sets the value of the presentationForceManual property. |
void |
setPresentationFullScreen(String value)
Sets the value of the presentationFullScreen property. |
void |
setPresentationMouseAsPen(String value)
Sets the value of the presentationMouseAsPen property. |
void |
setPresentationMouseVisible(String value)
Sets the value of the presentationMouseVisible property. |
void |
setPresentationPause(String value)
Sets the value of the presentationPause property. |
void |
setPresentationShowLogo(String value)
Sets the value of the presentationShowLogo property. |
void |
setPresentationStartPage(String value)
Sets the value of the presentationStartPage property. |
void |
setPresentationStartWithNavigator(String value)
Sets the value of the presentationStartWithNavigator property. |
void |
setPresentationStayOnTop(String value)
Sets the value of the presentationStayOnTop property. |
void |
setPresentationTransitionOnClick(String value)
Sets the value of the presentationTransitionOnClick property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String presentationAnimations
protected String presentationEndless
protected String presentationForceManual
protected String presentationFullScreen
protected String presentationMouseAsPen
protected String presentationMouseVisible
protected String presentationPause
protected List<PresentationShow> presentationShow
protected String presentationShowLogo
protected String presentationStartPage
protected String presentationStartWithNavigator
protected String presentationStayOnTop
protected String presentationTransitionOnClick
| Constructor Detail |
|---|
public PresentationSettings()
| Method Detail |
|---|
public String getPresentationAnimations()
Stringpublic String getPresentationEndless()
Stringpublic String getPresentationForceManual()
Stringpublic String getPresentationFullScreen()
Stringpublic String getPresentationMouseAsPen()
Stringpublic String getPresentationMouseVisible()
Stringpublic String getPresentationPause()
Stringpublic List<PresentationShow> getPresentationShow()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set method for the presentationShow property.
For example, to add a new item, do as follows:
getPresentationShow().add(newItem);
Objects of the following type(s) are allowed in the list PresentationShow
public String getPresentationShowLogo()
Stringpublic String getPresentationStartPage()
Stringpublic String getPresentationStartWithNavigator()
Stringpublic String getPresentationStayOnTop()
Stringpublic String getPresentationTransitionOnClick()
Stringpublic void setPresentationAnimations(String value)
value - allowed object is Stringpublic void setPresentationEndless(String value)
value - allowed object is Stringpublic void setPresentationForceManual(String value)
value - allowed object is Stringpublic void setPresentationFullScreen(String value)
value - allowed object is Stringpublic void setPresentationMouseAsPen(String value)
value - allowed object is Stringpublic void setPresentationMouseVisible(String value)
value - allowed object is Stringpublic void setPresentationPause(String value)
value - allowed object is Stringpublic void setPresentationShowLogo(String value)
value - allowed object is Stringpublic void setPresentationStartPage(String value)
value - allowed object is Stringpublic void setPresentationStartWithNavigator(String value)
value - allowed object is Stringpublic void setPresentationStayOnTop(String value)
value - allowed object is Stringpublic void setPresentationTransitionOnClick(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||