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>