public class BreakConditions extends Object
Modifier and Type | Field and Description |
---|---|
protected SubFormPositioner |
currentAttachedPositioner |
protected SubFormPositioner |
positioner |
protected ScriptString |
script |
protected boolean |
startNew |
protected String |
subType |
protected String |
target |
protected String |
type |
Constructor and Description |
---|
BreakConditions(BreakConditions other, SubFormPositioner newPositioner) |
BreakConditions(String subType, String type, String target, boolean startNew, SubFormPositioner positioner, ScriptString script) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate() |
SubFormPositioner |
getPositioner() |
boolean |
getStartNew() |
String |
getSubType() |
String |
getTarget() |
String |
getType() |
void |
setTarget(String target) |
static boolean |
targetsEqual(BreakConditions a, BreakConditions b) |
protected String type
protected String target
protected boolean startNew
protected final String subType
protected final SubFormPositioner positioner
protected ScriptString script
protected SubFormPositioner currentAttachedPositioner
public BreakConditions(String subType, String type, String target, boolean startNew, SubFormPositioner positioner, ScriptString script)
public BreakConditions(BreakConditions other, SubFormPositioner newPositioner)
public String getType()
public String getTarget()
public void setTarget(String target)
public boolean getStartNew()
public String getSubType()
public SubFormPositioner getPositioner()
public boolean evaluate()
public static boolean targetsEqual(BreakConditions a, BreakConditions b)
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.