Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrListObjects

    • Constructor Detail

      • CdrListObjects

        public CdrListObjects()
    • Method Detail

      • getPageWidth

        public final double getPageWidth()

        Gets the width of the page.

        Returns:
        the width of the page.
      • setPageWidth

        public final void setPageWidth(double value)

        Sets the width of the page.

        Parameters:
        value - the width of the page.
      • getPageHeight

        public final double getPageHeight()

        Gets the height of the page.

        Returns:
        the height of the page.
      • setPageHeight

        public final void setPageHeight(double value)

        Sets the height of the page.

        Parameters:
        value - the height of the page.
      • getFillId

        public final int getFillId()

        Gets the fill identifier.

        Returns:
        the fill identifier.
      • setFillId

        public final void setFillId(int value)

        Sets the fill identifier.

        Parameters:
        value - the fill identifier.
      • getOutLineId

        public final int getOutLineId()

        Gets the out line identifier.

        Returns:
        the out line identifier.
      • setOutLineId

        public final void setOutLineId(int value)

        Sets the out line identifier.

        Parameters:
        value - the out line identifier.
      • getStyleId

        public final int getStyleId()

        Gets the style identifier.

        Returns:
        the style identifier.
      • setStyleId

        public final void setStyleId(int value)

        Sets the style identifier.

        Parameters:
        value - the style identifier.
      • getOpacity

        public final double getOpacity()

        Gets the opacity.

        Returns:
        the opacity.
      • setOpacity

        public final void setOpacity(double value)

        Sets the opacity.

        Parameters:
        value - the opacity.