Class Margin


  • public class Margin
    extends Object
    • Field Detail

      • top

        public String top
        Top margin, accepts values labeled with units. Defaults to 0.
      • right

        public String right
        Right margin, accepts values labeled with units. Defaults to 0.
      • bottom

        public String bottom
        Bottom margin, accepts values labeled with units. Defaults to 0.
      • left

        public String left
        Left margin, accepts values labeled with units. Defaults to 0.
    • Constructor Detail

      • Margin

        public Margin()
    • Method Detail

      • setTop

        public Margin setTop​(String top)
        Top margin, accepts values labeled with units. Defaults to 0.
      • setRight

        public Margin setRight​(String right)
        Right margin, accepts values labeled with units. Defaults to 0.
      • setBottom

        public Margin setBottom​(String bottom)
        Bottom margin, accepts values labeled with units. Defaults to 0.
      • setLeft

        public Margin setLeft​(String left)
        Left margin, accepts values labeled with units. Defaults to 0.