com.aspose.cad.jasperreports.dxf

Class ASDxfExportParametersBean

  • All Implemented Interfaces:
    com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters, Serializable


    public class ASDxfExportParametersBean
    extends ImageExportParameters

    The Dxf file format export parameters.

    See Also:
    Serialized Form
    • Constructor Detail

      • ASDxfExportParametersBean

        public ASDxfExportParametersBean()

        Initializes a new instance of the Dxf export parameters.

    • Method Detail

      • getVersion

        public final int getVersion()
      • setVersion

        public final void setVersion(int value)
        Sets version.
        Parameters:
        value - the value
      • getRotation

        public int getRotation()
        Gets rotation.
        Returns:
        the rotation
      • setRotation

        public void setRotation(int value)
        Sets rotation.
        Parameters:
        value - the value
      • setPropertyValues

        public void setPropertyValues(Object object)
        Specified by:
        setPropertyValues in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
        Overrides:
        setPropertyValues in class ImageExportParameters