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()
CTNormalViewProperties
public void setNormalViewPr(CTNormalViewProperties value)
value
- allowed object is
CTNormalViewProperties
public CTSlideViewProperties getSlideViewPr()
CTSlideViewProperties
public void setSlideViewPr(CTSlideViewProperties value)
value
- allowed object is
CTSlideViewProperties
public CTOutlineViewProperties getOutlineViewPr()
CTOutlineViewProperties
public void setOutlineViewPr(CTOutlineViewProperties value)
value
- allowed object is
CTOutlineViewProperties
public CTNotesTextViewProperties getNotesTextViewPr()
CTNotesTextViewProperties
public void setNotesTextViewPr(CTNotesTextViewProperties value)
value
- allowed object is
CTNotesTextViewProperties
public CTSlideSorterViewProperties getSorterViewPr()
CTSlideSorterViewProperties
public void setSorterViewPr(CTSlideSorterViewProperties value)
value
- allowed object is
CTSlideSorterViewProperties
public CTNotesViewProperties getNotesViewPr()
CTNotesViewProperties
public void setNotesViewPr(CTNotesViewProperties value)
value
- allowed object is
CTNotesViewProperties
public CTPositiveSize2D getGridSpacing()
CTPositiveSize2D
public void setGridSpacing(CTPositiveSize2D value)
value
- allowed object is
CTPositiveSize2D
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public STViewType getLastView()
STViewType
public void setLastView(STViewType value)
value
- allowed object is
STViewType
public boolean isShowComments()
Boolean
Copyright © 2007-2013. All Rights Reserved.