public class CTNormalViewProperties extends Object implements Child
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 |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
STSplitterBarState |
getHorzBarState()
Gets the value of the horzBarState property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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 |
setParent(Object parent) |
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()
CTNormalViewPortionpublic void setRestoredLeft(CTNormalViewPortion value)
value - allowed object is
CTNormalViewPortionpublic CTNormalViewPortion getRestoredTop()
CTNormalViewPortionpublic void setRestoredTop(CTNormalViewPortion value)
value - allowed object is
CTNormalViewPortionpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isShowOutlineIcons()
Booleanpublic void setShowOutlineIcons(Boolean value)
value - allowed object is
Booleanpublic boolean isSnapVertSplitter()
Booleanpublic void setSnapVertSplitter(Boolean value)
value - allowed object is
Booleanpublic STSplitterBarState getVertBarState()
STSplitterBarStatepublic void setVertBarState(STSplitterBarState value)
value - allowed object is
STSplitterBarStatepublic STSplitterBarState getHorzBarState()
STSplitterBarStatepublic void setHorzBarState(STSplitterBarState value)
value - allowed object is
STSplitterBarStatepublic boolean isPreferSingleView()
Booleanpublic void setPreferSingleView(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.