org.fugerit.java.doc.base.model

Class DocTable

    • Constructor Detail

      • DocTable

        public DocTable()
    • Method Detail

      • getPadding

        public int getPadding()
      • setPadding

        public void setPadding(int padding)
      • getSpacing

        public int getSpacing()
      • setSpacing

        public void setSpacing(int spacing)
      • getSpaceBefore

        public Float getSpaceBefore()
      • setSpaceBefore

        public void setSpaceBefore(Float spaceBefore)
      • getSpaceAfter

        public Float getSpaceAfter()
      • setSpaceAfter

        public void setSpaceAfter(Float spaceAfter)
      • setBackColor

        public void setBackColor(String backColor)
        Specified by:
        setBackColor in interface DocStyle
        Parameters:
        backColor - the backColor to set
      • setForeColor

        public void setForeColor(String foreColor)
        Specified by:
        setForeColor in interface DocStyle
        Parameters:
        foreColor - the foreColor to set
      • getColumns

        public int getColumns()
        Returns:
        the columns
      • setColumns

        public void setColumns(int columns)
        Parameters:
        columns - the columns to set
      • getWidth

        public int getWidth()
        Returns:
        the width
      • setWidth

        public void setWidth(int width)
        Parameters:
        width - the width to set
      • getColWithds

        public int[] getColWithds()
        Returns:
        the colWithds
      • setColWithds

        public void setColWithds(int[] colWithds)
        Parameters:
        colWithds - the colWithds to set

Copyright © 2019 Fugerit. All rights reserved.