public static class Context.PageBreakRef extends Object implements Comparable<Context.PageBreakRef>
Modifier and Type | Field and Description |
---|---|
int |
absOffset |
boolean |
attachedToTop |
PageSize |
newFormat |
Length |
newWidth |
BoxRenderer |
originator |
int |
requestedSpace |
boolean |
resetPageFormatChanges |
boolean |
rotatePage |
int |
shift |
Constructor and Description |
---|
PageBreakRef(BoxRenderer originator,
boolean attachedToTop) |
PageBreakRef(BoxRenderer originator,
boolean attachedToTop,
int shift) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Context.PageBreakRef o) |
boolean |
equals(Object obj) |
int |
getOffset() |
boolean |
originatedByChildOf(Renderer current) |
void |
recalcOffset() |
String |
toString() |
public int absOffset
public BoxRenderer originator
public boolean attachedToTop
public int shift
public boolean rotatePage
public boolean resetPageFormatChanges
public PageSize newFormat
public Length newWidth
public int requestedSpace
public PageBreakRef(BoxRenderer originator, boolean attachedToTop)
public PageBreakRef(BoxRenderer originator, boolean attachedToTop, int shift)
public boolean originatedByChildOf(Renderer current)
public int getOffset()
public void recalcOffset()
public int compareTo(Context.PageBreakRef o)
compareTo
in interface Comparable<Context.PageBreakRef>
Revision 4.0.15 / 20220727-0149