Class ContentLimit

java.lang.Object
com.openhtmltopdf.render.ContentLimit

public class ContentLimit
extends Object
  • Field Details

  • Constructor Details

    • ContentLimit

      public ContentLimit()
  • Method Details

    • getTop

      public int getTop()
    • setTop

      public void setTop​(int top)
    • updateTop

      public void updateTop​(int top)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom​(int bottom)
    • updateBottom

      public void updateBottom​(int bottom)
    • toString

      public String toString()
      Overrides:
      toString in class Object