public class CTNormalViewProperties extends Object
Java class for CT_NormalViewProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NormalViewProperties"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="restoredLeft" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NormalViewPortion"/> <element name="restoredTop" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NormalViewPortion"/> <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="showOutlineIcons" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="snapVertSplitter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="vertBarState" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_SplitterBarState" default="restored" /> <attribute name="horzBarState" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_SplitterBarState" default="restored" /> <attribute name="preferSingleView" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTExtensionList |
extLst |
protected STSplitterBarState |
horzBarState |
protected Boolean |
preferSingleView |
protected CTNormalViewPortion |
restoredLeft |
protected CTNormalViewPortion |
restoredTop |
protected Boolean |
showOutlineIcons |
protected Boolean |
snapVertSplitter |
protected STSplitterBarState |
vertBarState |
Constructor and Description |
---|
CTNormalViewProperties() |
Modifier and Type | Method and Description |
---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
STSplitterBarState |
getHorzBarState()
Gets the value of the horzBarState property.
|
CTNormalViewPortion |
getRestoredLeft()
Gets the value of the restoredLeft property.
|
CTNormalViewPortion |
getRestoredTop()
Gets the value of the restoredTop property.
|
STSplitterBarState |
getVertBarState()
Gets the value of the vertBarState property.
|
boolean |
isPreferSingleView()
Gets the value of the preferSingleView property.
|
boolean |
isShowOutlineIcons()
Gets the value of the showOutlineIcons property.
|
boolean |
isSnapVertSplitter()
Gets the value of the snapVertSplitter property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHorzBarState(STSplitterBarState value)
Sets the value of the horzBarState property.
|
void |
setPreferSingleView(Boolean value)
Sets the value of the preferSingleView property.
|
void |
setRestoredLeft(CTNormalViewPortion value)
Sets the value of the restoredLeft property.
|
void |
setRestoredTop(CTNormalViewPortion value)
Sets the value of the restoredTop property.
|
void |
setShowOutlineIcons(Boolean value)
Sets the value of the showOutlineIcons property.
|
void |
setSnapVertSplitter(Boolean value)
Sets the value of the snapVertSplitter property.
|
void |
setVertBarState(STSplitterBarState value)
Sets the value of the vertBarState property.
|
protected CTNormalViewPortion restoredLeft
protected CTNormalViewPortion restoredTop
protected CTExtensionList extLst
protected Boolean showOutlineIcons
protected Boolean snapVertSplitter
protected STSplitterBarState vertBarState
protected STSplitterBarState horzBarState
protected Boolean preferSingleView
public CTNormalViewPortion getRestoredLeft()
CTNormalViewPortion
public void setRestoredLeft(CTNormalViewPortion value)
value
- allowed object is
CTNormalViewPortion
public CTNormalViewPortion getRestoredTop()
CTNormalViewPortion
public void setRestoredTop(CTNormalViewPortion value)
value
- allowed object is
CTNormalViewPortion
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public boolean isShowOutlineIcons()
Boolean
public void setShowOutlineIcons(Boolean value)
value
- allowed object is
Boolean
public boolean isSnapVertSplitter()
Boolean
public void setSnapVertSplitter(Boolean value)
value
- allowed object is
Boolean
public STSplitterBarState getVertBarState()
STSplitterBarState
public void setVertBarState(STSplitterBarState value)
value
- allowed object is
STSplitterBarState
public STSplitterBarState getHorzBarState()
STSplitterBarState
public void setHorzBarState(STSplitterBarState value)
value
- allowed object is
STSplitterBarState
public boolean isPreferSingleView()
Boolean
Copyright © 2007-2018. All Rights Reserved.