org.fugerit.java.doc.base.model

Class DocBorders



  • public class DocBorders
    extends Object
    Author:
    Fugerit
    • Constructor Detail

      • DocBorders

        public DocBorders()
    • Method Detail

      • getBorderWidthBottom

        public int getBorderWidthBottom()
        Returns:
        the borderWidthBottom
      • setBorderWidthBottom

        public void setBorderWidthBottom(int borderWidthBottom)
        Parameters:
        borderWidthBottom - the borderWidthBottom to set
      • getBorderWidthLeft

        public int getBorderWidthLeft()
        Returns:
        the borderWidthLeft
      • setBorderWidthLeft

        public void setBorderWidthLeft(int borderWidthLeft)
        Parameters:
        borderWidthLeft - the borderWidthLeft to set
      • getBorderWidthRight

        public int getBorderWidthRight()
        Returns:
        the borderWidthRight
      • setBorderWidthRight

        public void setBorderWidthRight(int borderWidthRight)
        Parameters:
        borderWidthRight - the borderWidthRight to set
      • getBorderWidthTop

        public int getBorderWidthTop()
        Returns:
        the borderWidthTop
      • setBorderWidthTop

        public void setBorderWidthTop(int borderWidthTop)
        Parameters:
        borderWidthTop - the borderWidthTop to set
      • getBorderColorBottom

        public String getBorderColorBottom()
        Returns:
        the borderColorBottom
      • setBorderColorBottom

        public void setBorderColorBottom(String borderColorBottom)
        Parameters:
        borderColorBottom - the borderColorBottom to set
      • getBorderColorLeft

        public String getBorderColorLeft()
        Returns:
        the borderColorLeft
      • setBorderColorLeft

        public void setBorderColorLeft(String borderColorLeft)
        Parameters:
        borderColorLeft - the borderColorLeft to set
      • getBorderColorRight

        public String getBorderColorRight()
        Returns:
        the borderColorRight
      • setBorderColorRight

        public void setBorderColorRight(String borderColorRight)
        Parameters:
        borderColorRight - the borderColorRight to set
      • getBorderColorTop

        public String getBorderColorTop()
        Returns:
        the borderColorTop
      • setBorderColorTop

        public void setBorderColorTop(String borderColorTop)
        Parameters:
        borderColorTop - the borderColorTop to set
      • getPaddingBottom

        public int getPaddingBottom()
        Returns:
        the paddingBottom
      • setPaddingBottom

        public void setPaddingBottom(int paddingBottom)
        Parameters:
        paddingBottom - the paddingBottom to set
      • getPaddingLeft

        public int getPaddingLeft()
        Returns:
        the paddingLeft
      • setPaddingLeft

        public void setPaddingLeft(int paddingLeft)
        Parameters:
        paddingLeft - the paddingLeft to set
      • getPaddingRight

        public int getPaddingRight()
        Returns:
        the paddingRight
      • setPaddingRight

        public void setPaddingRight(int paddingRight)
        Parameters:
        paddingRight - the paddingRight to set
      • getPaddingTop

        public int getPaddingTop()
        Returns:
        the paddingTop
      • setPaddingTop

        public void setPaddingTop(int paddingTop)
        Parameters:
        paddingTop - the paddingTop to set

Copyright © 2019 Fugerit. All rights reserved.