Class CTOsfTaskpane
java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.taskpanes_2010_11.CTOsfTaskpane
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdockstateprotected CTOfficeArtExtensionListextLstprotected java.lang.Booleanlockedprotected longrowprotected booleanvisibilityprotected CTWebExtensionPartRefwebextensionrefprotected doublewidth -
Constructor Summary
Constructors Constructor Description CTOsfTaskpane() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetDockstate()Gets the value of the dockstate property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.longgetRow()Gets the value of the row property.CTWebExtensionPartRefgetWebextensionref()Gets the value of the webextensionref property.doublegetWidth()Gets the value of the width property.booleanisLocked()Gets the value of the locked property.booleanisVisibility()Gets the value of the visibility property.voidsetDockstate(java.lang.String value)Sets the value of the dockstate property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetLocked(java.lang.Boolean value)Sets the value of the locked property.voidsetParent(java.lang.Object parent)voidsetRow(long value)Sets the value of the row property.voidsetVisibility(boolean value)Sets the value of the visibility property.voidsetWebextensionref(CTWebExtensionPartRef value)Sets the value of the webextensionref property.voidsetWidth(double value)Sets the value of the width property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
webextensionref
-
extLst
-
dockstate
protected java.lang.String dockstate -
visibility
protected boolean visibility -
width
protected double width -
row
protected long row -
locked
protected java.lang.Boolean locked
-
-
Constructor Details
-
CTOsfTaskpane
public CTOsfTaskpane()
-
-
Method Details
-
getWebextensionref
Gets the value of the webextensionref property.- Returns:
- possible object is
CTWebExtensionPartRef
-
setWebextensionref
Sets the value of the webextensionref property.- Parameters:
value- allowed object isCTWebExtensionPartRef
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getDockstate
public java.lang.String getDockstate()Gets the value of the dockstate property.- Returns:
- possible object is
String
-
setDockstate
public void setDockstate(java.lang.String value)Sets the value of the dockstate property.- Parameters:
value- allowed object isString
-
isVisibility
public boolean isVisibility()Gets the value of the visibility property. -
setVisibility
public void setVisibility(boolean value)Sets the value of the visibility property. -
getWidth
public double getWidth()Gets the value of the width property. -
setWidth
public void setWidth(double value)Sets the value of the width property. -
getRow
public long getRow()Gets the value of the row property. -
setRow
public void setRow(long value)Sets the value of the row property. -
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
public void setLocked(java.lang.Boolean value)Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-