org.jopendocument.model.style
Class StyleHandoutMaster

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

public class StyleHandoutMaster
extends Object


Field Summary
protected  List<Object> drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape
           
protected  String drawStyleName
           
protected  String presentationPresentationPageLayoutName
           
protected  String stylePageMasterName
           
 
Constructor Summary
StyleHandoutMaster()
           
 
Method Summary
 List<Object> getDrawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape()
          Gets the value of the drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape property.
 String getDrawStyleName()
          Gets the value of the drawStyleName property.
 String getPresentationPresentationPageLayoutName()
          Gets the value of the presentationPresentationPageLayoutName property.
 String getStylePageMasterName()
          Gets the value of the stylePageMasterName property.
 void setDrawStyleName(String value)
          Sets the value of the drawStyleName property.
 void setPresentationPresentationPageLayoutName(String value)
          Sets the value of the presentationPresentationPageLayoutName property.
 void setStylePageMasterName(String value)
          Sets the value of the stylePageMasterName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape

protected List<Object> drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape

drawStyleName

protected String drawStyleName

presentationPresentationPageLayoutName

protected String presentationPresentationPageLayoutName

stylePageMasterName

protected String stylePageMasterName
Constructor Detail

StyleHandoutMaster

public StyleHandoutMaster()
Method Detail

getDrawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape

public List<Object> getDrawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape()
Gets the value of the drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape 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 drawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape property.

For example, to add a new item, do as follows:

 getDrawRectOrDrawLineOrDrawPolylineOrDrawPolygonOrDrawPathOrDrawCircleOrDrawEllipseOrDrawGOrDrawPageThumbnailOrDrawTextBoxOrDrawImageOrDrawObjectOrDrawObjectOleOrDrawAppletOrDrawFloatingFrameOrDrawPluginOrDrawMeasureOrDrawCaptionOrDrawConnectorOrChartChartOrDr3DSceneOrDrawControlOrDrawCustomShape()
         .add(newItem);
 

Objects of the following type(s) are allowed in the list DrawRect DrawLine DrawPolyline DrawPolygon DrawPath DrawCircle DrawEllipse DrawG DrawPageThumbnail DrawTextBox DrawImage DrawObject DrawObjectOle DrawApplet DrawFloatingFrame DrawPlugin DrawMeasure DrawCaption DrawConnector ChartChart Dr3DScene DrawControl DrawCustomShape


getDrawStyleName

public String getDrawStyleName()
Gets the value of the drawStyleName property.

Returns:
possible object is String

getPresentationPresentationPageLayoutName

public String getPresentationPresentationPageLayoutName()
Gets the value of the presentationPresentationPageLayoutName property.

Returns:
possible object is String

getStylePageMasterName

public String getStylePageMasterName()
Gets the value of the stylePageMasterName property.

Returns:
possible object is String

setDrawStyleName

public void setDrawStyleName(String value)
Sets the value of the drawStyleName property.

Parameters:
value - allowed object is String

setPresentationPresentationPageLayoutName

public void setPresentationPresentationPageLayoutName(String value)
Sets the value of the presentationPresentationPageLayoutName property.

Parameters:
value - allowed object is String

setStylePageMasterName

public void setStylePageMasterName(String value)
Sets the value of the stylePageMasterName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.