org.jopendocument.model.style
Class StylePresentationPageLayout

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

public class StylePresentationPageLayout
extends Object


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

Field Detail

presentationPlaceholder

protected List<PresentationPlaceholder> presentationPlaceholder

styleName

protected String styleName
Constructor Detail

StylePresentationPageLayout

public StylePresentationPageLayout()
Method Detail

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.