Package com.itextpdf.layout.renderer
Class TextSequenceWordWrapping.MinMaxWidthOfTextRendererSequenceHelper
java.lang.Object
com.itextpdf.layout.renderer.TextSequenceWordWrapping.MinMaxWidthOfTextRendererSequenceHelper
- Enclosing class:
TextSequenceWordWrapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
float
float
-
Constructor Summary
ConstructorsConstructorDescriptionMinMaxWidthOfTextRendererSequenceHelper
(float minWidthPreSequence, float textIndent, boolean anythingPlacedBeforeTextRendererSequence) -
Method Summary
-
Field Details
-
minWidthPreSequence
public float minWidthPreSequence -
textIndent
public float textIndent -
anythingPlacedBeforeTextRendererSequence
public boolean anythingPlacedBeforeTextRendererSequence
-
-
Constructor Details
-
MinMaxWidthOfTextRendererSequenceHelper
public MinMaxWidthOfTextRendererSequenceHelper(float minWidthPreSequence, float textIndent, boolean anythingPlacedBeforeTextRendererSequence)
-