Packages

 

com.aspose.imaging.fileformats.opendocument.objects.pen

Class OdPen

  • java.lang.Object
    • com.aspose.imaging.fileformats.opendocument.objects.pen.OdPen


  • public class OdPen
    extends Object

    The open document pen

    • Constructor Detail

      • OdPen

        public OdPen()
    • Method Detail

      • getPenStyle

        public final int getPenStyle()

        Gets the pen style.

        Returns:
        the pen style.
      • setPenStyle

        public final void setPenStyle(int value)

        Sets the pen style.

        Parameters:
        value - the pen style.
      • getBrush

        public final OdBrush getBrush()

        Gets the brush.

        Returns:
        the brush.
      • setBrush

        public final void setBrush(OdBrush value)

        Sets the brush.

        Parameters:
        value - the brush.
      • getWidth

        public final int getWidth()

        Gets the width.

        Returns:
        the width.
      • setWidth

        public final void setWidth(int value)

        Sets the width.

        Parameters:
        value - the width.