Class Properties

java.lang.Object
org.docx4j.docProps.extended.Properties

public class Properties extends 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">
       <all>
         <element name="Template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Manager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Pages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Words" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Characters" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PresentationFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Lines" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Paragraphs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Slides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="HiddenSlides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MMClips" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ScaleCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="HeadingPairs" minOccurs="0">
           <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>
         </element>
         <element name="TitlesOfParts" minOccurs="0">
           <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>
         </element>
         <element name="LinksUpToDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CharactersWithSpaces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SharedDoc" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="HyperlinkBase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HLinks" minOccurs="0">
           <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>
         </element>
         <element name="HyperlinksChanged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DigSig" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}blob"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AppVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocSecurity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Properties

      public Properties()
  • Method Details

    • getTemplate

      public String getTemplate()
      Gets the value of the template property.
      Returns:
      possible object is String
    • setTemplate

      public void setTemplate(String value)
      Sets the value of the template property.
      Parameters:
      value - allowed object is String
    • getManager

      public String getManager()
      Gets the value of the manager property.
      Returns:
      possible object is String
    • setManager

      public void setManager(String value)
      Sets the value of the manager property.
      Parameters:
      value - allowed object is String
    • getCompany

      public String getCompany()
      Gets the value of the company property.
      Returns:
      possible object is String
    • setCompany

      public void setCompany(String value)
      Sets the value of the company property.
      Parameters:
      value - allowed object is String
    • getPages

      public Integer getPages()
      Gets the value of the pages property.
      Returns:
      possible object is Integer
    • setPages

      public void setPages(Integer value)
      Sets the value of the pages property.
      Parameters:
      value - allowed object is Integer
    • getWords

      public Integer getWords()
      Gets the value of the words property.
      Returns:
      possible object is Integer
    • setWords

      public void setWords(Integer value)
      Sets the value of the words property.
      Parameters:
      value - allowed object is Integer
    • getCharacters

      public Integer getCharacters()
      Gets the value of the characters property.
      Returns:
      possible object is Integer
    • setCharacters

      public void setCharacters(Integer value)
      Sets the value of the characters property.
      Parameters:
      value - allowed object is Integer
    • getPresentationFormat

      public String getPresentationFormat()
      Gets the value of the presentationFormat property.
      Returns:
      possible object is String
    • setPresentationFormat

      public void setPresentationFormat(String value)
      Sets the value of the presentationFormat property.
      Parameters:
      value - allowed object is String
    • getLines

      public Integer getLines()
      Gets the value of the lines property.
      Returns:
      possible object is Integer
    • setLines

      public void setLines(Integer value)
      Sets the value of the lines property.
      Parameters:
      value - allowed object is Integer
    • getParagraphs

      public Integer getParagraphs()
      Gets the value of the paragraphs property.
      Returns:
      possible object is Integer
    • setParagraphs

      public void setParagraphs(Integer value)
      Sets the value of the paragraphs property.
      Parameters:
      value - allowed object is Integer
    • getSlides

      public Integer getSlides()
      Gets the value of the slides property.
      Returns:
      possible object is Integer
    • setSlides

      public void setSlides(Integer value)
      Sets the value of the slides property.
      Parameters:
      value - allowed object is Integer
    • getNotes

      public Integer getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is Integer
    • setNotes

      public void setNotes(Integer value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is Integer
    • getTotalTime

      public Integer getTotalTime()
      Gets the value of the totalTime property.
      Returns:
      possible object is Integer
    • setTotalTime

      public void setTotalTime(Integer value)
      Sets the value of the totalTime property.
      Parameters:
      value - allowed object is Integer
    • getHiddenSlides

      public Integer getHiddenSlides()
      Gets the value of the hiddenSlides property.
      Returns:
      possible object is Integer
    • setHiddenSlides

      public void setHiddenSlides(Integer value)
      Sets the value of the hiddenSlides property.
      Parameters:
      value - allowed object is Integer
    • getMMClips

      public Integer getMMClips()
      Gets the value of the mmClips property.
      Returns:
      possible object is Integer
    • setMMClips

      public void setMMClips(Integer value)
      Sets the value of the mmClips property.
      Parameters:
      value - allowed object is Integer
    • isScaleCrop

      public Boolean isScaleCrop()
      Gets the value of the scaleCrop property.
      Returns:
      possible object is Boolean
    • setScaleCrop

      public void setScaleCrop(Boolean value)
      Sets the value of the scaleCrop property.
      Parameters:
      value - allowed object is Boolean
    • getHeadingPairs

      public Properties.HeadingPairs getHeadingPairs()
      Gets the value of the headingPairs property.
      Returns:
      possible object is Properties.HeadingPairs
    • setHeadingPairs

      public void setHeadingPairs(Properties.HeadingPairs value)
      Sets the value of the headingPairs property.
      Parameters:
      value - allowed object is Properties.HeadingPairs
    • getTitlesOfParts

      public Properties.TitlesOfParts getTitlesOfParts()
      Gets the value of the titlesOfParts property.
      Returns:
      possible object is Properties.TitlesOfParts
    • setTitlesOfParts

      public void setTitlesOfParts(Properties.TitlesOfParts value)
      Sets the value of the titlesOfParts property.
      Parameters:
      value - allowed object is Properties.TitlesOfParts
    • isLinksUpToDate

      public Boolean isLinksUpToDate()
      Gets the value of the linksUpToDate property.
      Returns:
      possible object is Boolean
    • setLinksUpToDate

      public void setLinksUpToDate(Boolean value)
      Sets the value of the linksUpToDate property.
      Parameters:
      value - allowed object is Boolean
    • getCharactersWithSpaces

      public Integer getCharactersWithSpaces()
      Gets the value of the charactersWithSpaces property.
      Returns:
      possible object is Integer
    • setCharactersWithSpaces

      public void setCharactersWithSpaces(Integer value)
      Sets the value of the charactersWithSpaces property.
      Parameters:
      value - allowed object is Integer
    • isSharedDoc

      public Boolean isSharedDoc()
      Gets the value of the sharedDoc property.
      Returns:
      possible object is Boolean
    • setSharedDoc

      public void setSharedDoc(Boolean value)
      Sets the value of the sharedDoc property.
      Parameters:
      value - allowed object is Boolean
    • getHyperlinkBase

      public String getHyperlinkBase()
      Gets the value of the hyperlinkBase property.
      Returns:
      possible object is String
    • setHyperlinkBase

      public void setHyperlinkBase(String value)
      Sets the value of the hyperlinkBase property.
      Parameters:
      value - allowed object is String
    • getHLinks

      public Properties.HLinks getHLinks()
      Gets the value of the hLinks property.
      Returns:
      possible object is Properties.HLinks
    • setHLinks

      public void setHLinks(Properties.HLinks value)
      Sets the value of the hLinks property.
      Parameters:
      value - allowed object is Properties.HLinks
    • isHyperlinksChanged

      public Boolean isHyperlinksChanged()
      Gets the value of the hyperlinksChanged property.
      Returns:
      possible object is Boolean
    • setHyperlinksChanged

      public void setHyperlinksChanged(Boolean value)
      Sets the value of the hyperlinksChanged property.
      Parameters:
      value - allowed object is Boolean
    • getDigSig

      public Properties.DigSig getDigSig()
      Gets the value of the digSig property.
      Returns:
      possible object is Properties.DigSig
    • setDigSig

      public void setDigSig(Properties.DigSig value)
      Sets the value of the digSig property.
      Parameters:
      value - allowed object is Properties.DigSig
    • getApplication

      public String getApplication()
      Gets the value of the application property.
      Returns:
      possible object is String
    • setApplication

      public void setApplication(String value)
      Sets the value of the application property.
      Parameters:
      value - allowed object is String
    • getAppVersion

      public String getAppVersion()
      Gets the value of the appVersion property.
      Returns:
      possible object is String
    • setAppVersion

      public void setAppVersion(String value)
      Sets the value of the appVersion property.
      Parameters:
      value - allowed object is String
    • getDocSecurity

      public Integer getDocSecurity()
      Gets the value of the docSecurity property.
      Returns:
      possible object is Integer
    • setDocSecurity

      public void setDocSecurity(Integer value)
      Sets the value of the docSecurity property.
      Parameters:
      value - allowed object is Integer