Class Properties.HeadingPairs

java.lang.Object
org.docx4j.docProps.extended.Properties.HeadingPairs
Enclosing class:
Properties

public static class Properties.HeadingPairs
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Vector vector  
  • Constructor Summary

    Constructors
    Constructor Description
    HeadingPairs()  
  • Method Summary

    Modifier and Type Method Description
    Vector getVector()
    Vector
    void setVector​(Vector value)
    Sets the value of the vector property.

    Methods inherited from class java.lang.Object

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

    • vector

      protected Vector vector
  • Constructor Details

    • HeadingPairs

      public HeadingPairs()
  • Method Details

    • getVector

      public Vector getVector()
      Vector
      Returns:
      possible object is Vector
    • setVector

      public void setVector​(Vector value)
      Sets the value of the vector property.
      Parameters:
      value - allowed object is Vector