iText 8.0.5 API
iText.Layout.Properties.Grid Namespace Reference

Classes

class   AutoRepeatValue
  This class represents an auto-repeat template value. More...
 
class   AutoValue
  Represents an auto template value. More...
 
class   BreadthValue
  Represents a breadth value on a grid. More...
 
class   FitContentValue
  Represents fit content function template value. More...
 
class   FixedRepeatValue
  This class represents an fixed-repeat template value. More...
 
class   FlexValue
  Represents flexible template value. More...
 
class   FunctionValue
  Abstract class representing function value on a grid. More...
 
class   GridValue
  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. More...
 
class   LengthValue
  Abstract class representing length value on a grid. More...
 
class   MaxContentValue
  Represents max-content template value. More...
 
class   MinContentValue
  Represents min-content template value. More...
 
class   MinMaxValue
  Represents minmax function template value. More...
 
class   PercentValue
  Represents percent template value. More...
 
class   PointValue
  Represents point template value. More...
 
class   TemplateValue
  A class that indicates its descendant class can be used as a grid template value. More...
 

Enumerations

enum   GridFlow { GridFlow.ROW, GridFlow.COLUMN, GridFlow.ROW_DENSE, GridFlow.COLUMN_DENSE }
  A specialized enum containing potential property values for Property.GRID_FLOW. More...
 

Enumeration Type Documentation

◆ GridFlow

A specialized enum containing potential property values for Property.GRID_FLOW.

Enumerator
ROW 

Defines row flow from left to right of a grid.

COLUMN 

Defines column flow from top to bottom of a grid.

ROW_DENSE 

Same as ROW but uses dense algorithm for cell placement.

COLUMN_DENSE 

Same as COLUMN but uses dense algorithm for cell placement.