Package org.pptx4j.pml
Class ViewPr
java.lang.Object
org.pptx4j.pml.ViewPr
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected CTPositiveSize2Dprotected STViewTypeprotected CTNormalViewPropertiesprotected CTNotesTextViewPropertiesprotected CTNotesViewPropertiesprotected CTOutlineViewPropertiesprotected Booleanprotected CTSlideViewPropertiesprotected CTSlideSorterViewProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the extLst property.Gets the value of the gridSpacing property.Gets the value of the lastView property.Gets the value of the normalViewPr property.Gets the value of the notesTextViewPr property.Gets the value of the notesViewPr property.Gets the value of the outlineViewPr property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the slideViewPr property.Gets the value of the sorterViewPr property.booleanGets 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.voidSets the value of the normalViewPr property.voidSets the value of the notesTextViewPr property.voidSets the value of the notesViewPr property.voidSets the value of the outlineViewPr property.voidvoidsetShowComments(Boolean value) Sets the value of the showComments property.voidSets the value of the slideViewPr property.voidSets the value of the sorterViewPr property.
-
Field Details
-
normalViewPr
-
slideViewPr
-
outlineViewPr
-
notesTextViewPr
-
sorterViewPr
-
notesViewPr
-
gridSpacing
-
extLst
-
lastView
-
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
Sets the value of the showComments property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-