public class CTOsfTaskpane extends java.lang.Object implements Child
Java class for CT_OsfTaskpane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OsfTaskpane">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="webextensionref" type="{http://schemas.microsoft.com/office/webextensions/webextension/2010/11}CT_WebExtensionPartRef"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="dockstate" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visibility" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="row" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dockstate |
protected CTOfficeArtExtensionList |
extLst |
protected java.lang.Boolean |
locked |
protected long |
row |
protected boolean |
visibility |
protected CTWebExtensionPartRef |
webextensionref |
protected double |
width |
| Constructor and Description |
|---|
CTOsfTaskpane() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getDockstate()
Gets the value of the dockstate property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getRow()
Gets the value of the row property.
|
CTWebExtensionPartRef |
getWebextensionref()
Gets the value of the webextensionref property.
|
double |
getWidth()
Gets the value of the width property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
boolean |
isVisibility()
Gets the value of the visibility property.
|
void |
setDockstate(java.lang.String value)
Sets the value of the dockstate property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property.
|
void |
setParent(java.lang.Object parent) |
void |
setRow(long value)
Sets the value of the row property.
|
void |
setVisibility(boolean value)
Sets the value of the visibility property.
|
void |
setWebextensionref(CTWebExtensionPartRef value)
Sets the value of the webextensionref property.
|
void |
setWidth(double value)
Sets the value of the width property.
|
protected CTWebExtensionPartRef webextensionref
protected CTOfficeArtExtensionList extLst
protected java.lang.String dockstate
protected boolean visibility
protected double width
protected long row
protected java.lang.Boolean locked
public CTWebExtensionPartRef getWebextensionref()
CTWebExtensionPartRefpublic void setWebextensionref(CTWebExtensionPartRef value)
value - allowed object is
CTWebExtensionPartRefpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic java.lang.String getDockstate()
Stringpublic void setDockstate(java.lang.String value)
value - allowed object is
Stringpublic boolean isVisibility()
public void setVisibility(boolean value)
public double getWidth()
public void setWidth(double value)
public long getRow()
public void setRow(long value)
public boolean isLocked()
Booleanpublic void setLocked(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.