Class PdfProperties
java.lang.Object
com.polarion.alm.ws.client.types.tracker.PdfProperties
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPdfProperties(String paperSize, String orientation, boolean fitToPageWidth, boolean generateBookmarks, boolean includeHeaderFooter, boolean repeatTableHeaders) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(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.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()booleanGets the fitToPageWidth value for this PdfProperties.booleanGets the generateBookmarks value for this PdfProperties.booleanGets the includeHeaderFooter value for this PdfProperties.booleanGets the repeatTableHeaders value for this PdfProperties.voidsetFitToPageWidth(boolean fitToPageWidth) Sets the fitToPageWidth value for this PdfProperties.voidsetGenerateBookmarks(boolean generateBookmarks) Sets the generateBookmarks value for this PdfProperties.voidsetIncludeHeaderFooter(boolean includeHeaderFooter) Sets the includeHeaderFooter value for this PdfProperties.voidsetOrientation(String orientation) Sets the orientation value for this PdfProperties.voidsetPaperSize(String paperSize) Sets the paperSize value for this PdfProperties.voidsetRepeatTableHeaders(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
-