Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the region viewports of
this page.
|
void |
Span.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the main reference area of
this span area.
|
void |
Area.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for this area.
|
void |
MainReference.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the spans of this main
reference area.
|
void |
PageViewport.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the page associated with this viewport.
|
void |
RegionViewport.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the region reference of
this region viewport
|
void |
BodyRegion.setWritingModeTraits(WritingModeTraitsGetter wmtg)
Sets the writing mode traits for the main reference area of
this body region area.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockContainer
Class modelling the
fo:block-container object. |
Modifier and Type | Class and Description |
---|---|
class |
Table
Class modelling the
fo:table object. |
Modifier and Type | Class and Description |
---|---|
class |
PageSequence
Class modelling the
fo:page-sequence object. |
Modifier and Type | Interface and Description |
---|---|
interface |
WritingModeTraitsSetter
This interface provides read and assignment access to FO traits related to writing mode.
|
Modifier and Type | Class and Description |
---|---|
class |
WritingModeTraits
This class provides a reusable implementation of the WritingModeTraitsSetter
interface.
|
Modifier and Type | Method and Description |
---|---|
static WritingModeTraitsGetter |
WritingModeTraits.getWritingModeTraitsGetter(FONode fn)
Helper function to find the writing mode traits getter (if any) that applies for
a given FO node.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.