Class GridValue

java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.GridValue
Direct Known Subclasses:
BreadthValue, FunctionValue

public abstract class GridValue extends TemplateValue
A specialized class that holds a value for grid-template-columns/rows and grid-auto-columns/rows properties and the type it is measured in.
  • Constructor Details

    • GridValue

      protected GridValue (TemplateValue.ValueType type)
      Create grid value with a given type.
      Parameters:
      type - grid value type