Class CoverPageProperties

java.lang.Object
org.docx4j.docProps.coverPageProps.CoverPageProperties

public class CoverPageProperties 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">
       <sequence>
         <element name="PublishDate" type="{http://schemas.microsoft.com/‌office/‌2006/‌coverPageProps}ST_PublishDate"/>
         <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyFax" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CompanyEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • publishDate

      protected String publishDate
    • _abstract

      protected String _abstract
    • companyAddress

      protected String companyAddress
    • companyPhone

      protected String companyPhone
    • companyFax

      protected String companyFax
    • companyEmail

      protected String companyEmail
  • Constructor Details

    • CoverPageProperties

      public CoverPageProperties()
  • Method Details

    • getPublishDate

      public String getPublishDate()
      Gets the value of the publishDate property.
      Returns:
      possible object is String
    • setPublishDate

      public void setPublishDate(String value)
      Sets the value of the publishDate property.
      Parameters:
      value - allowed object is String
    • getAbstract

      public String getAbstract()
      Gets the value of the abstract property.
      Returns:
      possible object is String
    • setAbstract

      public void setAbstract(String value)
      Sets the value of the abstract property.
      Parameters:
      value - allowed object is String
    • getCompanyAddress

      public String getCompanyAddress()
      Gets the value of the companyAddress property.
      Returns:
      possible object is String
    • setCompanyAddress

      public void setCompanyAddress(String value)
      Sets the value of the companyAddress property.
      Parameters:
      value - allowed object is String
    • getCompanyPhone

      public String getCompanyPhone()
      Gets the value of the companyPhone property.
      Returns:
      possible object is String
    • setCompanyPhone

      public void setCompanyPhone(String value)
      Sets the value of the companyPhone property.
      Parameters:
      value - allowed object is String
    • getCompanyFax

      public String getCompanyFax()
      Gets the value of the companyFax property.
      Returns:
      possible object is String
    • setCompanyFax

      public void setCompanyFax(String value)
      Sets the value of the companyFax property.
      Parameters:
      value - allowed object is String
    • getCompanyEmail

      public String getCompanyEmail()
      Gets the value of the companyEmail property.
      Returns:
      possible object is String
    • setCompanyEmail

      public void setCompanyEmail(String value)
      Sets the value of the companyEmail property.
      Parameters:
      value - allowed object is String