Class FixedRepeatValue
java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.FixedRepeatValue
This class represents an fixed-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 intFields inherited from class TemplateValue
type -
Constructor Summary
ConstructorsConstructorDescriptionFixedRepeatValue(int repeatCount, List<GridValue> values) Create a new fixed-repeat value -
Method Summary
Modifier and TypeMethodDescriptionintGets number of template values repetitions.Gets template values which should be repeated.Methods inherited from class TemplateValue
getType
-
Field Details
-
values
-
repeatCount
private final int repeatCount
-
-
Constructor Details
-
FixedRepeatValue
-
-
Method Details
-
getValues
-
getRepeatCount
public int getRepeatCount()Gets number of template values repetitions.- Returns:
- number of template values repetitions
-