Packages

 

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

Class OdLineTo

    • Constructor Detail

      • OdLineTo

        public OdLineTo(OdObject parent)

        Initializes a new instance of the OdLineTo class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getCoordinates

        public PointF getCoordinates()

        Gets or sets the coordinates.

        Returns:
        The coordinates.
      • setCoordinates

        public void setCoordinates(PointF value)

        Gets or sets the coordinates.

        Parameters:
        value - The coordinates.
      • getVertical

        public boolean getVertical()

        Gets or sets a value indicating whether this OdLineTo is vertical.

        Returns:
        true if vertical; otherwise, false.
      • setVertical

        public void setVertical(boolean value)

        Gets or sets a value indicating whether this OdLineTo is vertical.

        Parameters:
        value - true if vertical; otherwise, false.
      • getHorizontal

        public boolean getHorizontal()

        Gets or sets a value indicating whether this OdLineTo is vertical.

        Returns:
        true if vertical; otherwise, false.
      • setHorizontal

        public void setHorizontal(boolean value)

        Gets or sets a value indicating whether this OdLineTo is vertical.

        Parameters:
        value - true if vertical; otherwise, false.