Class Properties

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

public class Properties
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">
       <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

    • template

      protected java.lang.String template
    • manager

      protected java.lang.String manager
    • company

      protected java.lang.String company
    • pages

      protected java.lang.Integer pages
    • words

      protected java.lang.Integer words
    • characters

      protected java.lang.Integer characters
    • presentationFormat

      protected java.lang.String presentationFormat
    • lines

      protected java.lang.Integer lines
    • paragraphs

      protected java.lang.Integer paragraphs
    • slides

      protected java.lang.Integer slides
    • notes

      protected java.lang.Integer notes
    • totalTime

      protected java.lang.Integer totalTime
    • hiddenSlides

      protected java.lang.Integer hiddenSlides
    • mmClips

      protected java.lang.Integer mmClips
    • scaleCrop

      protected java.lang.Boolean scaleCrop
    • headingPairs

      protected Properties.HeadingPairs headingPairs
    • titlesOfParts

      protected Properties.TitlesOfParts titlesOfParts
    • linksUpToDate

      protected java.lang.Boolean linksUpToDate
    • charactersWithSpaces

      protected java.lang.Integer charactersWithSpaces
    • sharedDoc

      protected java.lang.Boolean sharedDoc
    • hyperlinkBase

      protected java.lang.String hyperlinkBase
    • hyperlinksChanged

      protected java.lang.Boolean hyperlinksChanged
    • digSig

      protected Properties.DigSig digSig
    • application

      protected java.lang.String application
    • appVersion

      protected java.lang.String appVersion
    • docSecurity

      protected java.lang.Integer docSecurity
  • Constructor Details

    • Properties

      public Properties()
  • Method Details

    • getTemplate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setScaleCrop​(java.lang.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 java.lang.Boolean isLinksUpToDate()
      Gets the value of the linksUpToDate property.
      Returns:
      possible object is Boolean
    • setLinksUpToDate

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

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

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

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

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

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

      public void setHyperlinkBase​(java.lang.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 java.lang.Boolean isHyperlinksChanged()
      Gets the value of the hyperlinksChanged property.
      Returns:
      possible object is Boolean
    • setHyperlinksChanged

      public void setHyperlinksChanged​(java.lang.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 java.lang.String getApplication()
      Gets the value of the application property.
      Returns:
      possible object is String
    • setApplication

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

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

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

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

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