Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdStyledObject

    • Constructor Detail

      • OdStyledObject

        public OdStyledObject(OdObject parent)

        Initializes a new instance of the OdStyledObject class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getStyle

        public OdGraphicStyle getStyle()

        Gets or sets the style.

        Returns:
        The style.
      • setStyle

        public void setStyle(OdGraphicStyle value)

        Gets or sets the style.

        Parameters:
        value - The style.
      • getRectangle

        public RectangleF getRectangle()

        Gets or sets the rectangle.

        Returns:
        The rectangle.
      • setRectangle

        public void setRectangle(RectangleF value)

        Gets or sets the rectangle.

        Parameters:
        value - The rectangle.