com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Row

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable


    public final class Row
    extends Object
    implements com.aspose.ms.System.ICloneable

    Represents a row of the table.

    • Constructor Detail

      • Row

        public Row()

        Initializes a new instance of the Row class.

    • Method Detail

      • deepClone

        public Object deepClone()

        Clone the row.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The cloned object
      • getBackgroundColor

        public Color getBackgroundColor()

        Gets the background color.

        Returns:
        Color value
      • setBackgroundColor

        public void setBackgroundColor(Color value)

        Sets the background color.

        Parameters:
        value - Color value
      • getBorder

        public BorderInfo getBorder()

        Gets the border.

        Returns:
        BorderInfo value
      • setBorder

        public void setBorder(BorderInfo value)

        Sets the border.

        Parameters:
        value - BorderInfo value
      • getCells

        public Cells getCells()

        Gets the getCells() of the row.

        Returns:
        getCells() value
      • setCells

        public void setCells(Cells value)

        Sets the getCells() of the row.

        Parameters:
        value - getCells() value
      • getDefaultCellBorder

        public BorderInfo getDefaultCellBorder()

        Gets default cell border;

        Returns:
        BorderInfo value
      • setDefaultCellBorder

        public void setDefaultCellBorder(BorderInfo value)

        Sets default cell border;

        Parameters:
        value - BorderInfo value
      • getMinRowHeight

        public double getMinRowHeight()

        Gets height for row;

        Returns:
        double value
      • setMinRowHeight

        public void setMinRowHeight(double value)

        Sets height for row;

        Parameters:
        value - double value
      • getFixedRowHeight

        public double getFixedRowHeight()

        Gets fixed row height - row may have fixed height;

        Returns:
        double value
      • setFixedRowHeight

        public void setFixedRowHeight(double value)

        Sets fixed row height - row may have fixed height;

        Parameters:
        value - double value
      • isInNewPage

        public boolean isInNewPage()

        Gets fixed row is in new page - page with this property should be printed to next page Default false;

        Returns:
        boolean value
      • setInNewPage

        public void setInNewPage(boolean value)

        Sets is row can be broken between two pages

        Parameters:
        value - boolean value
      • isRowBroken

        public boolean isRowBroken()

        Gets is row can be broken between two pages

        Returns:
        boolean value
      • setRowBroken

        public void setRowBroken(boolean value)

        Sets is row can be broken between two pages

        Parameters:
        value - boolean value
      • getDefaultCellTextState

        public TextState getDefaultCellTextState()

        Gets or sets default text state for row getCells()

        Gets default text state for row getCells()
        Returns:
        TextState value
      • setDefaultCellTextState

        public void setDefaultCellTextState(TextState value)

        Sets default text state for row getCells()

        Parameters:
        value - TextState value
      • getDefaultCellPadding

        public MarginInfo getDefaultCellPadding()

        Gets default margin for row getCells()

        Returns:
        MarginInfo value
      • setDefaultCellPadding

        public void setDefaultCellPadding(MarginInfo value)

        Sets default margin for row getCells()

        Parameters:
        value - MarginInfo value
      • getVerticalAlignment

        public int getVerticalAlignment()

        Gets or sets the vertical alignment.

        Returns:
        VerticalAlignment element
        See Also:
        VerticalAlignment
      • setVerticalAlignment

        public void setVerticalAlignment(int value)

        Gets or sets the vertical alignment.

        Parameters:
        value - VerticalAlignment element
        See Also:
        VerticalAlignment