Class PdfProperties
java.lang.Object
com.polarion.alm.ws.client.types.tracker.PdfProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPdfProperties
(String paperSize, String orientation, boolean fitToPageWidth, boolean generateBookmarks, boolean includeHeaderFooter, boolean repeatTableHeaders) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the orientation value for this PdfProperties.Gets the paperSize value for this PdfProperties.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectint
hashCode()
boolean
Gets the fitToPageWidth value for this PdfProperties.boolean
Gets the generateBookmarks value for this PdfProperties.boolean
Gets the includeHeaderFooter value for this PdfProperties.boolean
Gets the repeatTableHeaders value for this PdfProperties.void
setFitToPageWidth
(boolean fitToPageWidth) Sets the fitToPageWidth value for this PdfProperties.void
setGenerateBookmarks
(boolean generateBookmarks) Sets the generateBookmarks value for this PdfProperties.void
setIncludeHeaderFooter
(boolean includeHeaderFooter) Sets the includeHeaderFooter value for this PdfProperties.void
setOrientation
(String orientation) Sets the orientation value for this PdfProperties.void
setPaperSize
(String paperSize) Sets the paperSize value for this PdfProperties.void
setRepeatTableHeaders
(boolean repeatTableHeaders) Sets the repeatTableHeaders value for this PdfProperties.
-
Constructor Details
-
PdfProperties
public PdfProperties() -
PdfProperties
-
-
Method Details
-
getPaperSize
Gets the paperSize value for this PdfProperties.- Returns:
- paperSize
-
setPaperSize
Sets the paperSize value for this PdfProperties.- Parameters:
paperSize
-
-
getOrientation
Gets the orientation value for this PdfProperties.- Returns:
- orientation
-
setOrientation
Sets the orientation value for this PdfProperties.- Parameters:
orientation
-
-
isFitToPageWidth
public boolean isFitToPageWidth()Gets the fitToPageWidth value for this PdfProperties.- Returns:
- fitToPageWidth
-
setFitToPageWidth
public void setFitToPageWidth(boolean fitToPageWidth) Sets the fitToPageWidth value for this PdfProperties.- Parameters:
fitToPageWidth
-
-
isGenerateBookmarks
public boolean isGenerateBookmarks()Gets the generateBookmarks value for this PdfProperties.- Returns:
- generateBookmarks
-
setGenerateBookmarks
public void setGenerateBookmarks(boolean generateBookmarks) Sets the generateBookmarks value for this PdfProperties.- Parameters:
generateBookmarks
-
-
isRepeatTableHeaders
public boolean isRepeatTableHeaders()Gets the repeatTableHeaders value for this PdfProperties.- Returns:
- repeatTableHeaders
-
setRepeatTableHeaders
public void setRepeatTableHeaders(boolean repeatTableHeaders) Sets the repeatTableHeaders value for this PdfProperties.- Parameters:
repeatTableHeaders
-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-