org.jopendocument.model.style
Class StylePresentationPageLayout
java.lang.Object
org.jopendocument.model.style.StylePresentationPageLayout
public class StylePresentationPageLayout
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
presentationPlaceholder
protected List<PresentationPlaceholder> presentationPlaceholder
styleName
protected String styleName
StylePresentationPageLayout
public StylePresentationPageLayout()
getPresentationPlaceholder
public List<PresentationPlaceholder> getPresentationPlaceholder()
- Gets the value of the presentationPlaceholder property.
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 presentationPlaceholder property.
For example, to add a new item, do as follows:
getPresentationPlaceholder().add(newItem);
Objects of the following type(s) are allowed in the list PresentationPlaceholder
getStyleName
public String getStyleName()
- Gets the value of the styleName property.
- Returns:
- possible object is
String
setStyleName
public void setStyleName(String value)
- Sets the value of the styleName property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.