Package org.pptx4j.pml
Class ViewPr
java.lang.Object
org.pptx4j.pml.ViewPr
- All Implemented Interfaces:
Child
public class ViewPr extends java.lang.Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="normalViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NormalViewProperties" minOccurs="0"/>
<element name="slideViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideViewProperties" minOccurs="0"/>
<element name="outlineViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OutlineViewProperties" minOccurs="0"/>
<element name="notesTextViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NotesTextViewProperties" minOccurs="0"/>
<element name="sorterViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_SlideSorterViewProperties" minOccurs="0"/>
<element name="notesViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NotesViewProperties" minOccurs="0"/>
<element name="gridSpacing" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PositiveSize2D" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="lastView" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_ViewType" default="sldView" />
<attribute name="showComments" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected CTPositiveSize2DgridSpacingprotected STViewTypelastViewprotected CTNormalViewPropertiesnormalViewPrprotected CTNotesTextViewPropertiesnotesTextViewPrprotected CTNotesViewPropertiesnotesViewPrprotected CTOutlineViewPropertiesoutlineViewPrprotected java.lang.BooleanshowCommentsprotected CTSlideViewPropertiesslideViewPrprotected CTSlideSorterViewPropertiessorterViewPr -
Constructor Summary
Constructors Constructor Description ViewPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTExtensionListgetExtLst()Gets the value of the extLst property.CTPositiveSize2DgetGridSpacing()Gets the value of the gridSpacing property.STViewTypegetLastView()Gets the value of the lastView property.CTNormalViewPropertiesgetNormalViewPr()Gets the value of the normalViewPr property.CTNotesTextViewPropertiesgetNotesTextViewPr()Gets the value of the notesTextViewPr property.CTNotesViewPropertiesgetNotesViewPr()Gets the value of the notesViewPr property.CTOutlineViewPropertiesgetOutlineViewPr()Gets the value of the outlineViewPr property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTSlideViewPropertiesgetSlideViewPr()Gets the value of the slideViewPr property.CTSlideSorterViewPropertiesgetSorterViewPr()Gets the value of the sorterViewPr property.booleanisShowComments()Gets the value of the showComments property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetGridSpacing(CTPositiveSize2D value)Sets the value of the gridSpacing property.voidsetLastView(STViewType value)Sets the value of the lastView property.voidsetNormalViewPr(CTNormalViewProperties value)Sets the value of the normalViewPr property.voidsetNotesTextViewPr(CTNotesTextViewProperties value)Sets the value of the notesTextViewPr property.voidsetNotesViewPr(CTNotesViewProperties value)Sets the value of the notesViewPr property.voidsetOutlineViewPr(CTOutlineViewProperties value)Sets the value of the outlineViewPr property.voidsetParent(java.lang.Object parent)voidsetShowComments(java.lang.Boolean value)Sets the value of the showComments property.voidsetSlideViewPr(CTSlideViewProperties value)Sets the value of the slideViewPr property.voidsetSorterViewPr(CTSlideSorterViewProperties value)Sets the value of the sorterViewPr property.
-
Field Details
-
normalViewPr
-
slideViewPr
-
outlineViewPr
-
notesTextViewPr
-
sorterViewPr
-
notesViewPr
-
gridSpacing
-
extLst
-
lastView
-
showComments
protected java.lang.Boolean showComments
-
-
Constructor Details
-
ViewPr
public ViewPr()
-
-
Method Details
-
getNormalViewPr
Gets the value of the normalViewPr property.- Returns:
- possible object is
CTNormalViewProperties
-
setNormalViewPr
Sets the value of the normalViewPr property.- Parameters:
value- allowed object isCTNormalViewProperties
-
getSlideViewPr
Gets the value of the slideViewPr property.- Returns:
- possible object is
CTSlideViewProperties
-
setSlideViewPr
Sets the value of the slideViewPr property.- Parameters:
value- allowed object isCTSlideViewProperties
-
getOutlineViewPr
Gets the value of the outlineViewPr property.- Returns:
- possible object is
CTOutlineViewProperties
-
setOutlineViewPr
Sets the value of the outlineViewPr property.- Parameters:
value- allowed object isCTOutlineViewProperties
-
getNotesTextViewPr
Gets the value of the notesTextViewPr property.- Returns:
- possible object is
CTNotesTextViewProperties
-
setNotesTextViewPr
Sets the value of the notesTextViewPr property.- Parameters:
value- allowed object isCTNotesTextViewProperties
-
getSorterViewPr
Gets the value of the sorterViewPr property.- Returns:
- possible object is
CTSlideSorterViewProperties
-
setSorterViewPr
Sets the value of the sorterViewPr property.- Parameters:
value- allowed object isCTSlideSorterViewProperties
-
getNotesViewPr
Gets the value of the notesViewPr property.- Returns:
- possible object is
CTNotesViewProperties
-
setNotesViewPr
Sets the value of the notesViewPr property.- Parameters:
value- allowed object isCTNotesViewProperties
-
getGridSpacing
Gets the value of the gridSpacing property.- Returns:
- possible object is
CTPositiveSize2D
-
setGridSpacing
Sets the value of the gridSpacing property.- Parameters:
value- allowed object isCTPositiveSize2D
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getLastView
Gets the value of the lastView property.- Returns:
- possible object is
STViewType
-
setLastView
Sets the value of the lastView property.- Parameters:
value- allowed object isSTViewType
-
isShowComments
public boolean isShowComments()Gets the value of the showComments property.- Returns:
- possible object is
Boolean
-
setShowComments
public void setShowComments(java.lang.Boolean value)Sets the value of the showComments property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-