org.fugerit.java.doc.base.model

Class DocCell

    • Constructor Detail

      • DocCell

        public DocCell()
    • Method Detail

      • isHeader

        public boolean isHeader()
      • setHeader

        public void setHeader(boolean header)
      • getType

        public String getType()
      • setType

        public void setType(String type)
      • getValign

        public int getValign()
      • setValign

        public void setValign(int valign)
      • getDocBorders

        public DocBorders getDocBorders()
        Returns:
        the docBorders
      • setDocBorders

        public void setDocBorders(DocBorders docBorders)
        Parameters:
        docBorders - the docBorders to set
      • getCSpan

        public int getCSpan()
        Returns:
        the cSpan
      • setCSpan

        public void setCSpan(int span)
        Parameters:
        span - the cSpan to set
      • getRSpan

        public int getRSpan()
        Returns:
        the rSpan
      • setRSpan

        public void setRSpan(int span)
        Parameters:
        span - the rSpan to set
      • getAlign

        public int getAlign()
        Returns:
        the align
      • setAlign

        public void setAlign(int align)
        Parameters:
        align - the align to set
      • 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
      • getColumnSpan

        public int getColumnSpan()

Copyright © 2019 Fugerit. All rights reserved.