com.aspose.pdf.facades

Class LineInfo



  • public final class LineInfo
    extends Object

    Represents the information of line.

    • Constructor Detail

      • LineInfo

        public LineInfo()
    • Method Detail

      • getVerticeCoordinate

        public float[] getVerticeCoordinate()

        Gets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.

        Returns:
        array of float value
      • setVerticeCoordinate

        public void setVerticeCoordinate(float[] value)

        Sets an array of numbers representing the alternating horizontal and vertical,coordinates, respectively, of each vertex.

        Parameters:
        value - array of float value
      • getLineColor

        public Color getLineColor()

        Gets the color of a line.

        Returns:
        Color element
      • setLineColor

        public void setLineColor(Color value)

        Sets the color of a line.

        Parameters:
        value - Color element
      • getLineWidth

        public int getLineWidth()

        Gets or sets the width of a line.

        Returns:
        int value
      • setLineWidth

        public void setLineWidth(int value)

        Sets the width of a line.

        Parameters:
        value - int value
      • getVisibility

        public boolean getVisibility()

        Gets the visibility of a line.

        Returns:
        boolean value
      • setVisibility

        public void setVisibility(boolean value)

        Sets the visibility of a line.

        Parameters:
        value - boolean value
      • getLineDashPattern

        public int[] getLineDashPattern()

        Gets the dash pattern of a line.

        Returns:
        array of int value
      • setLineDashPattern

        public void setLineDashPattern(int[] value)

        Sets the dash pattern of a line.

        Parameters:
        value - array of int value
      • getBorderStyle

        public int getBorderStyle()

        Gets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.

        Returns:
        int value
      • setBorderStyle

        public void setBorderStyle(int value)

        Sets the border style of a line, 0 represents solid, 1 represents dashed, 2 represents beleved, 3 represents insert, 4 represents underline.

        Parameters:
        value - int value