Class CTOsfTaskpane
java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.taskpanes_2010_11.CTOsfTaskpane
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CTOfficeArtExtensionListprotected Booleanprotected longprotected booleanprotected CTWebExtensionPartRefprotected double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the dockstate property.Gets the value of the extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.longgetRow()Gets the value of the row property.Gets the value of the webextensionref property.doublegetWidth()Gets the value of the width property.booleanisLocked()Gets the value of the locked property.booleanGets the value of the visibility property.voidsetDockstate(String value) Sets the value of the dockstate property.voidSets the value of the extLst property.voidSets the value of the locked property.voidvoidsetRow(long value) Sets the value of the row property.voidsetVisibility(boolean value) Sets the value of the visibility property.voidSets the value of the webextensionref property.voidsetWidth(double value) Sets the value of the width property.
-
Field Details
-
webextensionref
-
extLst
-
dockstate
-
visibility
protected boolean visibility -
width
protected double width -
row
protected long row -
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
Gets the value of the dockstate property.- Returns:
- possible object is
String
-
setDockstate
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
Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-