java.lang.Object
org.docx4j.com.microsoft.schemas.office.webextensions.taskpanes_2010_11.CTOsfTaskpane
All Implemented Interfaces:
Child

public class CTOsfTaskpane extends 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 Details

  • Constructor Details

    • CTOsfTaskpane

      public CTOsfTaskpane()
  • Method Details

    • getWebextensionref

      public CTWebExtensionPartRef getWebextensionref()
      Gets the value of the webextensionref property.
      Returns:
      possible object is CTWebExtensionPartRef
    • setWebextensionref

      public void setWebextensionref(CTWebExtensionPartRef value)
      Sets the value of the webextensionref property.
      Parameters:
      value - allowed object is CTWebExtensionPartRef
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getDockstate

      public String getDockstate()
      Gets the value of the dockstate property.
      Returns:
      possible object is String
    • setDockstate

      public void setDockstate(String value)
      Sets the value of the dockstate property.
      Parameters:
      value - allowed object is String
    • 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(Boolean value)
      Sets the value of the locked property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.