|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getPresentationEndless()
String
public String getPresentationForceManual()
String
public String getPresentationFullScreen()
String
public String getPresentationMouseAsPen()
String
public String getPresentationMouseVisible()
String
public String getPresentationPause()
String
public 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()
String
public String getPresentationStartPage()
String
public String getPresentationStartWithNavigator()
String
public String getPresentationStayOnTop()
String
public String getPresentationTransitionOnClick()
String
public void setPresentationAnimations(String value)
value
- allowed object is String
public void setPresentationEndless(String value)
value
- allowed object is String
public void setPresentationForceManual(String value)
value
- allowed object is String
public void setPresentationFullScreen(String value)
value
- allowed object is String
public void setPresentationMouseAsPen(String value)
value
- allowed object is String
public void setPresentationMouseVisible(String value)
value
- allowed object is String
public void setPresentationPause(String value)
value
- allowed object is String
public void setPresentationShowLogo(String value)
value
- allowed object is String
public void setPresentationStartPage(String value)
value
- allowed object is String
public void setPresentationStartWithNavigator(String value)
value
- allowed object is String
public void setPresentationStayOnTop(String value)
value
- allowed object is String
public 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 |