Class CTFtnProps

java.lang.Object
org.docx4j.wml.CTFtnProps
All Implemented Interfaces:
Child
Direct Known Subclasses:
CTFtnDocProps

public class CTFtnProps
extends java.lang.Object
implements Child

Java class for CT_FtnProps complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_FtnProps">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pos" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FtnPos" minOccurs="0"/>
         <element name="numFmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_NumFmt" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_FtnEdnNumProps" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected NumFmt numFmt  
    protected CTNumRestart numRestart  
    protected CTEdnProps.NumStart numStart  
    protected CTFtnPos pos  
  • Constructor Summary

    Constructors
    Constructor Description
    CTFtnProps()  
  • 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.
    NumFmt getNumFmt()
    Gets the value of the numFmt property.
    CTNumRestart getNumRestart()
    Gets the value of the numRestart property.
    CTEdnProps.NumStart getNumStart()
    Gets the value of the numStart property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    CTFtnPos getPos()
    Gets the value of the pos property.
    void setNumFmt​(NumFmt value)
    Sets the value of the numFmt property.
    void setNumRestart​(CTNumRestart value)
    Sets the value of the numRestart property.
    void setNumStart​(CTEdnProps.NumStart value)
    Sets the value of the numStart property.
    void setParent​(java.lang.Object parent)  
    void setPos​(CTFtnPos value)
    Sets the value of the pos property.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • CTFtnProps

      public CTFtnProps()
  • Method Details

    • getPos

      public CTFtnPos getPos()
      Gets the value of the pos property.
      Returns:
      possible object is CTFtnPos
    • setPos

      public void setPos​(CTFtnPos value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is CTFtnPos
    • getNumFmt

      public NumFmt getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is NumFmt
    • setNumFmt

      public void setNumFmt​(NumFmt value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is NumFmt
    • getNumStart

      public CTEdnProps.NumStart getNumStart()
      Gets the value of the numStart property.
      Returns:
      possible object is CTEdnProps.NumStart
    • setNumStart

      public void setNumStart​(CTEdnProps.NumStart value)
      Sets the value of the numStart property.
      Parameters:
      value - allowed object is CTEdnProps.NumStart
    • getNumRestart

      public CTNumRestart getNumRestart()
      Gets the value of the numRestart property.
      Returns:
      possible object is CTNumRestart
    • setNumRestart

      public void setNumRestart​(CTNumRestart value)
      Sets the value of the numRestart property.
      Parameters:
      value - allowed object is CTNumRestart
    • 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.