Uses of Class
org.apache.fop.area.Span
-
Packages that use Span Package Description 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 Modifier and Type Method Description SpanMainReference. createSpan(boolean spanAll)Add a span area to this area.SpanPageViewport. createSpan(boolean spanAll)Convenience method to create a new Span for this this PageViewport.SpanMainReference. getCurrentSpan()Get the span area currently being filled (i.e., the last span created).SpanPageViewport. getCurrentSpan()Convenience method to get the span-reference-area currently being processedMethods in org.apache.fop.area that return types with arguments of type Span Modifier and Type Method Description 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 Modifier and Type Method Description voidMainReference. setSpans(java.util.List<Span> spans)Do not use.
-