public class ViewPr extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected CTPositiveSize2D |
gridSpacing |
protected STViewType |
lastView |
protected CTNormalViewProperties |
normalViewPr |
protected CTNotesTextViewProperties |
notesTextViewPr |
protected CTNotesViewProperties |
notesViewPr |
protected CTOutlineViewProperties |
outlineViewPr |
protected Boolean |
showComments |
protected CTSlideViewProperties |
slideViewPr |
protected CTSlideSorterViewProperties |
sorterViewPr |
| Constructor and Description |
|---|
ViewPr() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTPositiveSize2D |
getGridSpacing()
Gets the value of the gridSpacing property.
|
STViewType |
getLastView()
Gets the value of the lastView property.
|
CTNormalViewProperties |
getNormalViewPr()
Gets the value of the normalViewPr property.
|
CTNotesTextViewProperties |
getNotesTextViewPr()
Gets the value of the notesTextViewPr property.
|
CTNotesViewProperties |
getNotesViewPr()
Gets the value of the notesViewPr property.
|
CTOutlineViewProperties |
getOutlineViewPr()
Gets the value of the outlineViewPr property.
|
CTSlideViewProperties |
getSlideViewPr()
Gets the value of the slideViewPr property.
|
CTSlideSorterViewProperties |
getSorterViewPr()
Gets the value of the sorterViewPr property.
|
boolean |
isShowComments()
Gets the value of the showComments property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setGridSpacing(CTPositiveSize2D value)
Sets the value of the gridSpacing property.
|
void |
setLastView(STViewType value)
Sets the value of the lastView property.
|
void |
setNormalViewPr(CTNormalViewProperties value)
Sets the value of the normalViewPr property.
|
void |
setNotesTextViewPr(CTNotesTextViewProperties value)
Sets the value of the notesTextViewPr property.
|
void |
setNotesViewPr(CTNotesViewProperties value)
Sets the value of the notesViewPr property.
|
void |
setOutlineViewPr(CTOutlineViewProperties value)
Sets the value of the outlineViewPr property.
|
void |
setShowComments(Boolean value)
Sets the value of the showComments property.
|
void |
setSlideViewPr(CTSlideViewProperties value)
Sets the value of the slideViewPr property.
|
void |
setSorterViewPr(CTSlideSorterViewProperties value)
Sets the value of the sorterViewPr property.
|
protected CTNormalViewProperties normalViewPr
protected CTSlideViewProperties slideViewPr
protected CTOutlineViewProperties outlineViewPr
protected CTNotesTextViewProperties notesTextViewPr
protected CTSlideSorterViewProperties sorterViewPr
protected CTNotesViewProperties notesViewPr
protected CTPositiveSize2D gridSpacing
protected CTExtensionList extLst
protected STViewType lastView
protected Boolean showComments
public CTNormalViewProperties getNormalViewPr()
CTNormalViewPropertiespublic void setNormalViewPr(CTNormalViewProperties value)
value - allowed object is
CTNormalViewPropertiespublic CTSlideViewProperties getSlideViewPr()
CTSlideViewPropertiespublic void setSlideViewPr(CTSlideViewProperties value)
value - allowed object is
CTSlideViewPropertiespublic CTOutlineViewProperties getOutlineViewPr()
CTOutlineViewPropertiespublic void setOutlineViewPr(CTOutlineViewProperties value)
value - allowed object is
CTOutlineViewPropertiespublic CTNotesTextViewProperties getNotesTextViewPr()
CTNotesTextViewPropertiespublic void setNotesTextViewPr(CTNotesTextViewProperties value)
value - allowed object is
CTNotesTextViewPropertiespublic CTSlideSorterViewProperties getSorterViewPr()
CTSlideSorterViewPropertiespublic void setSorterViewPr(CTSlideSorterViewProperties value)
value - allowed object is
CTSlideSorterViewPropertiespublic CTNotesViewProperties getNotesViewPr()
CTNotesViewPropertiespublic void setNotesViewPr(CTNotesViewProperties value)
value - allowed object is
CTNotesViewPropertiespublic CTPositiveSize2D getGridSpacing()
CTPositiveSize2Dpublic void setGridSpacing(CTPositiveSize2D value)
value - allowed object is
CTPositiveSize2Dpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STViewType getLastView()
STViewTypepublic void setLastView(STViewType value)
value - allowed object is
STViewTypepublic boolean isShowComments()
BooleanCopyright © 2007-2019. All Rights Reserved.