org.jopendocument.model.style
Class StylePresentationPageLayout

java.lang.Object
  extended by org.jopendocument.model.style.StylePresentationPageLayout

public class StylePresentationPageLayout
extends java.lang.Object


Constructor Summary
StylePresentationPageLayout()
           
 
Method Summary
 java.util.List<PresentationPlaceholder> getPresentationPlaceholder()
          Gets the value of the presentationPlaceholder property.
 java.lang.String getStyleName()
          Gets the value of the styleName property.
 void setStyleName(java.lang.String value)
          Sets the value of the styleName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylePresentationPageLayout

public StylePresentationPageLayout()
Method Detail

getPresentationPlaceholder

public java.util.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 java.lang.String getStyleName()
Gets the value of the styleName property.

Returns:
possible object is String

setStyleName

public void setStyleName(java.lang.String value)
Sets the value of the styleName property.

Parameters:
value - allowed object is String