iText 8.0.5 API
iText.Layout.Properties.Grid.MinMaxValue Class Reference

Represents minmax function template value. More...

Inheritance diagram for iText.Layout.Properties.Grid.MinMaxValue:
iText.Layout.Properties.Grid.FunctionValue iText.Layout.Properties.Grid.GridValue iText.Layout.Properties.Grid.TemplateValue

Public Member Functions

  MinMaxValue (BreadthValue min, BreadthValue max)
  Create a minmax function with a given values. More...
 
virtual BreadthValue  GetMin ()
  Gets min template value More...
 
virtual BreadthValue  GetMax ()
  Gets max template value More...
 
- Public Member Functions inherited from iText.Layout.Properties.Grid.TemplateValue
virtual TemplateValue.ValueType  GetType ()
  Gets template value type. More...
 

Additional Inherited Members

- Public Types inherited from iText.Layout.Properties.Grid.TemplateValue
enum   ValueType {
  ValueType.POINT, ValueType.PERCENT, ValueType.AUTO, ValueType.MIN_CONTENT,
  ValueType.MAX_CONTENT, ValueType.FIT_CONTENT, ValueType.MINMAX, ValueType.FLEX,
  ValueType.FIXED_REPEAT, ValueType.AUTO_REPEAT
}
  Enum of sizing value types. More...
 
- Package Functions inherited from iText.Layout.Properties.Grid.FunctionValue
  FunctionValue (TemplateValue.ValueType type)
  Init a function value with a given type. More...
 
- Package Functions inherited from iText.Layout.Properties.Grid.GridValue
  GridValue (TemplateValue.ValueType type)
  Create grid value with a given type. More...
 
- Package Functions inherited from iText.Layout.Properties.Grid.TemplateValue
  TemplateValue (TemplateValue.ValueType type)
  Creates template value with a given type. More...
 
- Package Attributes inherited from iText.Layout.Properties.Grid.TemplateValue
readonly TemplateValue.ValueType  type
  Template value type. More...
 

Detailed Description

Represents minmax function template value.

Constructor & Destructor Documentation

◆ MinMaxValue()

iText.Layout.Properties.Grid.MinMaxValue.MinMaxValue ( BreadthValue  min,
BreadthValue  max 
)
inline

Create a minmax function with a given values.

Parameters
min min value of a track
max max value of a track

Member Function Documentation

◆ GetMax()

virtual BreadthValue iText.Layout.Properties.Grid.MinMaxValue.GetMax ( )
inlinevirtual

Gets max template value

Returns

BreadthValue instance

◆ GetMin()

virtual BreadthValue iText.Layout.Properties.Grid.MinMaxValue.GetMin ( )
inlinevirtual

Gets min template value

Returns

BreadthValue instance