Class AutoRepeatValue
java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.AutoRepeatValue
This class represents an auto-repeat template value.
This value is preprocessed before grid sizing algorithm so its only exists at template level.
-
Nested Class Summary
Nested classes/interfaces inherited from class TemplateValue
TemplateValue.ValueType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanFields inherited from class TemplateValue
type -
Constructor Summary
ConstructorsConstructorDescriptionAutoRepeatValue(boolean autoFit, List<GridValue> values) Create a new auto-repeat value -
Method Summary
Methods inherited from class TemplateValue
getType
-
Field Details
-
values
-
autoFit
private final boolean autoFit
-
-
Constructor Details
-
AutoRepeatValue
-
-
Method Details
-
getValues
-
isAutoFit
public boolean isAutoFit()Determines whether to shrink flatten template values to match the grid size.- Returns:
trueif to shrink,falseotherwise
-