Packages

 

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

Class OdMarker

    • Constructor Detail

      • OdMarker

        public OdMarker(OdObject parent)

        Initializes a new instance of the OdMarker class.

        Parameters:
        parent - The parent.
    • Method Detail

      • 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.
      • getPathCommands

        public OdGraphicObject[] getPathCommands()

        Gets or sets the path commands.

        Returns:
        The path commands.
      • setPathCommands

        public void setPathCommands(OdGraphicObject[] value)

        Gets or sets the path commands.

        Parameters:
        value - The path commands.
      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.