Class CoverPageProperties
java.lang.Object
org.docx4j.docProps.coverPageProps.CoverPageProperties
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the abstract property.Gets the value of the companyAddress property.Gets the value of the companyEmail property.Gets the value of the companyFax property.Gets the value of the companyPhone property.Gets the value of the publishDate property.voidsetAbstract(String value) Sets the value of the abstract property.voidsetCompanyAddress(String value) Sets the value of the companyAddress property.voidsetCompanyEmail(String value) Sets the value of the companyEmail property.voidsetCompanyFax(String value) Sets the value of the companyFax property.voidsetCompanyPhone(String value) Sets the value of the companyPhone property.voidsetPublishDate(String value) Sets the value of the publishDate property.
-
Field Details
-
publishDate
-
_abstract
-
companyAddress
-
companyPhone
-
companyFax
-
companyEmail
-
-
Constructor Details
-
CoverPageProperties
public CoverPageProperties()
-
-
Method Details
-
getPublishDate
Gets the value of the publishDate property.- Returns:
- possible object is
String
-
setPublishDate
Sets the value of the publishDate property.- Parameters:
value- allowed object isString
-
getAbstract
Gets the value of the abstract property.- Returns:
- possible object is
String
-
setAbstract
Sets the value of the abstract property.- Parameters:
value- allowed object isString
-
getCompanyAddress
Gets the value of the companyAddress property.- Returns:
- possible object is
String
-
setCompanyAddress
Sets the value of the companyAddress property.- Parameters:
value- allowed object isString
-
getCompanyPhone
Gets the value of the companyPhone property.- Returns:
- possible object is
String
-
setCompanyPhone
Sets the value of the companyPhone property.- Parameters:
value- allowed object isString
-
getCompanyFax
Gets the value of the companyFax property.- Returns:
- possible object is
String
-
setCompanyFax
Sets the value of the companyFax property.- Parameters:
value- allowed object isString
-
getCompanyEmail
Gets the value of the companyEmail property.- Returns:
- possible object is
String
-
setCompanyEmail
Sets the value of the companyEmail property.- Parameters:
value- allowed object isString
-