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.String dockstate  
    protected CTOfficeArtExtensionList extLst  
    protected java.lang.Boolean locked  
    protected long row  
    protected boolean visibility  
    protected CTWebExtensionPartRef webextensionref  
    protected double width  
  • Constructor Summary

    Constructors
    Constructor Description
    CTOsfTaskpane()  
  • Method Summary

    Modifier and Type Method Description
    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.
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • webextensionref

      protected CTWebExtensionPartRef webextensionref
    • extLst

      protected CTOfficeArtExtensionList 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

      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 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 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​(java.lang.Boolean value)
      Sets the value of the locked property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.