|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Span | |
---|---|
org.apache.fop.area | FOP's area tree. |
Uses of Span in org.apache.fop.area |
---|
Methods in org.apache.fop.area that return Span | |
---|---|
Span |
PageViewport.createSpan(boolean spanAll)
Convenience method to create a new Span for this this PageViewport. |
Span |
MainReference.createSpan(boolean spanAll)
Add a span area to this area. |
Span |
PageViewport.getCurrentSpan()
Convenience method to get the span-reference-area currently being processed |
Span |
MainReference.getCurrentSpan()
Get the span area currently being filled (i.e., the last span created). |
Methods in org.apache.fop.area that return types with arguments of type Span | |
---|---|
java.util.List<Span> |
MainReference.getSpans()
Get the span areas from this area. |
Method parameters in org.apache.fop.area with type arguments of type Span | |
---|---|
void |
MainReference.setSpans(java.util.List<Span> spans)
Do not use. |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |